
Hi,
On our embedded dashboards we have certain filters. For one of the filters is it possible to limit selection of certain values for certain users.
Is it possible to show all the filters to the user but for certain values under the filter don't perform any actions.
I see one event "tableau.TableauEventName.FILTER_CHANGE" but this seem to trigger after the filters are selected.
Any help would be appreciated. Thanks

Hi @Akshar Jamgaonkar ,
If I understand correctly, you're trying to limit the values a user can select in a filter using the JavaScript API. It would be more secure if you were to limit the values using Tableau's Row Level security. When implemented properly, it will allow you to not let certain users see any of the data at a row level, and it isn't reliant on JavaScript found outside of the Tableau Workbook
https://help.tableau.com/current/server/en-us/rls_bestpractices.htm
Thanks
Josh