Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 sat_tok52
		
			sat_tok52
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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';
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Play around with this variable in the environmental variable in the script
SET FirstWeekDay=6;
Also, look here:
 
					
				
		
 qlikview979
		
			qlikview979
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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');
 
					
				
		
 Colin-Albert
		
			Colin-Albert
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		This blog explains how to set the week start for both QlikView and Sense
 
					
				
		
 qlikview979
		
			qlikview979
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi May be this
SET DayNames='Sun;Mon;Tue;Wed;Thu;Fri;Sat';
Reards,
Mahesh
