extensions-api icon indicating copy to clipboard operation
extensions-api copied to clipboard

applyFilterAsync throws error when applying values for Measure Names filter

Open bartoszZamojcinRoche opened this issue 3 years ago • 3 comments

Hello,

While applying Measure Names filter using applyFilterAsync method of Worksheet object Extensions API throws following internal error: image

Bartosz

bartoszZamojcinRoche avatar Dec 22 '21 11:12 bartoszZamojcinRoche

Hi @bartoszZamojcin

This is actually a duplicate of https://github.com/tableau/extensions-api/issues/443. As the filter does its work, it uses the same selection implementation internally as selectMarksByValue. Fixing that issue will also fix this issue.

Thanks, John

johnDance avatar Feb 05 '22 01:02 johnDance

Internal defect #1372577 (same as https://github.com/tableau/extensions-api/issues/443)

johnDance avatar Feb 05 '22 01:02 johnDance

Hi @bartoszZamojcinRoche Like #443, has also been fixed in 2022.2. Thanks, John

johnDance avatar Mar 16 '22 22:03 johnDance