I had a question about how to use the changeAttrib...
# gooddata-ui
j
I had a question about how to use the changeAttributeFilterSelection. I am not sure how I should be providing the elements parameters, could someone show me an example? I have tried the following but none of them seem to work and the filter I am trying to change just gets updated to ’None”
Copy code
changeAttributeFilterSelection(<filter localIdentifier>,  {values: [my_value]}, 'IN')

changeAttributeFilterSelection(<filter localIdentifier>,  [my_value], 'IN')

changeAttributeFilterSelection(<filter localIdentifier>, my_value, 'IN')
How should I be passing in the values that I want to be selected in the filter here?
j
Hi Justin, we will have a release for changeAttributeFilterSelectaon with version 8.9.0 with which new documentation and usage examples will be released. The release date is March 17th. and will be used for the public API. The current version is Alpha only.