Skip to main content
Newcomer
May 12, 2023

How to display currency in PDF Report?

  • May 12, 2023
  • 1 reply
  • 0 views

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

1 reply

Veteran
May 12, 2023

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