How to display currency in PDF Report?

Vigneshwar
New Contributor

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

1 REPLY 1

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) 

 

OS_Pizza_0-1683884022669.png

 

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

OS_Pizza_1-1683884080587.png

OS_Pizza_2-1683884278593.png