Hi,
Using Crystal 9 and am trying to build a report whose columns use a different set of selection criteria than the other columns. The search parameters are the same for the report, but again, each summary column needs to select results based upon seperate selection criteria. Should I use some type of array function, or subreports?
Column1 and Column2 work correctly. When I get to Column3, I can't change selection criteria for the column so I can't add more than two columns.
Ex:
Column1 = search parameter = substring, 3 digit zip range
Column2 = count based on selection criteria.
Column3 = count based on selection criteria.
Etc.
Report should look like this:
Report
ZipCode Col2 Col3 Col4 Col5
370 2 2 4 9
371 5 2 6 7
372 2 0 4 13
How do I get results for columns 3,4,5 based upon different selection criteria than Column 2?????
Thanks
Using Crystal 9 and am trying to build a report whose columns use a different set of selection criteria than the other columns. The search parameters are the same for the report, but again, each summary column needs to select results based upon seperate selection criteria. Should I use some type of array function, or subreports?
Column1 and Column2 work correctly. When I get to Column3, I can't change selection criteria for the column so I can't add more than two columns.
Ex:
Column1 = search parameter = substring, 3 digit zip range
Column2 = count based on selection criteria.
Column3 = count based on selection criteria.
Etc.
Report should look like this:
Report
ZipCode Col2 Col3 Col4 Col5
370 2 2 4 9
371 5 2 6 7
372 2 0 4 13
How do I get results for columns 3,4,5 based upon different selection criteria than Column 2?????
Thanks