Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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

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