Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
tseebach
Luminary Alumni
Luminary Alumni

Trace to display output of function

Hi, does anyone have an idea on how to get the trace statement to display output of a function?

This works nicely, however its not exactly elegant:

LET _CountRows = QVDNOOFRECORDS('$(_PathSourceData)G_L Entry.qvd');
TRACE $(_CountRows);

I would like to do something like this:

TRACE $(=QVDNOOFRECORDS('$(_PathSourceData)G_L Entry.qvd'));

That just outputs: (InternalError) in the console.

Anyone knows what syntax works?

1 Reply
marcus_sommer

It's  a very old post but maybe it's still a topic where a workaround could be useful: http://community.qlik.com/message/719873?et=watches.email.thread#719873

- Marcus