jschill2628
Programmer
I am having an issue with my parameter. I have never encountered this before. I have linked a code table to my main table, as I normally would, this works for a cross tab I have built into the crystal report (Crystal XI). The formula I have in my report is
{ReviewerSeverity}:
{ReviewerSeverity.CODE} + "-" + {ReviewerSeverity.CODE_DESC}
Now when I try to create a prompt {?Severity}, I choose dynamic prompt, then I choose new. For the value I choose {ReviewerSeverity.CODE}, and for the description I choose {ReviewerSeverity.CODE_DESC}.
Then I go the Selection Criteria and say {IRSCLAIMSA1.SA153} = {?Severity}
This is how I would normally do a simple prompt like this. The problem is that instead of just getting the ten values I need (minor, major, etc….) I am getting every code and code description in the whole code table.
What am I doing wrong?
Thanks in advance!
{ReviewerSeverity}:
{ReviewerSeverity.CODE} + "-" + {ReviewerSeverity.CODE_DESC}
Now when I try to create a prompt {?Severity}, I choose dynamic prompt, then I choose new. For the value I choose {ReviewerSeverity.CODE}, and for the description I choose {ReviewerSeverity.CODE_DESC}.
Then I go the Selection Criteria and say {IRSCLAIMSA1.SA153} = {?Severity}
This is how I would normally do a simple prompt like this. The problem is that instead of just getting the ten values I need (minor, major, etc….) I am getting every code and code description in the whole code table.
What am I doing wrong?
Thanks in advance!