Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hey all,
if i need to calculate the sum of amount of the maximum periode on last month how can i write it in the set analysis?
hope you can help
thanks
May be this:
{<Date = {"$(=Date(Floor(MonthEnd(Today(), -1)), 'YourDateFieldFormat'))"}>}
my format field is num should i use the same expression ?
Something along these lines:
{<Date = {"$(=Floor(MonthEnd(Today(), -1)))"}>}
sorry sunny to disturb u but the pervious month sometimes doesnt have all days i just need The maximum period date in last month and my field is number type
Do you have a sample you can share?
unfortuantly i cant share my data online but as an example
lets say we are in march i need to calculate the sum of a balance in feb of list of ids but this balance is a snap shut balance. in my database i don't have all days cause the balance is saved one per week.
my request is the calculate this balance in the maximum periodedate in feb (it could be any day in feb)
hope this explanation can help