You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used a sample workbook that you can find in the attached file to open a viz on Tableau Cloud with the latest version of the embedding API.
The worksheet represents a SUM(Sales) graph; we want to select every mark between 0 and 20,000.
Hello,
We recently found out that the selectMarksByValueAsync function is not working properly with a RangeValue as SelectionCriteria.
We used a sample workbook that you can find in the attached file to open a viz on Tableau Cloud with the latest version of the embedding API.
The worksheet represents a SUM(Sales) graph; we want to select every mark between 0 and 20,000.
Steps to reproduce:
Open the viz.
Create a SelectionCriteria as follows:
Note: we did not add a nullOption here as it's not mandatory but we also tested with all the possible nullOptions.
Observed behaviour:
=> Many marks are selected even the ones outside the 0 < value < 20 000 range.
-OR-
=> No values are selected
Expected behaviour:
=> Only the marks in the 0 < value < 20 000 range are selected.
Note: We created a glitch.io with minimalist code to reproduce this issue easily:
If the link to the viz to open does not work, you can easily edit here on l.12 of script.js
Worksheet | Embedding API
The text was updated successfully, but these errors were encountered: