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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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

];

0 Replies