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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to return all clients with variance greater than some value? variable related question

Hey

Newbie here.

I'm trying to compare budget vs actual by creating a simple bar chart. I also wanted to add an input box to allow some user interaction...

For example,user can type in 10% and it will return all clients with variance greater than 10%.

Please see attachment.

Thanks in advance.

Dorothy

2 Replies
Not applicable
Author

Sorry, accidentally clicked on the status..

Still need help...

MK_QSL
MVP
MVP

Instead of client use, calculated dimension and tick suppress when value is null

=IF(Aggr((Charged-Budget)/Budget,Client)>vPer,Client)

Expression is OK same as your have used...