CR9
I seem to be having a problem setting some values regardless if I am using the selection expert, creating a parameter or adding it to the selection formula. The problem seems to manifest itself when I make a change to the original parameter.
Example: Original values
change to
CR9 crashes when I try to add another value, in this case "2NDINSPMT". Subsequently, if I delete the entire parameter and then try to add it again in it's original form, CR9 still crashes.
I have also tried to choose a different field to filter on but this also crashes CR9.
I'm not sure if this is related, but when I edit the parameter and try to choose the selection values, even thought I have the correct table and field selected, CR9 does not display all the available field values.
Any suggestions would be appreciated.
Thanks
Joe
I seem to be having a problem setting some values regardless if I am using the selection expert, creating a parameter or adding it to the selection formula. The problem seems to manifest itself when I make a change to the original parameter.
Example: Original values
Code:
{table.Field} in ["COPMT", "DEDPMT", "INSPMT", "OVRPMT", "SELFPAY"]
change to
Code:
{table.CODE} in ["2ndinspmt", "COPMT", "DEDPMT", "INSPMT", "OVRPMT", "SELFPAY"]
CR9 crashes when I try to add another value, in this case "2NDINSPMT". Subsequently, if I delete the entire parameter and then try to add it again in it's original form, CR9 still crashes.
I have also tried to choose a different field to filter on but this also crashes CR9.
I'm not sure if this is related, but when I edit the parameter and try to choose the selection values, even thought I have the correct table and field selected, CR9 does not display all the available field values.
Any suggestions would be appreciated.
Thanks
Joe