OliverKulbach
Programmer
Hi everybody,
I'm using CR8 and have the following problem. First I crated a report with the "Select Expert". Then I found that I doesn't get the data I wanted and changed the SQL-Query manually in the "Show SQL-Query". After that it worked fine. Now I thought it would be better to use a parameter-field in the query. I changed the SQL-Query from
WHERE
adr_t.login_verantw = 'MG' ................
to
WHERE
adr_t.login_verantw = '{?Sales}' ..............
but when I start the report I don't get asked for the parameter. Then I thought ok, put it in the "Select Expert" and after that I get prompted for the parameter-field. Unfortunatly it looks like that the data will not be handed over to the SQL-Query as it returns no data. Can anybody explain that to me or has an idea what the mistake is?
Thanks
Oliver
I'm using CR8 and have the following problem. First I crated a report with the "Select Expert". Then I found that I doesn't get the data I wanted and changed the SQL-Query manually in the "Show SQL-Query". After that it worked fine. Now I thought it would be better to use a parameter-field in the query. I changed the SQL-Query from
WHERE
adr_t.login_verantw = 'MG' ................
to
WHERE
adr_t.login_verantw = '{?Sales}' ..............
but when I start the report I don't get asked for the parameter. Then I thought ok, put it in the "Select Expert" and after that I get prompted for the parameter-field. Unfortunatly it looks like that the data will not be handed over to the SQL-Query as it returns no data. Can anybody explain that to me or has an idea what the mistake is?
Thanks
Oliver