Hi All,
I have a container report having 3 sub reports in 3 report footer sections.My container report have a id field in it based on Date.
I am linking date parameter with all sub reports
So based on id I am showing the sections.
I wrote logic's like this to show the 3 sections.
Section 1 logic: id<>14
Section 2 logic: id<>15
Section 2 logic: id<>16
Now my id is 15.So the report in section 2 should show and will not check inside query for section 3 sub report.
I run the sub report query and checked the time and its taking 10 mins.
But here as per my id 3rd section sub report query should not run.
what is happening is the whole report is taking 10 minutes and showing 2nd sub report.
But as I know this should run 3rd sub report query as its section suppressed.
If the section is suppressed why it is checking sub reports 3 query again
Is there any wrong I am doing
Please provide some suggestions