Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set anaylsis variables

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

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hei

use this one

sum({<DateOfCall={">$(=daystart(today()-14))"}>} IVR_Call_Count)

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hei

use this one

sum({<DateOfCall={">$(=daystart(today()-14))"}>} IVR_Call_Count)

Not applicable
Author

perfect thanks i see exactly where i was incorrect. appreciate your support