Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 alkesh_sharma
		
			alkesh_sharma
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
I have two separate fields for Year and Month.
can I create a date field from it?? Days I can take random.
Please help....
 
					
				
		
You can use Date(Date#(Year&MONTH,'YYYYMM')). it'll give the start date for that month.
 
					
				
		
 alkesh_sharma
		
			alkesh_sharma
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Krupasagar,
Its not working...is there any other option??
 
					
				
		
Hi
insert dates
1,
2,
.
.
.
.
31,
 
					
				
		
Hi Sharma, Try with MakeDate function like below:
MakeDate(YEARFIELD, MONTH) AS DATEFIELD
If you ignore day parameter, it takes 1st of month.
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		MakeDate(Year,Month,1) as Date
 
					
				
		
 alkesh_sharma
		
			alkesh_sharma
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Nope, still not working... 
