Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Currently My date Column is giving week from Monday-Sunday,but My user want see week should be Sunday-Saturday,How can I change .Any Help.
Thanks,
Sateesh
Change from default
SET DayNames='Sun;Mon;Tue;Wed;Thu;Fri;Sat';
Play around with this variable in the environmental variable in the script
SET FirstWeekDay=6;
Also, look here:
Hi If you want only
Saturday,
Sunday
May be this
LOAD ID,
PRODUCT,
SALES,
weekday(DATE) as DATE,
FROM
Source
(ooxml, embedded labels, table is Sheet1) Where match(WeekDay(DATE),'Sat','Sun');
This blog explains how to set the week start for both QlikView and Sense
Hi May be this
SET DayNames='Sun;Mon;Tue;Wed;Thu;Fri;Sat';
Reards,
Mahesh