Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rajeshqvd
Creator II
Creator II

Qilk Sense Refresh status with Nprint

HI All,

 

I created vReload variable for Reload time.

in Nprint i created condition like variable (drop down i selected VReload variable) vReload ≠  Expression Today() then run task.

If Refresh not done today untill 9AM we should get email this is the requirement above thing not working for me.

Kindly share any workarounds for this.

Thanks Advance

  

 

 

Labels (4)
2 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

For your variable, try this:

=Date(floor(num(ReloadTime())),'DD/MM/YYYY')

In Expression, try this:

=Date(today(),'DD/MM/YYYY')

 

rajeshqvd
Creator II
Creator II
Author

Hi Fong,

 

Thanks for your reply tried all date format things but it doesn't work for me because Reload time <> Today() then only it should run report. In condition tab i tried to add true and False but no luck.

 

As of now i tried with Power-Shell and Nprint combination.