How to use Formats with Pega Reference Param display?
I have a requirement to diplay param in paragraph with currency format. Am using below code in paragraph.
<pega:reference name="Param.Amount" format="pxCurrency"></pega:reference>
Formats wont work for param display as per Pega developer Help.
Is any other way to apply format for param to display?
Pega Reference tag Help :
You can use the format attribute only when the mode attribute is omitted or is set to display. Additionally, the name attribute must explicitly identify a property, not a parameter or symbolic reference.