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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to display week names of the week of the month

hi,

There is a requirement where in I have to display weeknames(Sunday, Monday,..) of the month in the bar chart.

Can anyone help me out to get the solution for the same.

Thanks in advance,

Smitha

6 Replies
Not applicable
Author

Hi Smintha,

I am a little confused with your post's header and the message body.

Are you trying to find the week number of the date in that month? For example, 12 Nov 2013 is 3rd week of the month. Is it what you are looking for? Then you can use

=(Week(Date)-Week(MonthStart(Date)))+1

If you are looking for names of the days to be displayed, then would you like to try WeekDay(Date) in your expression? ("Date" here represents the field name for your dates, feel free changing)

Let us know how it goes and hope it helps.

Best wishes,

sadickbasha
Partner - Contributor III
Partner - Contributor III

Please use 'WeekDay(date Field)' to display the week days

Not applicable
Author

Hi use weekday function

in dimension tab-use conditional dimension  like

weekday(date field)

then the result the dimesion values are shown as 

sun,mon,tue,.....

let me know is this u r requirement or not.

Not applicable
Author

Use Weekday(date field) it will display the day of the week in characters

Not applicable
Author

Hi Smitha,

Hope attached is helpful for you.

mjm
Employee
Employee

Please use the weekday() function. The day names will be taken from the default SET statements at the beginning of your load script.