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: 
Not applicable

input box cont...

hieeee

how to use input box

3 Replies
SunilChauhan
Champion II
Champion II

see the attched file

hope this helps

Sunil Chauhan
its_anandrjs
Champion III
Champion III

For input box demo Load table like

Load * Inline[

  Agents, Sales

  X, 1400

  Y, 2000

  Z, 15700

  P, 15200

  O, 18000];

And make a variable vTop

and in straight chart take

Dimension:- Agents

Expression:- =IF(SUM(Sales) >= $(vTop), Sales)

by the use of input box you provide filter for chart for top values