Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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,

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