Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mgranillo
Specialist
Specialist

Quick way to test extension code changes in app

Hello,

Sorry if this is a dumb question, but does anyone know a quick way to test extension code in an app?

Ideally I'd like to code and see the extension update as I change its code, similar to the widget editor.

Mike

1 Solution

Accepted Solutions
Yianni_Ververis
Employee
Employee

How about simple console.log()?

View solution in original post

2 Replies
Yianni_Ververis
Employee
Employee

How about simple console.log()?

mgranillo
Specialist
Specialist
Author

Thanks Yianni.  Looks like I'll have to learn how to use the console more effectively.