Export to Excel using SSRS 2005 contains formula in a cell

  • Hello,

    In my report I have a field '=NOW()' and this captures the current date. But, when I go to export to excel file, it carries over this formula and I do not want that. What do I need to do so that when I export to XLS, the file gets exported w/o formulas. I appreciate your help with it. Thank you again!

  • Create an internal parameter which as a default value expression set to =NOW()

  • Hi,

    another solution would be to format your date like:

    ="Format(Globals!ExecutionTime,"dd.MM.yyyy")

    Regards

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply