Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Value of an input box is a Variable. Referencing variables in other objects is trivial - by its name.
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.
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!.
In a text box:
="You have entered: "& $(v1)