Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community
I have set up a Variable as below in qliksense
if(Sum( {<DateText={'$(=Date(Today(1)-1))'}>} Sales_Value_Excl)=Sum( {<DateText={'$(=Date(Today(1)-2))'}>} Sales_Value_Excl),0,1)
My question is relating to Nprinting.
When setting up the rules does Nprinting look at the 0 & 1 in the above syntax or does it only looks at the part of =, I tried the rule but the result was no report generated although the condition was 1
I hope I am clear in my description
Thanks
Hi,
Could it be due to the lack of the = sign at the beginning of the variable definition? Refer to https://help.qlik.com/en-US/sense/February2021/Subsystems/Hub/Content/Sense_Hub/Variables/use-variab...
Could you add some details about how you created and used the condition? For example screenshots.
Check also the logs and the task executions page. They should show you details about the results of the condition.
Thanks
Best Regards,
Ruggero
Hi,
Could it be due to the lack of the = sign at the beginning of the variable definition? Refer to https://help.qlik.com/en-US/sense/February2021/Subsystems/Hub/Content/Sense_Hub/Variables/use-variab...
Could you add some details about how you created and used the condition? For example screenshots.
Check also the logs and the task executions page. They should show you details about the results of the condition.
Thanks
Best Regards,
Ruggero
Hi
Point taken on the = sign. Corrected as suggested and condition is now functional and behaving as excepted
Regards