Viewing 15 posts - 4,801 through 4,815 (of 5,111 total)
You probably can't. You can connect to an instance by using it the server and instance names, however, at the end of the day all your computer and/or domain controller...
November 18, 2016 at 7:04 am
halifaxdal (11/15/2016)
Do you know if there is a way to save the package to run later? I am thinking if the package can be saved...
November 18, 2016 at 2:19 am
I'm pretty sure that for these SSRS makes a decision. I don't think you get much choice in it if I'm honest.
I don't make a massive use of Pie charts...
November 18, 2016 at 2:07 am
manie (11/17/2016)
Thom A (11/17/2016)
November 17, 2016 at 3:20 am
I've noticed as well that your log files seems to all have the same name. If you are using log back up, each one will need to have a different...
November 17, 2016 at 3:01 am
Yes, you can assign different actions to different pie charts.
If you right click the series you want to amend, either on the pie chart, or in the Values panel on...
November 17, 2016 at 2:25 am
You're probably going to need to expand on this (Cannot connect effectively tells us nothing). How are you trying to connect? SSMS, Excel, Other tool.
A couple of silly simple...
November 16, 2016 at 8:23 am
What is the actual name of the parameter in the report? Is it "beginValue"? I ask, as SSRS parameters are case sensitive. If the parameter name is "beginvalue", "BeginValue", "Beginvalue",...
November 16, 2016 at 8:07 am
Although not answering the question, it seems your goal here is to set the value of sDate to GETDATE(), if the value is NULL.
Why not set a default value?
November 16, 2016 at 7:44 am
If the URL is correct, this implies that the value you have supplied in not valid. I can see in your second screenshot that the parameter is a drop down....
November 16, 2016 at 7:01 am
JustMarie (11/15/2016)
2" foam D&D dice
Engineer dice
Lego Loki
Deadpool Heroclix
Neko Atsume Tubbs figure
Melktanden-doosje Milkteeth box
I learned a few jobs ago to keep the amount of stuff at...
November 16, 2016 at 2:45 am
Port 1433 is your port for accessing your SQL data, and the altter for being able to browse to it (pointless in our internet environment, but i don't recommend it)....
November 16, 2016 at 2:29 am
Why are you using goto URL? Simply use the in-built feature to navigate to another report and use "Go To Report" as the action. You don't need to code your...
November 16, 2016 at 2:25 am
You could use an in-line if statement
=iif(Datediff("d",Fields!ProcessStartDate.Value,Today()) <=7, "Less than 1 week", iif(Datediff("d",Fields!ProcessStartDate.Value,Today()) <= 14, "1 to 2 weeks", "More than 2 weeks"))
I've editted your statement slight, as your logic...
November 15, 2016 at 6:21 am
Newbi (11/14/2016)
November 15, 2016 at 1:54 am
Viewing 15 posts - 4,801 through 4,815 (of 5,111 total)