Does anyone have any idea how to show commas in my dashboard grid view?

OSAdmin
Valued Contributor
Originally posted by Craig Rowe

9/23/2020

I am working with Relational Blending and pulling data from Stage into a dashboard. I am trying to format the value of my data into currency. When I use the query in SQL Server, I can see the correct format, with commas. When I put the same query into my business rule, see the format change the number of decimal places but I don't see the commas.

1 REPLY 1

OSAdmin
Valued Contributor
Originally posted by Nick Kroppe

To format a field in the grid view component, set the "Default For Columns Are Visible" property to False. You will then have to manually call out the fields you want to display in the grid view and specify the column name and is visible = True property. From there, You can individually format each field using Microsoft String Formatting capabilities.

cf108740db4cec503d86c689139619b6.png

b4308740db4cec503d86c689139619d0.png