Hello, I downloaded and installed the share point web part, trying to create a nice looking page to convince the Upper Ups to purchase.. I have been waiting for something this easy that links to SQL.
I have a question on the Radial Gauge. I created one that displays yesterdays Bookings.. Only I want to display the actual Number.. So I used the titles tab
Works good, but can't change the Format to currency.. is there a way ?
Can you send the images to our Support team (email: support@nevron.com), looks like they are missing from your post.
Best Regards,Nevron Support Team
Hi Gabriel,
In your case, you will need to format the value returned by the SUM function.
In the Title Text, use the following expression: =FORMAT(SUM(Fields!DollarSold), "c")
For more details, take a look at the SharePoint Vision Help Documentation
Pivot Engine >> Functions >> Text Functions
Resources >> Numeric Format Strings