I want to know about interactive value filter widget order: 2 subjects
1) It’s possible to sorter the values to display correctly in the view?
Interactive view only accepts string values
In the view component, the values are not in the correct order (print 2) It’s possible to sorter to replicate on view?
For your second problem, it looks like someone submitted a feature request for having a select all button present. Another person replied to a potential workaround to selecting all using ctrl + a. See post below:
Using the “Domain Node,” from what you explained, I understand it could be a strategy. However, the values I use as filters are already in a table (they are Year and Month values joined). I could even create a separate table to establish a relationship (JOIN), but…I would like to know if there is another way.
I wanted to be able to sort the values based on another condition column (In Power BI, there is an option of “Sort column by”. Normaly, is used to the same type of problem).
202212 = 30
202301 = 31
202302 = 32
…
In this case, what I had in mind is that in the “Interactive Value Filter Widget” node itself, it would display the values in alphabetical order. It would be simpler.
Even when using the “Domain” beforehand, the values still remain out of order.
Also, make sure to select the ‘PERIODO_APUR’ column for your sorter so it can sort based off those strings you have, and additionally, I would uncheck the 'Restrict number of possible values" on the domain calculator.