Variable multiplicative date periods in set analysis
Hi All,
I'm trying to built a report which uses set analysis to separate invoiced products into periods that the user defines.
E.g. I want to have variable columns created by the user using variable 'vVariableDateSearch', this creates periods such as 0-30 Days, 31-60 Days, 90+ Days etc.
The set analysis expression I've got for the second column is the following:
I've also tried replacing section [$(=vCurrentDate)-($(=vVariableDateSearch)*2)] with [$(=vCurrentDate)-$(=vVariableDateSearch)-$(=vVariableDateSearch)] however this doesn't work either.
Can someone let me know where the issue in the expression might be?