Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have tested the TRACE command a few times in my code and it is actually very practical to see exactly what is the situation in the QlikView_database at any point in the processing of the code.
I am just unsure how to use it when I want to view any variables or e.g. the names of all the tables that currently exist in the QlikView_database.
Can anybody help me there?
Thanks a lot!
Best regards,
DataNibbler
for i=0 to NoOfTables()-1
let t=TableName(i);
trace $(t);
next;