You can write your own formula for a group, but not edit the existing options.
For instance:
if currentdate-{table.date} < 31 then
30
else
if currentdate-{table.date} < 61 then
60
else
if currentdate-{table.date} < 91 then
90
else
if currentdate-{table.date} < 121 then
120
else
if currentdate-{table.date} > 120 then
9999
you can add as many periods as you need.
Choose this as you group field and it will group the values for you. You can base the display on the value returned by this field as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.