Exporting SSRS report to Excel - Number stored as Text error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nandithadevaraj
    New Member
    • Feb 2008
    • 16

    #1

    Exporting SSRS report to Excel - Number stored as Text error

    When exporting a report to excel, is it possible to keep the properties around numeric values? More specifically - when exporting a report into excel, all of the numbers in a currency column are stored as text once placed into excel. Is there a way to keep them as a currency value?


    Regards,
    Nanditha
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    I've had a similar problem, that I couldn't solve. If anyone knows the answer, I'd also appreciate it.

    Comment

    • nandithadevaraj
      New Member
      • Feb 2008
      • 16

      #3
      I am able to resolve this. the method is dont write a function to convert to currency. specify in properties of the cell (properties->format->format code:C) just to C.

      Let me know if it is helpful


      Thanks,
      Nanditha

      Comment

      • DJ Payne

        #4
        I posted earlier and then found a solution. CInt(Sum(Fields !usertotal.Valu e))

        Poseted by Adam Tappis
        The home for technical questions and answers at Microsoft. Get started asking, answering, and browsing questions about products like .Net, Azure, or Teams.

        Comment

        Working...