Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
need help, I have attached QVW with bar chart with expected values, All I need to see "%" on side of numbers
thanks,
D
If so just remove your *100 and on the number tab check the 'show in percent' box at the bottom
You want to see -249% and -314%?
Like this?
If so just remove your *100 and on the number tab check the 'show in percent' box at the bottom
Try this? In the number tab keep this expr format as default settings. I think he just need % symbol beside that number sunny.
= Num(((ONHand+DMND)/-DMND), '#,##0%')
Yes sunny
thanks Adam