0

I used to default export option in reporting service to export the report in CSV format.

my table result is

         sno   sname     values          method
         1      aaa       123,124,145     aa
         2      bbb       234,454,565     bb
         3      ccc       454,511,455     cc

This table value i exported in csv format that time display wrong alignment...

         sno   sname     values        method          
         1      aaa       123           124        145     aa
         2      bbb       234           454        565     bb
         3      ccc       454           511        455     cc

is it possible to comma is no need to separate the value in csv....

plz help me soon....

1
  • comments like "plz help me soon...." will not encourage SO users to help you any faster. Commented Nov 19, 2010 at 11:41

1 Answer 1

1

Select the cell holding the values field in the report designer, then check the Format property in the properties window - this will probably be set to something like #,### . To remove the commas from the values field, change the Format property to be # .

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.