Hi,
I have a DataEnvironment set up and in the SQL Builder I have
SELECT * FROM <table> WHERE ID = ?
Then in Parameters window
Param1 - set to Int
value = Enter ID
How do I take thi svalue and use it to define what records are shown in the report.
Dont think Im far off with this but cant get it working
Get message saying
Failed getting RowSet from data source
I have a DataEnvironment set up and in the SQL Builder I have
SELECT * FROM <table> WHERE ID = ?
Then in Parameters window
Param1 - set to Int
value = Enter ID
How do I take thi svalue and use it to define what records are shown in the report.
Dont think Im far off with this but cant get it working
Get message saying
Failed getting RowSet from data source