Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
i'm trying to create a slider object to filter data into a chart table. I'd like so see always all values to make a selection in slider. Any suggestion? I've attached an example, I have values 7,9,15; if I select value 15, I want to see filter applied to chat while into slider i want to see all values.
Thank you so much
Add {1} to the Count() function in your slider expression.
Like this:
=Aggr(Count({1} Product),Product)
Add {1} to the Count() function in your slider expression.
Like this:
=Aggr(Count({1} Product),Product)