Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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..

7 Replies
Anil_Babu_Samineni

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
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

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..

nareshthavidishetty
Creator III
Creator III
Author