Viewing 15 posts - 46 through 60 (of 96 total)
Can you create separate folders for each group? That way you can set the security at the folder level.
March 10, 2015 at 8:29 am
I saw an article about enabling tab delimited reports. In the field delimiter line, they use the ascii code for a tab:
<FieldDelimiter>& # 9 ;</FieldDelimiter> (remove the spaces!...
March 10, 2015 at 8:24 am
The IIF statements are missing the false part for it to evaluate.
IIF(<test - evaluates to true or false>, <what to do if true>, <what to do if false>)
=iif(
Parameters!GROUPING.Value = "Staff",...
March 9, 2015 at 10:02 am
I would create a row group by Drive ID, and a column group by Incentives.
Add the Row Group:
On the left side of the table, right click and choose Add Group,...
March 9, 2015 at 9:56 am
Johnny D (2/24/2015)
And thanks in advance.
I have a multi-valued parameter which has the following select options 'A1', 'A2', 'A3', 'A4', 'A5', 'A6','A7','A8'
I would like the visibility of a table based...
March 5, 2015 at 2:40 pm
Are there any other reports that have this issue?
What are the PDF settings in the report server config file?
to find that:
March 5, 2015 at 2:30 pm
pilikowaty (2/16/2015)
I have installed net framework (3.5, 4.0 also). Does anyknow know...
March 5, 2015 at 8:58 am
robertdba (3/4/2015)
I need to hide a row in SSRS that contains data based on another row that does not contain data. For example: If row on left side does...
March 5, 2015 at 8:51 am
pharmkittie (3/1/2015)
March 4, 2015 at 8:07 am
alex_martinez (3/3/2015)
March 4, 2015 at 7:55 am
We have 6 developers on the database team. We use TFS for source control.
In TFS, we keep only the .rdl files, not projects. The developer working on it checks...
February 26, 2015 at 3:10 pm
sharonsql2013 (2/25/2015)
Not sure how to configure Interactive sorting
I went to Interactive Sorting
Checked - Enable...
February 26, 2015 at 3:03 pm
That option is not available. In some of the articles I saw, it was turned off completely with SQL 2005 SP1 and then turned back on after that. ...
February 26, 2015 at 2:51 pm
Here is a query for the report server that shows subscription info for those that failed. You can use this as a starting point to create a query for...
February 19, 2015 at 9:17 am
sharonsql2013 (2/17/2015)
Here is the URL
IIF(Fields!Dept.value = "HR", "Http...",Nothing)
Can't use...
February 18, 2015 at 3:15 pm
Viewing 15 posts - 46 through 60 (of 96 total)