Desmond Sim
Desmond Sim

Reputation: 211

Crystal report : How to Remove a value and replace a new value

Continuous question from previous topic but using different Software

Lotus Notes : How to Remove a value and replace a new value

Lotus notes calculation for a field :

Value for InvGstSummary:

"- 0%,4000.00,0.00"

"SE 0%,4000.00,240.00"

"ST 6%,2000.00,120.00"

Question is : How to write the formula in crystal report?

Value : "SE 0%,4000.00,240.00"

Notes Formula:

FullSummary := @Trim(@Replace("SE" + @Right(InvGSTSummary; "SE"); "SE"; ""));

Crystal report formula : ?

Upvotes: 0

Views: 679

Answers (0)

Related Questions