Hi,
I want to check whether there is a way in Crystal to do the following:
I have a report which splits employees into the number of months they have been in service at our company:
0-12 Months
1-2 Years
2-5 Years
5-10 Years
10 Years+
The 'Time in Service' Categories have to be created with a formula @categories as the categories do not exist in the data.
When I group by my formula I also apply a record selection to show just one years data. However, while I would like to see all the different group values (ie 0-12 Months, 1-2 Years etc) regardless of whether there are any employees or not, Crystal will only show the groups for which there is data.
So the question is - how do I change this?
Normally I know the answer would be to use a left outer join but I dont have that option. I then created a Categories Table with the same categories as in my @Categories formula but found that I could do nothing with it in Crystal as it doesn't seem to be possible to link to a formula field in Crystal.
I know that I could write the formula in SQL and add it as a column to my Employees table, but it does seem a lot of hassle (and my SQL is not as good as my Crystal formula writing skills).
Any Ideas?
Thanks
Nassy
I want to check whether there is a way in Crystal to do the following:
I have a report which splits employees into the number of months they have been in service at our company:
0-12 Months
1-2 Years
2-5 Years
5-10 Years
10 Years+
The 'Time in Service' Categories have to be created with a formula @categories as the categories do not exist in the data.
When I group by my formula I also apply a record selection to show just one years data. However, while I would like to see all the different group values (ie 0-12 Months, 1-2 Years etc) regardless of whether there are any employees or not, Crystal will only show the groups for which there is data.
So the question is - how do I change this?
Normally I know the answer would be to use a left outer join but I dont have that option. I then created a Categories Table with the same categories as in my @Categories formula but found that I could do nothing with it in Crystal as it doesn't seem to be possible to link to a formula field in Crystal.
I know that I could write the formula in SQL and add it as a column to my Employees table, but it does seem a lot of hassle (and my SQL is not as good as my Crystal formula writing skills).
Any Ideas?
Thanks
Nassy