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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change Date to Day name

Hi All,

1) I’m trying to change numbers from Days column to a Day name but can’tconverted using below script but failed.

DayName(MakeWeekDate($(TranxYear),num(Mid(Weeks,6),'00'),iterno()-1 )) as DaysName,

2) In this script it will shown day from Monday to Sunday.  What if the script for only exclude Saturday and which is the data will shown from Mon,Tue,Wed,Thurs,Fri and Sun?

Please advise me.

Picture1.jpg

Labels (1)
1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi hairulannuar,

Did you try this function yet : WEEKDAY(DateField)

Regards,

Sokkorn Cheav

View solution in original post

2 Replies
Sokkorn
Master
Master

Hi hairulannuar,

Did you try this function yet : WEEKDAY(DateField)

Regards,

Sokkorn Cheav

Not applicable
Author

Try

WeekDay() function that will definately help you.

Regards,

Nitin Jain