Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi All,
I am having following two tables of Master Calendar and Application Table.
But I need to create a chart which should have the date as Dimension from Master Calendar date,that should equal to Application Date Value.
To make clearly I need to have a condition like Where MasterCalendar.Date=ApplicationDate
Kindly let me know
-Jay
 
					
				
		
 m_woolf
		
			m_woolf
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		if(MasterCalendar.Date=ApplicationDate,MasterCalendar.Date)
 
					
				
		
Hi,
It is not working.
-Jay
 SunilChauhan
		
			SunilChauhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		check format of both Date
it should be same
 
					
				
		
Yes,both are representaed as 'MM/DD/YYYY'
 SunilChauhan
		
			SunilChauhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		attached sample if possible
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try something like:
Sum({<MasterCalendar.Date={"=MasterCalendar.Date=ApplicationDate"}>}Amount)
 
					
				
		
Actually I am counting the values,based on certain date period. So that date from Application table should match with master Calendar table
 
					
				
		
 giacomom
		
			giacomom
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
you can try to name the date field in your Application table the same way you have it in the Master Calendar so the chart will automatically select the equal dates.
Regards,
Giacomo
 
					
				
		
Hi Tresesco,
It didn't worked for me.
