Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Johnnyg248
Contributor III
Contributor III

Debug Module

I know you can debug qlikview scripts but I was hoping to debug a module using qlik 12

Apparently the debug button no longer exists

 

Checking to see if anyone might have some work arounds

 

In particular, looking to debug the ExportToExcel module in the attached qvw

 

Not because there is an issue but more just to step through and see what values are to get ideas on how to change

 

Thanks!

2 Solutions

Accepted Solutions
techvarun
Specialist II
Specialist II

As per the code you  always should select only one field from %TabFields column.

 

Please try select one field and Export to Excel

View solution in original post

Brett_Bleess
Former Employee
Former Employee

The Edit Module lost the debugger quite a number of years ago given Microsoft ended support for it from what I recall.  The Edit Module is based on quite an old version of the scripting engine, and as far as I am aware there are no plans to update it.  

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

4 Replies
techvarun
Specialist II
Specialist II

As per the code you  always should select only one field from %TabFields column.

 

Please try select one field and Export to Excel

Johnnyg248
Contributor III
Contributor III
Author

Thanks for the response but not sure I follow

 

was looking for a way to step through debugger

Brett_Bleess
Former Employee
Former Employee

The Edit Module lost the debugger quite a number of years ago given Microsoft ended support for it from what I recall.  The Edit Module is based on quite an old version of the scripting engine, and as far as I am aware there are no plans to update it.  

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
EeroS
Contributor II
Contributor II

  • You can use Qlik manuals like "QlikView 11 for Developers" -By Garcia M., Harmsen B. to debug.
  • See chapter 7, page 247 to start DEBUG process in many distinct ways.
  • You can find script information too easily in this GREAT manual !
SE