divinorum-webb / tableau-api-lib

An API library that allows developers to call on the methods listed in Tableau's REST API documentation.
MIT License
96 stars 34 forks source link

Change Parameter when it has the same name of a filter ? #110

Closed YovelD closed 1 year ago

YovelD commented 1 year ago

Hi,

Is it possible when filtering a view to change a parameter value, granted that it has the same name of a filter ?

Every time I tried it's the filter that get changed and not the parameter.

Thanks a lot !

YovelD commented 1 year ago

Nevermind - Parameters.ParameterName works. Thanks!