Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Guys, i am having trouble with some syntax on qlikview i hope you could help.
Below is an example of what i am trying to achieve.
sum({<DateOfCall={'>daystart(today()-14)'}>} IVR_Call_Count)
Date of call is a field with date/time format
the day start wraps the today function in to the same format.
all functions work indepentently with correct results but i cant find the syntax to run it like the above.
regards
alan
hei
use this one
sum({<DateOfCall={">$(=daystart(today()-14))"}>} IVR_Call_Count)
hei
use this one
sum({<DateOfCall={">$(=daystart(today()-14))"}>} IVR_Call_Count)
perfect thanks i see exactly where i was incorrect. appreciate your support