cancel
Showing results for 
Search instead for 
Did you mean: 

Need to show the Prompt date value in the SAP BO crystal report title

0 Kudos

Hello All

I have a crystal report prompting for date values, whatever the date values are entered by user those values should appear in the report title so that the user can see the data in that particular dates only. but while entering the prompts i have 4 field values to enter. like start date, Todate, year and the client.

display reprt DD-MM-YYYY to DD-MM-YYYY.

Any help would be appreciated.

Thanks

Paturi

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182342
Active Contributor
0 Kudos

Hi ,

Please check the below link to capture the prompt values in report layout :

http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=3552

Thanks,

Anish

0 Kudos

Hello Anish

Thank you so much for your reply. But the report is already has prompt screen with Fromdate Todate FsYear and other details. If i use this Parameter Option it will again prompt for one more screen Fromdate and Todate. Any other Options to get this done?

Thanks

0 Kudos

What version of CR are you using?

The report title is in the Summary Info and I don't see any way to enter a formula into that property. CR can read the Tile but it can't write to it.

You could export to RPT format and add the values manually to the name. Or using an Application it could be done, you can access the Report Title property using .NET code.

Don

0 Kudos

Hello Don,

Thanks for your reply. I am using Crystal Reports 2016. I have a report with Prompt variables Fromdate,Todate, Fsyear and client and many other fields. When i enter the date in to the prompt the report title should change to Plant Wise data between DDMMYYYY and DDMMYYYY.

You said " you can access the Report Title property using .NET code." How to do this? Can you please elaborate?

Thanks

0 Kudos

Runtime and sample app's are here:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

You will need a .NET developer to use this and write the app.

There may be some third party app's out there as well that could be capable of doing it for you.

Don