Forum Discussion

OSAdmin's avatar
OSAdmin
Valued Contributor
5 years ago

I am trying to format the value of my data into currency.

Originally posted by Craig Rowe

9/23/2019

Hi All, 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. Does anyone have any idea how to show commas in my dashboard grid view?

  • OSAdmin's avatar
    OSAdmin
    Valued Contributor
    Originally posted by Nick Kroppe

    You can format any field in the grid view/SQL table editor and use the ""C"" format string for a given field.
    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.