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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do I access a data table in VBScript?

I need to loop through a data table in VBScript and haven't been able to find any examples.

We can use the table below for an example.

Thanks in advance for your help.

Sales:

LOAD * INLINE [

    PROFCTR,    CUST,    Sales

    1000,         CUSTA,     100

    1000,        CUSTB,    50

    1000,        CUSTC,    150

    1010,        CUSTD,    200

    1010,        CUSTE,    250

    1000,        CUSTF,    250

    1010,        CUSTF,    50

];

Labels (1)
0 Replies