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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Reference Input Box entered Value in other Objects ???

Hi friends,

I am new to qlikview.

I have below issue.

I have one input box where user enter single value.

once, user enter single value,

I want to reference that input value in other object.

how can we reference input box entered value in other objects ?

Thanks for help.

4 Replies
Anonymous
Not applicable
Author

Value of an input box is a Variable.  Referencing variables in other objects is trivial - by its name.

Not applicable
Author

Hi Hailey,

if the variable in the input box is say v1 , then you can reference the same as $(v1) or just v1 in the rest of the dashboard.

Not applicable
Author

Thanks it works.

I would like to Append Text in front of the entered value.

lke below :

You have entered : (Variable name)

how can we append like above ?

Thanks!.

Not applicable
Author

In a text box:

="You have entered: "& $(v1)