Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 ghassanaldalati
		
			ghassanaldalati
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		How to get all the accumulate value on and before the selected month ( As Balance Value )
on other word
all accumulate value for all period up to selected month
Plz Look to my Attachment
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The working expression is: =Sum({<Year,Month, Date={'<=$(=Date(Max(Date)))'}>} Sales)
 ghassanaldalati
		
			ghassanaldalati
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		when I select { month ( May ) - Year ( 2015) } I get all the Accumulate amount from Day 1 up to May2015 (Full ccumulate amount for all years before + 5 months on May2015)
I need the formula on TextBox
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Something like below..
SUM({<YourDateField = {"$(=Date(MakeDate(Max(Year),Max(Month))))"}>}Sales)
Change your field names according to your application.
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try something like:
Sum({<Year,Month, Date={'<=$(=Date(Max(Date)))'}>} Value)
 ghassanaldalati
		
			ghassanaldalati
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Plz have a look to my attachment .. and help
 ghassanaldalati
		
			ghassanaldalati
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Plz have a look to my attachment .. and help
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The working expression is: =Sum({<Year,Month, Date={'<=$(=Date(Max(Date)))'}>} Sales)
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use this..
=SUM({<Month, Year, Date = {'<=$(=Date(Max(Date)))'}>}Sales)
