Hi all
I am using BIDS to create a report, I have a parameter for the @startdate.
I have added a text box in the header and in that text box I would like to add an expression to show the the @startdate + 35 days. So what ever the user selects for the start date I want the text box expression to show 35 days after the parameter selection.
Can anyone advise on how to do this please?
I have tried simple =(Parameters!startdate.Value +35) but I get an error "Operator '+' is not defined for type 'Date' and type 'Integer'"
Thanks in advanced
R