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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ilanbaruch
Specialist
Specialist

set analysis expression based on field value

hi all,

i have a week day table with values which i want to calculate against WeekDay(now())

any ideas or another way to figure it?

advanced thanks.

week dayvalue
Monday50
Tuesday150
Wednesday 200
Thursday 130
Friday 400
Saturday 330
Labels (1)
1 Reply
sinanozdemir
Specialist III
Specialist III

Hi,

You can employ Date() function and here is an example by using your data:

Capture.PNG

Hope this helps.