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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Week Start

Hi,

How to make default week start as Sunday in qlikview.

Thanks..

Labels (1)
7 Replies
Anil_Babu_Samineni
MVP
MVP

you can change the order of

SET ThousandSep=',';

SET DecimalSep='.';

SET MoneyThousandSep=',';

SET MoneyDecimalSep='.';

SET MoneyFormat='$#,##0.00;($#,##0.00)';

SET TimeFormat='h:mm:ss TT';

SET DateFormat='M/D/YYYY';

SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';

SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';

SET DayNames='Sun;Mon;Tue;Wed;Thu;Fri;Sat';

instead of SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';

and save application and reload. It Should start from Sunday only.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar
MVP
MVP

nareshthavidishetty
Creator III
Creator III
Author

Hi ,

I have used Set FirstWeekDay=6; but is not aking sunday as weekstart.


Attached is the application


Thanks..

sunny_talwar
MVP
MVP

Which version of QlikView are you using? FirstWeekDay may not be available for older version of QlikView

nareshthavidishetty
Creator III
Creator III
Author

Hi ,

Here is the version we are using.

Untitled.png

Thanks..

sunny_talwar
MVP
MVP

See if this thread helps

Week Start - Sunday instead of Monday

nareshthavidishetty
Creator III
Creator III
Author