tableau / embedding-api-v3-guide

migration guide for moving to embedding api v3
MIT License
27 stars 9 forks source link

Worksheet.applyFilterAsync doesn't throw any error when the value doesn't belong to the filter's list of values #35

Open florent-guinard opened 1 year ago

florent-guinard commented 1 year ago

I have a basic embedded Worksheet with a filter on a "Region" dimension: image

I use the Embedding API (v3.3) to apply a filter value for this "Region" filter, and purposefuly give a value that is not in this filter's list of values: image There is no visible error in the browser's console. The same workflow using the JavaScript API raises a "invalidFilterFieldValue" error.

Would it be possible for the Embedding API to throw an error in this case ? Thanks !