Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Auto-Trace Section-Name in Script Log

Oliver_F
Partner - Creator III
Partner - Creator III

Auto-Trace Section-Name in Script Log

Hi,

we all know that the reload logs are very often not very helpfull, when you try to fix a reload error (e.g. applymap error not telling you which applymap failed).

To improve this a little bit I would like to ask for an automatic trace whenever a new section is processed.  The reload log could look like this:

=====MAIN=====

script log

reload * resident

etc etc

===== Section 2 ====

left Join etc etc

==== Section 3 ====

etc

 

Not sure if others aggree with this idea, but for me personally this would improve QOL quite much.

Tags (2)
9 Comments
AlexOmetis
Partner Ambassador
Partner Ambassador

I like it - being able to search by section name would be useful I think.

If I'd have thought of it, I'd probably have added it to my idea about general improvements to logging!

Improvements to Script Logging to help developers - Qlik Community - 1630363

Oliver_F
Partner - Creator III
Partner - Creator III

@AlexOmetis - I know your post. I commented it May last year. - It is very sad that not even the simple improvents (e.g. applymap error) were even put on the roadmap yet. 😕

philipdoyne
Partner - Contributor III
Partner - Contributor III

Nice idea but pending the  implementation you could just add

TRACE -----------------------

TRACE <name of section>

TRACE -----------------------

 

to the beginning of each section 🙂

Philip

Oliver_F
Partner - Creator III
Partner - Creator III

@philipdoyne  Thx for the tip. But doing it manually I prefer it that way:

let vTrace = 'Trace ======$1======';

$(vTrace(Section1));

$(vTrace(Section2));

$(vTrace(etc));

 

Or if you need it to trace a complex script, I use a Sub instead, because then I am able to not only trace the title but although measure the runtime of each section and let the scrept tell me something like this:

=== Last Section took 3:45 minutes to reload. ===

=== Starting reload of Section DemoXYZ. ===

philipdoyne
Partner - Contributor III
Partner - Contributor III

Very good Oliver - I quite agree - I like the subroutine idea best 🙂

Philip

philipdoyne
Partner - Contributor III
Partner - Contributor III

.... although it would of course be better if it did this automatically - is not very contentious!

Patric_Nordstrom
Employee
Employee

Thank you all for your feedback on ways to improve our product. While this is something we understand would be useful, it's not on the short-term roadmap. Please continue to show your support for this idea by commenting and liking.

Thanks, 

Patric

Status changed to: Open - Collecting Feedback
Meghann_MacDonald

From now on, please track this idea from the Ideation portal. 

Link to new idea

Meghann

NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you only see 1 tab with the login page, please try clicking this link first: Authenticate me! then try the link above again. Ensure pop-up blocker is off.

Ideation
Explorer II
Explorer II
 
Status changed to: Closed - Archived