Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Selis
Contributor III
Contributor III

Adding a filter pane for a calculated field

Hi,

I have a table with several columns. One of them is a calculated column. Now I want to add a filter pane  which allows the user to filter this column (e.g - to choose all the numbers above or below a specific amount).

Is it possible (since I know that filter pane accepts only dimensions.) ?

Thanks. 

Labels (2)
3 Replies
sk88024
Creator
Creator

you can make a master item (dimension) using the expression of that calculated column. And then use the same master item in the filter pane. 

Selis
Contributor III
Contributor III
Author

Hi,

I've tried it but it doesn't work.

Thanks. 

sk88024
Creator
Creator

Not sure what your data looks like, so I have just created an example based on your question:

Load * Inline [
Number, Amount
1, 20
2, 30
3, 40
4, 50
5, 60
6, 200
7,90
8,100
];

Create a master item (dimension) using the calculated expression with field "Number" from Inline Load table:

sk88024_0-1731915285722.png

Now, use the same master item in the Filter pane:

sk88024_1-1731915454738.png

Hope this helps!!