Very new to dominio designer I am creating a view for ‘Open’ documents that is based on a ‘Target Date’ field
I got the "<30 days" view working and the ">90 day" view working , cant figure out the
"30- 90 days"
My formula for <30 day view is:
SELECT Form = "Form Name" & ProjectStatus = "Open" & @IF (targetdate) <= @Adjust(@Today;0;0;90;0;0;0)
Any help is really appreciated
Software/Hardware used:
ASKED:
April 17, 2008 5:50 PM
UPDATED:
April 18, 2008 10:01 PM
Thank you both for helping me, I ended up doing the single view using the categories. I do reallly appreciate the time you took out of your busy schedules to help me.
thanks again
Matjo