Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
For your variable, try this:
=Date(floor(num(ReloadTime())),'DD/MM/YYYY')
In Expression, try this:
=Date(today(),'DD/MM/YYYY')
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.