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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Input Box

Hi,

Can you please explain me about input box and its use.

Somewhere i have seen a graph with one bar forcasting the future years sales or something. I guess its related to input box.

Thanks in advance.

11 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

You can use I/P box to modify your variables.

have a look at below post

http://community.qlik.com/blogs/qlikviewdesignblog/2013/11/01/loading-data-into-input-boxes

And sample example attached

Regards

ASHFAQ

Not applicable
Author

how do i associate a variable with a bar chart.

as mentioned above, i want to show the forecast

israrkhan
Specialist II
Specialist II

create a variable AND create an input box.

than in the chart expression, use the variable instead of field name..

like if you have expression, sum(unitprice) - sum(Discount)

you can use variable as replacement of discount, you can take Discount from user in input box..

and change expression like, sum(unitprice) - sum($(variable))

what ever value you will enter in the input box, will come into this variable..

Not applicable
Author

could you plz break it down further .

i have months in dimension axia and sales in expression axis.

I have created a variable and input box

i cant figure out what is going wrong

israrkhan
Specialist II
Specialist II

you have month in dimension, and what is expression,?

and what you wana do, let me know?

if possible, share the documets

Not applicable
Author

its a bar graph with months in x axia and sales in y axis.

i want to predict the next months sales.(through input box and variable)

thats it

israrkhan
Specialist II
Specialist II

what expression , you will use to calculate next month sale...?

Not applicable
Author

thats wat i need