Using Crystal 2008 - NEWBIE
Have cascading table pulling data from
field 1 in table is clientname
field 2 client type
field 3 start date
field 4 end date
field 5 yes/no
{@maxdays}
\\ which is (DateDiff ("d",{fc_invoice.fc_start_date} , maximum ({fc_invoice.fc_end_date}))) +1\
need the dates and person name to show up for the 1 type of client (fld 2) only
what we're looking for is the total number of days a person was with clientname as long as fld 5 is true.
if not true, we have to only count the days said person was with clientname...the date will change on field 2 type
once the type changes, we need the number of days a person is with clientname for that type...again the date changes on field 2 type
we are looking for running totals for the clientname that has the same type.
aside from doing a maximum on the end date, other options??? since we can't do running totals on maximum
I've used variables for the maximum and reset while printing, tried the display in group headers, details, just about everywhere....
keeps running the maxdays even if the client type has changed...
hopefully this is clearer than mud...
Help is so much appreciated....
Jedder
Have cascading table pulling data from
field 1 in table is clientname
field 2 client type
field 3 start date
field 4 end date
field 5 yes/no
{@maxdays}
\\ which is (DateDiff ("d",{fc_invoice.fc_start_date} , maximum ({fc_invoice.fc_end_date}))) +1\
need the dates and person name to show up for the 1 type of client (fld 2) only
what we're looking for is the total number of days a person was with clientname as long as fld 5 is true.
if not true, we have to only count the days said person was with clientname...the date will change on field 2 type
once the type changes, we need the number of days a person is with clientname for that type...again the date changes on field 2 type
we are looking for running totals for the clientname that has the same type.
aside from doing a maximum on the end date, other options??? since we can't do running totals on maximum
I've used variables for the maximum and reset while printing, tried the display in group headers, details, just about everywhere....
keeps running the maxdays even if the client type has changed...
hopefully this is clearer than mud...
Help is so much appreciated....
Jedder