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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Days in Master Calender

Hi All,

I am using Master Calender in QV for my dashboard. I am able to get Date, Months, Weeks and Years from the data source. Is there any possiblity to get Days (Monday, Tusday, Wednesday,etc.,) in the Master calender?

Regards,

Nandha

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Yes i have already used

 

WeekDay

(TempDate) as

Weekday

but i missed that to call in the dashboard.

Anyways Thanks.

View solution in original post

2 Replies
er_mohit
Master II
Master II

Try this

Here TempDate is my fieldname

WeekDay(TempDate) AS CalendarDayName

hope it helps

Anonymous
Not applicable
Author

Yes i have already used

 

WeekDay

(TempDate) as

Weekday

but i missed that to call in the dashboard.

Anyways Thanks.