extensions-api
extensions-api copied to clipboard
applyFilterAsync throws error when applying values for Measure Names filter
Hello,
While applying Measure Names filter using applyFilterAsync method of Worksheet object Extensions API throws following internal error:

Bartosz
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
Internal defect #1372577 (same as https://github.com/tableau/extensions-api/issues/443)
Hi @bartoszZamojcinRoche Like #443, has also been fixed in 2022.2. Thanks, John