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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using variable

Hi,

I have a variable in a script

SET v1=Count(A)

Then I want to see the result in a text box

=$(v1) doesn't work

Any ideas?

Thanks,

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thanks. I found why

View solution in original post

3 Replies
Not applicable
Author

Hi,

Try $(=v1)

I hope help you.

Anonymous
Not applicable
Author

Tried it. Didn't work

Anonymous
Not applicable
Author

Thanks. I found why