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: 
arvind_patil
Partner - Specialist III
Partner - Specialist III

What is Meaning of minus Sign i Script?

Dear Experts,

 

Please Explain me what is usage of - sign in Load scrpt 

Minus.png

Thanks & Regards,

Arvind Patil

Labels (1)
1 Solution

Accepted Solutions
swuehl
MVP
MVP

The breakpoint will not work on empty script lines.

Try to add a breakpoint directly to your line with the TRACE statement, line 4 in your sample code.

In multi line statements like a LOAD statement, try to add the breakpoint to the table label line.

View solution in original post

7 Replies
anushree1
Specialist II
Specialist II

Its a break point double click on it and it will vanish, its used to debug and halt at a line of code

arvind_patil
Partner - Specialist III
Partner - Specialist III
Author

but when I try below code it not halt at that level.

i used breakpoint before this statement still excute my trace command.

Trace<<HII>>

Thanks & Regards,
Arvind Patil
Sue_Macaluso
Community Manager
Community Manager

What product are you discussing, I'd like to help get this to the correct product forum. Thank you
Did you find a solution to your question? Mark the solution as accepted : and if you found it useful, press the like button!
arvind_patil
Partner - Specialist III
Partner - Specialist III
Author

Hi,

 

I am talking about Qliksense Jun 18

 

Thanks & Regards,

Arvind Patil

swuehl
MVP
MVP

The breakpoint will not work on empty script lines.

Try to add a breakpoint directly to your line with the TRACE statement, line 4 in your sample code.

In multi line statements like a LOAD statement, try to add the breakpoint to the table label line.

arvind_patil
Partner - Specialist III
Partner - Specialist III
Author

Ok got it !

Means it is work only at debugging mode. and where script is present at that line.

Thanks & Regards,

Arvind Patil

 

 

 

arvind_patil
Partner - Specialist III
Partner - Specialist III
Author

OK got it !

Means it is work only at debugging mode. and where script is present at that line.

Thanks & Regards,

Arvind Patil