Hi
I trying to make a custom filter i the report module.
I have a date-field "START WARRANTY" and a int-field "YEARS OF WARRANTY" and like to have a report showing only items with still having warranty.
Can anyone help with a formula for this job?
I think something like:
Greetings from Denmark
I trying to make a custom filter i the report module.
I have a date-field "START WARRANTY" and a int-field "YEARS OF WARRANTY" and like to have a report showing only items with still having warranty.
Can anyone help with a formula for this job?
I think something like:
"START WARRANTY > datetime\addYears(datetime\now(), negate(TOTAL_WARRANTY))"
How can i subtract TOTAL_WARRANTY instead of addYearsGreetings from Denmark
Comment