Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
user5
Contributor II
Contributor II

NPrinting

Hello,

PFA,

"Conditions evaluated to false for task"  display the error when report is triggered. And report not sent the user.

Can you please help me to check condition

2 Replies
tm_burgers
Creator III
Creator III

Under your Task Condition, what is your "Expected Result"

 

If you want the report to send when the vScheduleFlag = 1 - then the expected result should be True.

tm_burgers
Creator III
Creator III

The other thing with variables and NPrint.

 

Variable have to be in the format

 

=$(Variable)

 

Typically I create my variables for NPrint in two steps; 

 

for example vSchedule : sum(Something)

 

vSchedule_NPrint : =$(vSchedule)