Hello all,
I've been trying to find a way to do this, however I can't seem to find the right search to find what I'm looking for. Here's what I'm trying to do:
I'm connecting to a database using ODBC.
I have {table.field} with a whole bunch of codes (i.e. AAAA, AAAI, AAAB, etc.)
I'm trying to run a report that requires different groups of those codes:
Table.field
1111
2222
AAAA
AAAB
AAAC
AAAD
BBBB
CCCC
DDDD
Wanted result
Group XXXX: 1111, AAAA, AAAD
Group YYYY: 2222, AAAB
Group ZZZZ: AAAD, CCCC, DDDD
The database doesn't have a field for those groups as the groups are only for a specific reporting purpose.
I'm trying to create a parameter that says What group(s) do you want to search for?, with the options being XXXX, YYYY, ZZZZ, etc, and then have the parameter pull another parameter that has that array in it so that the user doesn't have to manually individually select the codes that are wanted.
Is there any way that crystal will allow me to do what I'm wanting? I hope I've given a clear explanation.
I've been trying to find a way to do this, however I can't seem to find the right search to find what I'm looking for. Here's what I'm trying to do:
I'm connecting to a database using ODBC.
I have {table.field} with a whole bunch of codes (i.e. AAAA, AAAI, AAAB, etc.)
I'm trying to run a report that requires different groups of those codes:
Table.field
1111
2222
AAAA
AAAB
AAAC
AAAD
BBBB
CCCC
DDDD
Wanted result
Group XXXX: 1111, AAAA, AAAD
Group YYYY: 2222, AAAB
Group ZZZZ: AAAD, CCCC, DDDD
The database doesn't have a field for those groups as the groups are only for a specific reporting purpose.
I'm trying to create a parameter that says What group(s) do you want to search for?, with the options being XXXX, YYYY, ZZZZ, etc, and then have the parameter pull another parameter that has that array in it so that the user doesn't have to manually individually select the codes that are wanted.
Is there any way that crystal will allow me to do what I'm wanting? I hope I've given a clear explanation.