I'm going to be reading a parm in off of the url
such as host machine/this report?parm=value
and I want to be able to build a SQL query in the Crystal SQL Desinger. If I create a query here can I just copy and paste it to the report? Also, I'd like to add an additional condition on the query after it's in the report, i.e. the parm being passed by the url, can I do something like
SELECT value from table where table.id={?parm}
?
If anyone has any input at all please don't hesitate to respond. Thanks ahead of time.
Dan
such as host machine/this report?parm=value
and I want to be able to build a SQL query in the Crystal SQL Desinger. If I create a query here can I just copy and paste it to the report? Also, I'd like to add an additional condition on the query after it's in the report, i.e. the parm being passed by the url, can I do something like
SELECT value from table where table.id={?parm}
?
If anyone has any input at all please don't hesitate to respond. Thanks ahead of time.
Dan