hi,
I have a group by project code
within that group are all projects that are related to that project code.
example:
ProjectD
ProjectD hours budget
ProjectJ hours budget
ProjectW hours budget
ProjectS hours budget
due to the nature of the data, Project D comes out in the results.
This isn't a problem though, but what I have to do is return only certain projects based on the group project code.
in the above example, with ProjectD, i only want to show ProjectD and ProjectJ in the group
Likewuse if the group header is ProjectS
I only want to show ProjectS and ProjectW in the group details.
this is the only criteria and will not change..
so, If groupheader ends in 'D' then show only projects ending in D and J
If groupheader ends in 'S' then show only projects ending in 'S' or 'W'
how would I go about doing this?
its been a while since I used Crystal, so I have forgotten a lot of what I learned...
thanks in advance,
Matt
I have a group by project code
within that group are all projects that are related to that project code.
example:
ProjectD
ProjectD hours budget
ProjectJ hours budget
ProjectW hours budget
ProjectS hours budget
due to the nature of the data, Project D comes out in the results.
This isn't a problem though, but what I have to do is return only certain projects based on the group project code.
in the above example, with ProjectD, i only want to show ProjectD and ProjectJ in the group
Likewuse if the group header is ProjectS
I only want to show ProjectS and ProjectW in the group details.
this is the only criteria and will not change..
so, If groupheader ends in 'D' then show only projects ending in D and J
If groupheader ends in 'S' then show only projects ending in 'S' or 'W'
how would I go about doing this?
its been a while since I used Crystal, so I have forgotten a lot of what I learned...
thanks in advance,
Matt