Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I've been using a master-element in a KPI and it looks like this:
I now want to add a string of text to the end of it. By doing so, it seems to automatically add the decimals back:
The code looks like this right now:
Is there a way to code these out? Thanks in advance!
Hi, @DWolsie
You can try:
Num([COSP Budget], '#,##0') & .... the rest of your set analysis.
Hi, @DWolsie
You can try:
Num([COSP Budget], '#,##0') & .... the rest of your set analysis.
Thanks! I had to use '###0' instead but now it works!