Hello.
I am on Crystal v 9.2. I having an issue with a selection formula which is a bit hard to describe.
First, here is my formula right now:
{s_work.extract_id} = {?ExtractID} and
{st_work_7.structure_name} = "$Plan" and
{st_work_7.depth} = 7 and
{s_work.structure_name} = "$Plan" and
not ({st_wbs66.description} in ["Cancel", "Other"]) and
{@Execution Stage} in ["Planning"] and
({@Planned or Actual Start Date} in Over90Days or {@PlanningStageComplete} in Date (1900,01,02) to Date (2008,10,27)) and
not ({st_wbs101.description} in ["Ongoing Support Activities"]) and
isnull ({custom_data.acesteercommrevdate})
The part where I am having trouble getting right is this section:
({@Planned or Actual Start Date} in Over90Days or {@PlanningStageComplete} in Date (1900,01,02) to Date (2008,10,27))
This is working as written, but I need to further refine to state that I DON'T WANT TO SEE records with a @PlanningStageComplete date greater than 10/27 AT ALL. I've done a few different things and it doesn't seem to work properly.
I hope this is clear.
Any ideas?
Thanks,
Skystar
I am on Crystal v 9.2. I having an issue with a selection formula which is a bit hard to describe.
First, here is my formula right now:
{s_work.extract_id} = {?ExtractID} and
{st_work_7.structure_name} = "$Plan" and
{st_work_7.depth} = 7 and
{s_work.structure_name} = "$Plan" and
not ({st_wbs66.description} in ["Cancel", "Other"]) and
{@Execution Stage} in ["Planning"] and
({@Planned or Actual Start Date} in Over90Days or {@PlanningStageComplete} in Date (1900,01,02) to Date (2008,10,27)) and
not ({st_wbs101.description} in ["Ongoing Support Activities"]) and
isnull ({custom_data.acesteercommrevdate})
The part where I am having trouble getting right is this section:
({@Planned or Actual Start Date} in Over90Days or {@PlanningStageComplete} in Date (1900,01,02) to Date (2008,10,27))
This is working as written, but I need to further refine to state that I DON'T WANT TO SEE records with a @PlanningStageComplete date greater than 10/27 AT ALL. I've done a few different things and it doesn't seem to work properly.
I hope this is clear.
Any ideas?
Thanks,
Skystar