BusinessObjects Board

Editing Crystal report parameters with Stored procedure

Hi,
I want to edit the parameters text and display text built with Stored procedures . Is it possible to edit the text of the parameter.

Please check the highlighted attachment and let me know.
CrystalReportParameterValue.JPG


s7jyothi (BOB member since 2008-09-07)

The prompt text you have highlighted is generated by the tool not the stored procedure. I saw this happens for only the DateTime parameters. If you observe the two date parameters, there are two different prompt texts. One is generated by the tool (which is highlighted) and one is custom which was written in the parameters properties.

If you can convert the date time input to string, then you would be able to display only custom prompt text.


anil.ganga1 :us: (BOB member since 2007-07-04)

Hi,
The name of the parameter I have renamed it but the display text which is showing as Please enter Date Time in format mm/dd/yyyy hh:mm:ss
I want to change and show only the prompt text as Please enter Date Time in format mm/dd/yyyy

The parameters are coming from Stored procedure.

Thanks,
Jyothi


s7jyothi (BOB member since 2008-09-07)

As far as I know that prompt text is not generated by the Stored Procedure, but the tool. It is not possible to update.


anil.ganga1 :us: (BOB member since 2007-07-04)