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

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

In a LOAD loop, the name of file is changed by the script automatically. But i can refere the news names.

With 8.506299 version reading in a loop different excels files to build a relationated database informations, i change dinamically the names of fields.

In the nested loop (3 level) i have the central routine that work building the file "WORK01". In go into the routine with 3 records type, having new names for the fields. The system work very well, naming each file type in different way: the first WORK01, the second type WORK01-1, the 3th WORK01-2. I can refere in graphics the 3 different files, but i can work with they in the script.

The system tell me that not exist WORK01-1 and WORK01-2.

Somebody know a way to solve the problem without change my code in 3 different session ?

1 Reply
Not applicable
Author

Hi,

please enslose the table names in brackets like: [WORK01-1] or use an underline WORK01_1.

That´s what I can think about without having more details.

Good luck!

Rainer