Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have the following two variables that need to be input into some set analysis, can someone help please:
vStartDate
vMaxDate
I want to sum all the data that falls between the above two variables
Thanks in advance
Sum({$<Date ={">=$(vStartDate)<=$(vMaxDate)"}>} Field )
Sum({$<Date ={">=$(vStartDate)<=$(vMaxDate)"}>} Field )
Sum({$<Date ={">=$(=vStartDate)<=$(=vMaxDate)"}>} Field )