Viewing 15 posts - 1 through 15 (of 18 total)
The issue is resolved. I made the interactive size and page size of the subreport same. I also unchecked "Keep together" option. Now the main report with large data subreport along with...
June 28, 2018 at 11:02 am
I found the solution, I inserted a blank row and merged the cells. This is displaying the correct output.
June 13, 2018 at 9:54 am
Below86, thank you so much! I like how clean and brief your formulas are, and they were perfectly fine.
I appreciate your help!
May 24, 2018 at 8:39 am
Steve,
Up to how many decimals places are allowed in ssrs?
April 25, 2018 at 9:42 am
I resolved the issue. I needed to use & instead of +
=YEAR(Fields!REPORT_END_DATE.Value) & " Campaign" & "((Jan...
April 25, 2018 at 9:07 am
Steve (SSC Guru),
Thank you so much for your feedback. Yes, I needed to round the numbers because they were too big to fit in.
This resolved the issue and...
April 24, 2018 at 10:38 am
I've attached the screen shot of the fields in oracle, to show that I'm getting data for those fields, but their values are not appearing in ssrs. It is very...
April 24, 2018 at 7:48 am
I've connected my ssrs report with oracle. All the other fields from the query are showing up in the report.
However, the perc_site, perc_service, and perc_fReport fields are not showing...
April 24, 2018 at 7:27 am
I resolved the issue by using the following format
=CDate(FormatDateTime(Now(),DateFormat.ShortDate))
March 30, 2018 at 11:44 am
pietlinden that's exactly what I did.
I created a variable and stored the value of the total population. Then it was easy for...
March 30, 2018 at 11:40 am
Lynn, my begin_date and end_date parameters are defined as date/time datatypes in ssrs.
Doug.brown, I tried passing the dates in yyy-mm-dd format as well, but still getting the same error...
March 23, 2018 at 7:59 am
Thank you so much for the feed back.
I did as follows;
Where grp.Group_Number in (@Group_Number)
and it's...
March 20, 2018 at 11:24 am
I'm sorry while typing in the post I accidently typed dual. I'm not using dual in my code.
March 20, 2018 at 9:33 am
I've changed my code, but still getting error "Incorrect syntax near '@Group_Number'
Declare @group_number varchar
Set...
March 20, 2018 at 9:02 am
Viewing 15 posts - 1 through 15 (of 18 total)