Hi
Having fun with a rather complex SOP Blank layout. I am trying to tidy up some of the formatting to link disparate calculations into a sentence.
E.g.
1st Calculation: Type String
Conditional: SOP_HDR_WORK.DiscountAvailableAmount >0
True Case: "To receive the"
False Case: ""
2nd Calculation: Type Currency
Conditional: SOP_HDR_WORK.DiscountAvailableAmount >0
True Case: SOP_HDR_WORK.DiscountAvailableAmount
False Case: 0
3rd Calculation: Type String
Use RW_Format to convert the currency calculation above to string
4th Calculation: Type String
Calculated: 1st Calculation # 3rd Calculation
Result: only the result from the first calculation shows
Note: I have also tried the same format with two straight string calculations.
If I do: String Constant # Calculated field
it works fine.
Any ideas - I feel like I am overlooking something really simple!
Cheers
Heather
*This post is locked for comments