Viewing 6 posts - 1 through 6 (of 6 total)
Just setting cangrow and canshrink to false solved my problem inside sub report fields.
May 23, 2016 at 1:57 am
Its working fine. That's what exactly i needed.
July 3, 2015 at 12:57 am
By using your solution it is giving me error:
May 28, 2015 at 3:11 am
This is the solution :
DECLARE @startDate date , @endDate date;
SET @startDate = ( SELECT proj_start_date FROM [BSD].[dbo].[d_project_p] WHERE proj_id = 1)
SET @endDate = ( SELECT proj_end_date FROM [BSD].[dbo].[d_project_p]...
May 28, 2015 at 3:01 am
Kindly reply complete solution . Also note i am using SQL 2012
May 28, 2015 at 2:23 am
It is working perfectly but can you please explain what have you done ?
May 27, 2015 at 1:30 am
Viewing 6 posts - 1 through 6 (of 6 total)