Viewing 15 posts - 61 through 75 (of 452 total)
Can your report/end users query the data another way (i.e. connecting to the cube via MS Excel)?
What account is SSRS running under? Does that account need to be added...
March 20, 2017 at 7:45 am
Just guessing what you question is here, as it looks like your question may have gotten cut off.
1) Is it possible to combine these into one dataset? (I...
March 20, 2017 at 7:41 am
It looks like you're concatenating the BuildName, Location, ... putting a slash (/) between the names if they are different. Take a look at the IIF(), ISNOTHING() and SWITCH()...
December 15, 2016 at 9:40 am
You'll need SSRS 2016 installed somewhere (whether on a server or your local machine depends on your current setup).
Check out: https://msdn.microsoft.com/en-us/library/ms143219.aspx
I hope that helps,
Rob
December 15, 2016 at 9:26 am
Try sticking a textboxes in the report header or footer (as a quick and dirty debugging tool) and display the values that are going into the @StartDate and @EndDate parameters.
It...
November 28, 2016 at 1:59 pm
You really don't give us enough detail to help you much.
Is your period (or whatever you call it) parameter a multi-select parameter? That is you can select one, some...
November 28, 2016 at 1:56 pm
snomadj (3/15/2016)
2. With multiple SQL instances, do I need an installation of RS...
March 15, 2016 at 8:17 am
You can connect to regular SQL Server tables. We do that in a rare instance where we want to populate a filter with some options we've put into a...
October 20, 2015 at 11:30 am
SSDT (formerly BIDS) isn't included on the SQL Server CD anymore. You need to install it seperately (as I understand it).
https://msdn.microsoft.com/en-us/data/hh297027
HTH,
Rob
June 12, 2015 at 11:56 am
Ven,
Take a look at this: http://www.bidn.com/blogs/Daniel/ssas/1574/ssrs-multiple-fonts-sizes-and-colors-in-a-single-text-box
HTH,
Rob
June 2, 2015 at 2:14 pm
mshparber (5/28/2015)
Hello friends,Will the new SQL 2016 SSRS finally include interactivity?
On-click events that allow to build interactive Dashboards without reposting the whole page?
Very unlikely. Microsoft seems to have left...
June 2, 2015 at 2:12 pm
You'd probably get more help in the report forums for this type of question, rather than SSAS, but I'll throw in two cents.
x/x is always going to equal...
February 27, 2015 at 7:26 am
I can't tell if that's a space and a comma, or a space, comma and space -- so tweak this to whatever you need:
=Replace(Fields!YourStuff.Value, ", ", "-")
HTH,
Rob
February 26, 2015 at 10:13 am
vijay.1794 (2/25/2015)
I am creating a cube for my appliation with the use of MSBI....
February 26, 2015 at 10:09 am
Thanks for the advice PB_BI.
This started out as modifying PPS dashboards so that we could only roll-up to the country level. Simple, I thought, just change the filter to...
February 26, 2015 at 10:00 am
Viewing 15 posts - 61 through 75 (of 452 total)