Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
One of my favorite features in QlikView that we have made a standard in our department is a 2 line Multi Box that can filter on any field in the data model. You can limit the fields it displays or use $Field to represent every single field in the data model.
This is what it looks like in QlikView:
In Qlik Sense it looks like this:
This is fantastic because in QlikView a small 2 line Multi Box can represent filters for hundreds of fields.
Sense does filters differently but you can still do something similar.
Here is how you can get similar functionality in Sense:
If you are using the standard table or filter panel you can change that last section for the label to this:
Label = If(GetSelectedCount($Field)=1, 'Values for ' & $Field, 'Select a single field from list to see contents')
This way it makes the most use of the real estate...
Hello! 🙂
Thanks for preferring us, try out our Vizlib June 2019 Release as a free trial.
We are going to release many new exciting features soon!
regards
Giuseppe Lolli
Vizlib Customer Success Manager