cancel
Showing results for 
Search instead for 
Did you mean: 

Removing Preceding Section of Title from Summary Info

Former Member
0 Kudos

Hi,

How do I remove the preceding part of a title using a formula in Crystal.

Example : File>Summary Info>Title "INDIRECTTIME - Indirect Time

How to I create a formula to remove "INDIRECTTIME" from the title.

Thank you.

Helen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Brian,

Does this method actually change the report title in the summary info?

I'm looking for a method of dynamically changing the document properties before printing. The pdf printing i'm using can then pull the updated properties the change the pdf file name.

Thanks,

Philip

former_member292966
Active Contributor
0 Kudos

Hi Helen,

Try this formula:

Replace (ReportTitle, "INDIRECTTIME", "");

Thanks,

Brian