I want to be able to print out what parameters that where input when the report was run.
I´m now printing out some of the parameters like this :
----@parameter_formula-------------
"Timeintervall: " &
totext(minimum({?time_interval}))
+" - "+
totext(maximum({?time_interval}))
& " " &
"Timegrouping: " &
totext({?time_grouping})
& " " &
------------------------------------
This gives me a output like:
Timeintervall: 2004-11-01 00:00:00 - 2004-11-11 23:59:59 Timegrouping: Hour
I want to be able to print out what was input in my parameter fields that are multiple value parameter as well.
How can i do that ? (it now works if i want to print out one value from a singel parameter)
I put in numbers like: 1, 2, 5, 23 and so on when the report is run and the data is selected from the database on that basis.
I want to be able to print out what id:s where selected. When i use the formula above i get a error because i need some functions that can print out all of the input numbers.
Expected output: Id: 1, 2, 5, 23
I´m using Crystal reports 8.5 and odbc oracle.
Please help, regards / gazol
I´m now printing out some of the parameters like this :
----@parameter_formula-------------
"Timeintervall: " &
totext(minimum({?time_interval}))
+" - "+
totext(maximum({?time_interval}))
& " " &
"Timegrouping: " &
totext({?time_grouping})
& " " &
------------------------------------
This gives me a output like:
Timeintervall: 2004-11-01 00:00:00 - 2004-11-11 23:59:59 Timegrouping: Hour
I want to be able to print out what was input in my parameter fields that are multiple value parameter as well.
How can i do that ? (it now works if i want to print out one value from a singel parameter)
I put in numbers like: 1, 2, 5, 23 and so on when the report is run and the data is selected from the database on that basis.
I want to be able to print out what id:s where selected. When i use the formula above i get a error because i need some functions that can print out all of the input numbers.
Expected output: Id: 1, 2, 5, 23
I´m using Crystal reports 8.5 and odbc oracle.
Please help, regards / gazol