Viewing 15 posts - 76 through 90 (of 215 total)
What exactly are you seeing? just a blank report? No data being returned? You may want to run a profiler trace to see what is being executed...
July 26, 2013 at 4:55 am
I know that is confusing as the property name is a bit of a misnomer. Go ahead and set the visible property to false for the individual attribute. ...
July 23, 2013 at 6:44 am
You might want to take a look at:
http://www.mssqltips.com/sqlservertip/2972/sql-server-reporting-services-reportitems-collection/[/url]
July 23, 2013 at 5:40 am
It sounds like these are listed as attributes also, not just under the hierarchy. See if the attributes are listed twice, once under the hierarchy and once...
July 23, 2013 at 4:54 am
Have you checked the connection strings? Are users A and B members of the same role?
July 8, 2013 at 6:22 am
This issue is very odd as the filter should be the same when applied at the dataset or the chart level. Maybe you cold display the parameter on the...
June 29, 2013 at 6:11 am
The package configuration files exist in each environment. So for instance, if you are using configuration files on each servers, you would have 2 files, one on development with...
June 20, 2013 at 5:35 am
Unfortunately, SSRS does not allow you to show or hide parameters based on a prior parameter. However, you can get around this issue by created dynamic / dependent parameters...
June 19, 2013 at 9:00 am
you might want to take a look at the report builder tool. You can install it directly from the SSRS site or download it from. Report Builder 3.0
June 4, 2013 at 5:07 am
I was wondering also about the PII at the cube aggregation level... however, in my organization they seem to want, at times, that level of detail in the cubes...
May 7, 2013 at 8:11 am
I know SSAS does not support encryption; I am sure you could you encrypt on the os file side, but that would likely cause issues during processing with performance. ...
May 7, 2013 at 5:46 am
Why not use SSRS or Report Builder, both part of the SQL BI stack?
April 15, 2013 at 4:40 am
When using a multivalue parameter with stored procedures, the actual "value" that gets passed to the stored procedure is a single string with all the selected parameters separated by a...
April 3, 2013 at 6:11 am
you need to convert / cast the field to just a date in the query that populates your parameter.
March 20, 2013 at 6:26 am
Does the Waiting column have mixed data types, some numeric, some text? You many be running into an issue where SSIS thinks the data should be one type and...
March 18, 2013 at 4:26 am
Viewing 15 posts - 76 through 90 (of 215 total)