QlikView App Dev

Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY

Who Me Too'd this topic

suhle1234
Contributor
Contributor

define a simple array

Hi

I'm a beginner in scripting Qlik

 

I want to define an array an store 3 string  in it.

 

This is not working:

Dim vSpedi

'my example:
'set vYears = '2008','2009','2010'
'Then use the for each:
'for each y in $(vYears)
'statements...
'next

set vSpedi = 'string1','string2','string3'

 

What's wrong??

 

Thank you!

Who Me Too'd this topic