Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All, I am new to Qlik and having a question on filter pane section. Here, I am having two filters one is category and second is category name. If I selected any value in category it won't affected or selected in second filter (category name). Same like in category name filter also. Please help me out from this.
Attached is the screenshot for your reference.
Thank you in advance.
Manoranjan
The Category and Category name fields do not seem to be associated. What does your data model look like? Do you load them as separate tables?
Maybe I didn't understand you correctly. Is your intention to have no associations between the two tables, that is, if you select Category you don't want it to affect Category name and vise versa?
In that case you can break the association in the load script with Loosen Table.
Tab1:
Load * from...;
Loosen Table Tab1;
More info in the help:
Can, we write through expression (set analysis) part for that filter in filterpane. Like , If we select any filter that won't affected to next filter. Here I am using the Loosen function for that table but, unable to get my solution. Please help on this.
Hello All,
Use aggr(only(${bypass filter field name=}field)uniquekey)
bypass filter field name = filter to be bypassed
field = filter field
only = to bypass values
aggr = required in filter
Hope this helps good day folk !
Vishal Pawar,
Regards