Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Days of the week

I want to be able to add a list box with days of the week (Monday, Tuesday.... Sunday) on a dashboard.

How can I accomplish that?

Thanks,

Amit

1 Solution

Accepted Solutions
Not applicable
Author

Actually doing WeekDay(DateParameter) as WeekDay in the load scipt got me the result I wanted.

Thanks for your input though.

View solution in original post

2 Replies
Marcio_Campestrini
Specialist
Specialist

Hi Amit

Create a field in your script with this:

Date(YourDate, 'WWWW') As WeekDayLongName

This will give you the long name of the weekday.

Márcio Rodrigo Campestrini
Not applicable
Author

Actually doing WeekDay(DateParameter) as WeekDay in the load scipt got me the result I wanted.

Thanks for your input though.