Want to put thousand separator, but below code giving NULL value in RTF template
Want to put thousand separator, but below code giving NULL value in RTF template
<?xdofx:if L1_NAME in (' GB Primary ',' IE Primary ') then
(
if L1_METRIC in('Total Value of AR Transactions','Value of AR On-Account)
then
format-number(L1_QUARTER_4,"###,###.00")
else
L1_QUARTER_4)
else
L1_QUARTER_4
?>