Viewing 15 posts - 16 through 30 (of 215 total)
Have you checked the connection to make sure it is pointing to the correct database?
January 21, 2014 at 6:27 am
When you create the sub report, you actually can go the properties windows of the subreport and set the parameter to be the selected employee id. This link should...
January 8, 2014 at 6:38 am
Sounds like you need to toggle the visibility of the subreport. Or create a parameter to show the sub report.
January 7, 2014 at 5:53 am
A copy of your query may help. Is it possible the that tuple does not exist.
December 23, 2013 at 6:49 am
In SSRS you use IIF and not IF. Can you try that?
December 20, 2013 at 5:19 am
My newsletters have stopped again. Anyone else having the problem?
December 11, 2013 at 5:26 am
A little self promotion, but take a look at this MSSQL Tip which uses a linked server and some SSAS DMVs.
Scott
http://www.mssqltips.com/sqlservertip/2603/build-a-sql-server-analysis-services-data-dictionary/[/url]
December 6, 2013 at 7:39 am
You can actually adjust the drill through text to a logically expression based on some other value including a parameter.
As an example, you may have a parameter that that has...
November 13, 2013 at 4:40 am
You need data in a tablix in order group and drill down.. once you have the tablix, you can easily add groups
November 13, 2013 at 4:21 am
You need to make sure the parameter is set to refresh on change... Go to the parameter properties... Then to the advanced window... make sure the Refresh data when parameter...
November 6, 2013 at 5:18 am
yes... take a look at:
November 6, 2013 at 5:17 am
I still think you should run profiler and see what is different between running straight sql vs SSRS.
October 24, 2013 at 10:12 am
to get the "sub percentages" you do need to change the label values formula. I would do that first and then see about removing that item from the legend.
October 24, 2013 at 4:03 am
Youl will need to adjust the label to not use #Percent and use an actual calculation of the detail value divided by the grouped value.
October 24, 2013 at 3:41 am
Viewing 15 posts - 16 through 30 (of 215 total)