Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I wanted to get the week end date for selected date in SSRS Expressions

Ex:- If i select 14th July 2014 and i need to get 19th July in my other text box date selector as the week end date for selected date.
Posted
Comments
Maciej Los 16-Jul-14 15:47pm    
And what have you done till now? Where are you stuck?

1 solution

Hi

Try this expression

=DATEADD("d" ,7-DATEPART(DateInterval.WeekDay,Today(),FirstDayOfWeek.Monday),Today())

Hope it will help

Regards
Mubin
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900