Hi, Is it possible to apply a string to the filter...
# gooddata-ui
h
Hi, Is it possible to apply a string to the filtering? Or if there is another feasible way to accomplish this, please let me know. Looking at the type error, it appeared that only the numeric NUMBER type was allowed. In the example, I would like to have only "Google Analytics" narrowed down.
j
As far as I know the
MeasureValueFilter
only expects numbers. I believe the standard attribute filter should suit your needs. https://sdk.gooddata.com/gooddata-ui/docs/filter_visual_components.html#attribute-filter
🙏 1
h
Thank you for your reply. I will check it out!