Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sibideepak
Creator II
Creator II

Skip some lines in debug mode

Hi all,

I want skip some store statement when i'm on debug mode(especially with limit load) .

how do I achieve it??

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe you can check the size of your tables (NoOfRows(['TableName ' ])  ) and build a condition on that.

View solution in original post

4 Replies
Anonymous
Not applicable

I doubt you can do it...  You can use some conditional script execution (if...then...) based on a variable, but it is not related to the debug mode.

PrashantSangle

Hi,

In Debug mode you can not do it,

Instead of this you can limit you load in script in where clause.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
swuehl
MVP
MVP

Maybe you can check the size of your tables (NoOfRows(['TableName ' ])  ) and build a condition on that.

Not applicable

Set the Break Points in script .