I had a crystal report supplied by my software consultant. This report had some error i was trying to correct. It also had some parameter fields defined in a query. When i went to database -> show query, it asked for parameter values which i entered as 1 for the parameter. I now made some change to the query and saved the report. Now the SQL query uses values 1 for the parameters everytime as it is saved now. How do i mention the parameter value in the query to get it to work carrectly
The parameter name is "Document Type"
for eg the query now looks like
SOP50200."DOCTYPE" = 1
I tried putting
SOP50200."DOCTYPE" = "Document Type"
SOP50200."DOCTYPE" = 'Document Type'
SOP50200."DOCTYPE" = "?Document Type"
SOP50200."DOCTYPE" = '?Document Type'
Nothing works, how do i change this query to again accept parameters, what is the syntax, Please help, THanks
The parameter name is "Document Type"
for eg the query now looks like
SOP50200."DOCTYPE" = 1
I tried putting
SOP50200."DOCTYPE" = "Document Type"
SOP50200."DOCTYPE" = 'Document Type'
SOP50200."DOCTYPE" = "?Document Type"
SOP50200."DOCTYPE" = '?Document Type'
Nothing works, how do i change this query to again accept parameters, what is the syntax, Please help, THanks