Viewing 15 posts - 211 through 225 (of 290 total)
Hi Alex, I'm not aware of a way you can set up Data Sources with specified Windows Credentials, however, you can run BIDS using "runas /netonly" to impersonate a...
October 24, 2014 at 4:26 am
Hi Ralf,
I think there is a misunderstanding here over how multivalue parameters work.
When your multivalue parameter is defined it does not allocate 13 elements where it stores whether...
July 25, 2014 at 3:53 am
My preference would be for the first one since it is much clearer and it's easy to determine what it is doing. My only comment is that you should...
July 25, 2014 at 2:32 am
You can assign the Publisher role to users or the group for the folders you wish to allow them to save to.
Alternatively you can enable to "My Reports"...
July 10, 2014 at 5:15 am
This is where Adjacent Groups come in handy.
Just create an adjacent group for the same dimension, i.e. Years and then use the Sales measure under the first and the Numbers...
July 10, 2014 at 4:54 am
Set the "ConsumeContainerWhitespace" report property to True.
July 4, 2014 at 7:31 am
Hi,
What you can do is nest the aggregates and specify the scope of the inner aggregate. It would look something like this:
=Sum(Avg(Fields!GroupUnits.Value,"Service Date"))
Hope that helps!
June 19, 2014 at 4:29 am
I'd probably just do something like the following:
=Iif(Parameters!Systemname.Value = "ALL", Fields!Systemname.Value, Cstr(Val(Fields!Systemname.Value)))
May 2, 2014 at 7:02 am
Neat way to do it is use the Val() function.
This will return all the numbers on the left of a string until it hits a non-digit value.
e.g. Val("12345-Parkway") returns 12345.
Only...
May 2, 2014 at 4:22 am
You can change the value for ExecutionLogDaysKept in the ConfigurationInfo table of the ReportServer DB.
Edit: Should probably add, you can get to this by connecting to Reporting Services through...
January 24, 2014 at 2:16 am
You can just click to select the fields (press and hold Crtl to select multiple fields) and then change these properties in the properties sidebar (press F4 to make this...
December 27, 2013 at 6:51 am
Hi,
Are you using an actual Image control? If so try using a Rectangle instead and then set the Rectangle's background property to the image. The rendering engine will...
November 27, 2013 at 5:39 am
Hi,
The setting you require is on the horizontal axis properties.
If you select the horizontal axis and press F4 then set Scale -> Margin = False. Alternatively you can right...
November 21, 2013 at 2:55 am
Yes. You can define a data source and select from the drop-down providers, including ODBC, and connect directly.
If you are using linked servers just create a datasource to your...
November 12, 2013 at 10:32 am
Datediff always returns an integer, in T-SQL and in the SSRS function so I'm not sure how you are getting what you describe.
For the SSRS expression use Today() rather then...
November 8, 2013 at 5:12 pm
Viewing 15 posts - 211 through 225 (of 290 total)