Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
datanibbler
Champion
Champion

Use of the TRACE command

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

2 Replies
maxgro
MVP
MVP

for i=0 to NoOfTables()-1

  let t=TableName(i);

  trace $(t);

next;

ashfaq_haseeb
Champion III
Champion III

Have a look at below post.

http://community.qlik.com/message/623111#623111

Regards

ASHFAQ