Column Styles

(4 posts) (3 voices)

Tags:

No tags yet.

  1. When we create a column style called Year which is defined as [color:blue;]%d the report prints the year as 2,009 The thousands separator always is displayed. We can remove the separator in the environment and then it prints fine but this is not the desired solution. Is there a way to force the report to use a style that displays only integer values without the separator?

  2. myDBR Team, Key Master

    Edward,
    The color attribute makes myDBR format the integer number with the default thousand separator. This is a bug, which has been fixed for the upcoming 1.5 release.

    To work around the issue, you can either leave out the color formatting or convert the number to string with cast if you really need the color now.

    --
    myDBR Team

  3. I'm experiencing something similar. I have a column style call team number and is defined as %d. I apply in edit report code and run a query there and it shows with no comma's in my data. When I run the report from the folder, I don't have the style applied. What am I doing wrong?

    Jim

  4. myDBR Team, Key Master

    Could you share the query and the result with applied style?

    --
    myDBR Team


Reply

You must log in to post.