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: 
johnan
Creator III
Creator III

Reload second table

Hi Community,

Is there a possibility to trigger second reload only  if my first reload has more than >1 rows?

 

Br

JOhn

Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

If  NoOfRows('t1')>1 Then

<load statement for t2>

End if

 

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like:

If  NoOfRows('t1')>1 Then

<load statement for t2>

End if

 

johnan
Creator III
Creator III
Author

Offcourse, that simple 🙂

Thanx 🙂