Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Any ideas!
I know that I could add the % symbol through the number tab. but here it is required to be added in the expression.
Thxs for your help
Use Num(expression,'##.#%')
Hi
Can you say in detail?
Its working for me correctly.. What expression are you using?
Did you try Num#(expression,'#,##0.0%') also?
Hi,
Thxs for your quick reply but this didn't help.
Best,
Then the problem is with your expression, as Mayil mentioned. What is your expression?
NUM(((Sum([Headcount (Current)])/(Sum([# of Private Offices])+Sum([# of Workstations])))*100),'##.#%')
above is my expression.
Thxs
My bad, Needed to set expression defult in the Number tab.
Thxs,
Okay good deal. I tried your expression and it worked fine on my side