elansienna
Technical User
First, let me say that I've found this forum to be a great resource in developing reports! I have not found any of the threads that mimic the problem I have currently having, so I am addressing the forum. I am using Crystal v10 with an ODBC connection to Oracle 9i. I have a main report with several subreports that is parameter driven. The string value is fed from the main report into the subreport. The links are correct and I get back the necessary data. However, I needed to bring a null record into the subreport and found the need to use the add command with a union to dual to create a null record as the parameter would not allow nulls to pass. I created a parameter on the add command, used it in the command and it works only when I enter the value manually from the subreport (single quote value). However, when I try to pass a value from the main report to the subreport, I get an error "incorrect identifier" and double quotes on the string value that I am trying to pass. It looks as if Crystal is trying to pass the value with double quotes. Help!