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 ?
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 ?