Format of Price Values In Chart View

I have a simple pie chart showing the size of quoted projects with the Quoted Price column (set as a Price type). The name of the potential Sales Opportunity is set as the key. The view produces the correct numeric figures but not in currency format. I tried a virtual column where I CONCATENATE the Quoted Price with a dollar sign:

CONCATENATE(β€œ$”,[Quoted Price])

And the test results of this produces the amount with the correct format that has a dollar sign, but with no commas. When I make a pie chart view refer to that virtual column, there is still no dollar sign (or commas) in the chart view (I.e., a $250,000.00 quoted price shows the label of 250000). If anyone can make a quick suggestion, I would be very appreciative.

Show More
Show More

Hi @birdienumnum

I’m afraid it’s not possible at the moment.

You may want to use Looker Studio maybe, as you can plug the data on an AppSheet dataset.

Here is the display with Looker Studio:

in comparison with AppSheet chart feature:

1 Like