Viewing 15 posts - 76 through 90 (of 290 total)
Is the problem that the spinner just stays and the report does not render?
Is that Surfari in your screenshot?
April 1, 2016 at 5:39 am
Hi Kazmerelda,
Looks like you are missing the right bracket for:
Sum(Fields!Apps_Made_Previous_Year.Value
April 1, 2016 at 4:37 am
Since this is using Analysis Services as the source this would be better off done in the dataset unless you had a reason to be doing it in the report?...
March 31, 2016 at 10:34 am
Have you changed the SSRS authentication method to Negotiate in the rsreportserver.config?
<Authentication>
<AuthenticationTypes>
<RSWindowsNegotiate/>
...
March 30, 2016 at 3:16 am
Hi. Actions can be set at the Textbox and Placeholder level. Have you checked for actions at both levels?
One other possibility is that you can create links in...
March 29, 2016 at 4:42 am
Not sure if I'm I'm just reading this wrong, but if you were using a stacked bar chart you would exclude the total value, as that would be the whole...
March 29, 2016 at 4:27 am
Try saving the windows credentials in the Data Source on the report server.
March 22, 2016 at 9:35 am
This could be a double-hop issue since you are using IIS to connect and you say you are using windows auth on the server.
March 22, 2016 at 9:25 am
Hmmm. I'm not seeing the report server connection error in your log file. Have you checked the Data Source for the report?
March 22, 2016 at 9:02 am
This appears to be an error connecting the report manager to the report server database.
Log on to the the server hosting reporting services and open Reporting Services Configuration Manager application.
Connect...
March 22, 2016 at 6:07 am
No worries, I get what you are saying, the excel example looked like it lined up neatly.
Have a look at using the List control for what you are after. ...
March 18, 2016 at 10:28 am
This is what you should be aiming for.
March 18, 2016 at 8:43 am
Are you using the wizards for this?
March 18, 2016 at 8:14 am
Apologies, read your explanation wrong.
You don't really want to group on multiple columns, just group on whatever is the unique identifier for the patient, e.g. the Account Number.
So add a...
March 18, 2016 at 7:32 am
Viewing 15 posts - 76 through 90 (of 290 total)