How can I add a variance column into my SSRS report

  • Hi

    Below is a picture of my report format. It's the yellow column in trying to calculate which is basically a subtraction between the 7th Column (which is based on the date selected by the user in the parameter) and column 6 which is the day before.

    I can't figure out how to do this. ANy help would be much appreciated. Thanks

  • can't see the image but why don't you just write it into the query like

    select

    cola

    ,colb

    ,cola-b "variance"

    from table

    then create the report from that data set?

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

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