Chris T.
|
| Posted: 01/13/2006, 10:43 AM |
|
How would I get data from a user to use in a report?
I tried via SQL to prompt for user input:
select * from table where data1='{inputdata}'
but that doesn't work with the report in CCS.
Do I have to make a page before accessing the report that asks the user for the data, then they press a button and this sends the data to the report?
|
|
|
 |
Walter Kempees
|
| Posted: 01/13/2006, 1:02 PM |
|
That seems like a good assesment of the needs to me.
It would certainly be one of my options.
You can 'globaly' comapre that with the search/grid functionality, where a
user inputs some fields and the grid responds accordingly.
<ChrisT.@forum.codecharge (Chris T.)> schreef in bericht
news:243c7f4b9871a3@news.codecharge.com...
> How would I get data from a user to use in a report?
>
> I tried via SQL to prompt for user input:
> select * from table where data1='{inputdata}'
>
> but that doesn't work with the report in CCS.
>
> Do I have to make a page before accessing the report that asks the user
> for the
> data, then they press a button and this sends the data to the report?
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|