Viewing 15 posts - 1 through 15 (of 27 total)
Just added a quick int filter to a report. Are you using quotes in your Parameter, available values settings? Mine worked first time?
May 18, 2010 at 7:28 am
Forgetting about whether you can publish the report, are you able to login to the http://yourreportserver/reports site?
May 18, 2010 at 7:04 am
My apologies - I misunderstood - I thought you meant when executing a report. When deploying that would be credentials of a user that is allowed to publish on the...
May 18, 2010 at 6:38 am
My preferred method to block user's from seeing other peoples data - especially sales and financial data, is using AD logins on the report server. The AD policy forces password...
May 18, 2010 at 6:30 am
Hi
That looks to me like the credentials of the datasource you published. You can (1) edit the datasource and lock down some credentials on the Report Server or (2) prompt...
May 18, 2010 at 5:49 am
I used a similar approach to restrict the data that sales reps could see, and limit them to their accounts only.
May 18, 2010 at 3:12 am
Hi
Are you using the scope of the SUM(NumOfAssets.value, "City" ) or just the plain old SUM(NumOfAssets.value)?
If the value of the field is already calculated (for instance a sum on the...
May 17, 2010 at 5:32 am
Hi
Wouldn't it be easier just to use a trigger/scheduled job to send an email to the client directly from the server?
Here's a great article describing how to send mails:
May 17, 2010 at 5:23 am
pjrpjr7 (5/15/2010)
Hi,
Hi
I'll attempt to answer each separately.
I need to create "Add", "Remove" , "Move up" and "Move Down" buttons in SSRS. The logic goes like this. The parameter is...
May 17, 2010 at 5:12 am
Thanks Erik
Client is thankfully only going to want data from their instance, and so we don't need to link. Are there not issues with Sub-reports not rendering to exported formats?
May 9, 2010 at 11:56 pm
You can specify a datasource that uses the value of a parameter. In the parameter pass the connection string,
for example:
"Data Source=[SSInstance];Initial Catalog=[database];User Id=;Password=;Trusted_Connection=False;" (this one passes a username/pass = unsafe)...
May 9, 2010 at 11:45 pm
You can enable the Page Break Before or After in the Customer Group's properties. That should fix that, or am I misunderstanding your query?
May 9, 2010 at 11:38 pm
Or do the grouping in T-SQL and display the results in a straight table/tablix without grouping. Then each row is actually total and you don't need grouping in SSRS.
April 23, 2010 at 8:03 am
HI
You can hide the detail grouping (Group Properties | Visibility | Hide). See if that helps?
April 23, 2010 at 12:47 am
Viewing 15 posts - 1 through 15 (of 27 total)