Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports XI - Formatting Field on Drill Down

Status
Not open for further replies.

warnb

Technical User
May 24, 2012
6
GB
Ok, Im a little new to Crystal formula's so this maybe a simple one...

I just want the text to change from test1 to test2 when a user drills down.

I have tried the below....

if DrillDownGroupLevel = 2 then replace ({table.field},"test1:","test2:")

if DrillDownGroupLevel = 2 and ({table.field}) = "test1:" then "test2:"

Any idea's ?
 
Create a formula with

DrillDownGroupLevel

Place this next to your existing formula and make sure you are at Level 2

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top