Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.