Forum Discussion

Vigneshwar's avatar
Vigneshwar
New Contributor
2 years ago

How to display currency in PDF Report?

I am able to display it in data explorer but unable to display in PDF report.

  • OS_Pizza's avatar
    OS_Pizza
    Contributor III

    Vigneshwar 

     You can use the following function. I am using it under Report Headers

     

    XFMemberProperty(DimType=Entity, Member=EntityName, Property=Currency) 

     

     

    This function displays the currency in both DataExplorer and PDF report.