Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I implemented Bar Chart, in X-Axis i wrote Sum(Amounts) as a Expression,
How to Assign Dollar symbol for this Amounts.
Please help me.
Thanks,
MLNR
goto properties, tab "numbers" and select your Expression and
Change to Money format
Go to the Number tab of the Chart.
Hi Narayana,
First select expression ,then go to Number.Do changes as mentioned on image ,Also use $ symbol in Symbol field .
Or use an expression like
Money(Sum(Amounts) )
instead of Sum(Amount)
may this help you
=Money(Sum(Amount)) // this create format like $ 25,23.00
=Money(Sum(Amount),'$ #,##,###') // this create format like $ 25,23