Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to set a variable value to the number of the weekday
So today is Thursday so the variable value should be '4'
When I try following then I get value as 'Thu'
=Weekday(Today())
But When I convert to number like below.. then I get Value as '3' instead of '4'
=num(Weekday(Today()))
am I missing anything?
Days start at 0. Monday is day 0. See the only help: weekday - script and chart function ‒ Qlik Sense
Days start at 0. Monday is day 0. See the only help: weekday - script and chart function ‒ Qlik Sense
Thank you
Thank you