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

Custom loggin in Qlikview desktop

Hi All,

     Is there any way I can just log record counts to a log file. We want to do custom logging for the number of records in source table and after join the record count in load script.

Thanks

Dasu.G

1 Reply
danielrozental
Master II
Master II

I believe you can do this a bit simpler, without a resident load.

LET vCount = NoOfRows('SomeTable');

TRACE 'Count of SomeTable: '  $(vCount);