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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
RHZ123
Contributor
Contributor

tWaitForSqlData

Good morning all,

I am analyzing a job at the end of evolving it, I come across a tWaitForSqlData component, I read the documentation for this component, I understood its general functioning, but there is one thing that escapes me in the advanced settings, what it corresponds to, and how it works (on the part activate WHERE clause)

 

In the job I'm analyzing, they have this thing : 

0683p000009M9T9.png0683p000009M9TJ.png0683p000009M9TO.png

 

Labels (2)
1 Reply
Anonymous
Not applicable

The where cause filed allows you to add a where condition for the rows counts, for example:
"WHERE name='talend'"
Assuming we select 'trigger action when rowcounts is great than value 2, if there exists more than 2 rows that the name filed has 'talend' value, the trigger will be activated.
If the where cause box is unchecked, it will count all the rows.

Regards
Shong