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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro to pick up variable value

Hi, I am working on a macro to pick up variable value. When the value =0 the macro works but when it's another value the macro fails. Please see attached example. Thank you.

1 Solution

Accepted Solutions
sinanozdemir
Specialist III
Specialist III

You just need to set varDelimiterArray = "0", zero is a text.

Capture.PNG

Capture.PNG

Hope this helps.

View solution in original post

3 Replies
sinanozdemir
Specialist III
Specialist III

You just need to set varDelimiterArray = "0", zero is a text.

Capture.PNG

Capture.PNG

Hope this helps.

Not applicable
Author

THANK YOU SO MUCH!

sinanozdemir
Specialist III
Specialist III

You are welcome.