Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In master calender qlikview how the week start, Example qlikview take the sunday as first day of the week or monday as first day of the week.
Sunday or Monday
Hi Manoranjan,
Hi,
check
weekStart() in help menu
Regards
so this has to be changed to sunday means how we can do that?
Try this,
WeekStart(Today(), 0, -1)
or
WeekStart(YourDateField, 0, -1)
how to change it for weeknumber?
Check the below link.