Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

SSRS colored hyperlinks do not show in color when included in body of email as MHTML... any workaround?


https: access to the SQL report SQL2012

$
0
0

Hi,

I just successfully bind the https to the SQL reporting, however, I cannot access the report Manager or reports thereafter although I am sure I provide the correct user name/password (even tried Administrator), after 3 attampts, a blank page is shown...

Please help on how to fix it...

Event log also thrown out the error message .. (event id 110)

The value for UrlRoot in RSReportServer.config is not valid. The default value will be used instead.

Pass variable to subreport

$
0
0

I'm using SQL Server 2014 and Reporting Services and I've got a report containing a number of linked subreports. The main report I have will be different for each customer I produce the report for and will contain different text, but I need to pass a customerID to the subreport in order to filter the following query:

SELECT V.vCenterName,
	COUNT(DISTINCT M.VMName) *1.0/COUNT(DISTINCT M.Hostname) AS VMsPerHost
FROM
dbo.VMs M INNER JOIN dbo.vcenters V ON M.vCenterID = V.vCenterID
WHERE M.vCenterID LIKE V.vCenterID
GROUP BY V.vCenterName
ORDER BY VMsPerHost DESC

If I can declare a VARCHAR variable before the query and then pass the customerID from the main report to the subreport, I can filter the data by the specific customer only and do this for each main report. How would this be done though. I know there's an option to work with parameters but I don't understand how it works.

Thanks in advance
Adam

Cannot convert from Nvarchar to DateTime

$
0
0

Hi all,

I need to create a report which filters on a date, but at this moment in time this is proving difficult as the field is currently nvarchar and to be able to manipulate and compare this value it must be datetime.

The nvarchar data is displayed as follows:

DD/MM/YYY HH:MM:SS

The correct syntax to use I believe is:
(According to http://www.blackwasp.co.uk/SQLDateTimeFormats.aspx)

SELECTconvert(DATETIME, FieldNameToConvert, StyleCode)I assume the correct StyleCode is 3, 13 or 113 - descriptions in the link.

But the errors I get are the following:

Conversion failed when converting date and/or time from character string.

Is there a way to convert this successfully as I'm really having trouble with this and it's holding up a bunch of reports being created. Or is it just the case of me being abit ignorant?

Thanks for your help in advance!

Mitch

Export SSRS report to Excel

$
0
0

Need help in setting up the URL for exporting the data from .rdl to excel.

I have a A.rdl and when I click on export to excel I need it to open B.rdl in the Excel format taking the input parameter from the A.rdl is this possible?

I am providing the URL in the Action field but I am not sure if that is right, please need help in the Structure of the URL.

Thanks,

Vijetha

I need to Delete the empty space page of report

$
0
0
I need to Delete the empty space page of report 


http://imageshack.com/a/img540/191/nrOwz6.jpg


I Need Help!!

Thanks

No access after SSRS installation with local administrator group member

$
0
0

Hi guys,

I have installed SSRS in Native Mode, with domain account that is member of the local administrators group. However when I access the report manager or server, it says the user doesn't have the required permissions.

What do I need to do?

Thank you

Drill Down Refreshes the page

$
0
0

I am having issue using the drill down feature in my report.

I have drill downs in my report and most of the time I am able to drill down with no issue, but sometimes it abruptly takes me back to the top level of the hierarchy, in other terms it refreshes back to the original page.

My environment: SSSR 2012 integrated mode (SharePoint 2013)


Error Viewing the Execution option of a Report

$
0
0

I select the option execution from a report (it's in properties option) and then raise an error which says An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help

EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.

I have full privileges in the DB and I think the report server is well configured. This is happening since I reinstalled all the system (including windows). Any ideas?

Wants the whole table to repeate on each page

$
0
0

Hi,

I am having 2 tablix which are getting data from 2 different dataset. I want to repeate the 1st table on each page while exporting the report to Word.

I can't merge the two dataset to made it one becasuse I am getting these data from some WCP methods and I can't modify them.

Any suggestion would be appreciated... :)

Thanks,


sarat chandra sahoo


Query using Table named "Order" is failing

$
0
0

I'm writing a query to look at orders in a table called Order (I did not name it that).  Unfortunately, this is also a reserved key term in SQL.  In the query in visual studio I put the table name in brackets [Order]. The query is simple

SELECT DISTINCT O.ProjectNo, O.ReportType
FROM            [Order] AS O

The query runs correctly while in VS, but once I upload the report to SSRS server, I get an error

  • Query execution failed for dataset 'EDROrders'.  (rsErrorExecutingCommand)
    • Invalid object name 'Order'

Any ideas?  I'm on SQL 2008 R2


Milissa Hartwell

USE a SQL Alias when configuring SSRS wizard.

$
0
0

I am using SSRS 2008 R2.

on my SSRS machine. I went and created the SQL Alias (both for 32 bit and the other one)

Then I ran the SSRS configuration wizard and tried to configure teh SSRS service to create a report server database by using a SQL Alias.

it connects to the DB fine but at the last step it gives an error saying no such host.

Has anyone been able to configure SSRS Service when they used an alias for the sql server?


val it: unit=()

How to Filter only Blank Date Rows Report Builder 3

$
0
0

Hi

I am just learning to create reports and I am stuck on one of the query where the reports pull when the actions were taken and it has got date against it but some date rows are blank. I want to create only one report where it only shows blank date rows that means it is still outstanding or need to complete it.

Is it something possible ?

I have tried 
WHERE CreditRequest.ActionDate = Null

it did not work as I intended. Filters didn't seem to work either.

Can someone please direct me or help me?

Thanks,

Dynamic Parameters

$
0
0

Hi Guys,

I am pretty much new to SSRS.

I have a report requirement where I have to populate my parameters dynamically

Fiscal calander as per my company

Quarter1

September 

October

November

Quarter 2 

December

January

February

Quarter 3

March 

April

May

Quarter 4

June

July

August

Based on this my @startDate and @EndDate Parameters should get populated depending upon today's date

Ex: If I run today, Quarter should be 3  and startdate should be March1,2015 and enddate should be May 31 2015

-Thanks


narthan

Sum Based on The Value of Another Group

$
0
0

 

I'm using RS 2005 and trying to accomplish the following:

 

Here is the detail data for those customers with negative balance. For example cust2 = -50 and cust3 = -30

Cust ID    Ord #   Balance

cust1        1          30

cust1        2          80
cust2        1        100
cust2        2       -150

cust3        1        100
cust3        2         70
cust3        3       -200

cust4        1       100

cust4        2         50

cust5        1       250

cust5        2         20

 

Total (net) balance for cust1 is 110

Total (net) balance for cust2 is -50 (100 + -150)

Total (net) balance for cust3 is -30 (100 + 70 + -200)

Total (net) balance for cust4 is 150

Total (net) balance for cust5 is 270
i have to aggregate the customer balance in group A (group by Cust ID)

For group B, Division - I only want sum the  balance of the customers within that division that have a negative balance (the balance aggregate in group A).

 

so the Total for Division (group B) is  -80 (bal of cust2 + bal of cust3)

in summary, i have to aggregate the balance for each customer, base on the balance of each customer (neg bal only), i aggregate the balance for the Division.  Your help/suggestion is greatly appreciated.


SSRS subscriptions and ADRMS

$
0
0

Is there a way to integrate AD Rights management service with Reporting services subscriptions?

We have a set of subscriptions that are run from SSRS 2012 and are rendered in excel. I am looking to restrict access to the excel file to the people that the subscription is sent to using our RMS, is there a way to do this?

Thanks,

Mike

ReportViewer Date Format

$
0
0

Hi, I have created a report using reporting services and then embedded the report using a

report viewer data control in asp.net.

 

The date format of the original report in reporting services is yyyy/MM/dd, which is perfect.

Once embedded to the report viewer it changes to dd/MM/yyyy.

 

Is there any way of keeping the report in the original format.

 

Thanks.

Generate PDF file protect by password from Suscription SSRS

$
0
0

helo everybody

 

i have 300 suscriptions that generate some files in pdf and xls extension, then those files are sent by email, i need that those files are generate protected by password

 

the password can be only one for all files

the password can be reading in a database

the password can be the domain account

 

whatever but i need yor help

 

thanks a lot

Change color row based on report result.

$
0
0

Hy guys,

I need some help from.

I need to change the color for a row (not the entire row) based on the report result, but only some columns.

Just as example:

I have a report with the table:

4 rows and 50 columns.

I need to change the color for the row 3, and for the column stating from the col 2 to the column 50, based on the result in the column 1 row 4.

 

What is the best way to do it?

Many thanks.

Steps for troubleshooting a slow SSRS 2014 server

$
0
0

We have a dedicated SSRS 2014 server running FormsAuth that is running very slow.  ReportManager reports are slow.  Opening folders in windows explorer is very slow.  CPU and memory look normal in task manager yet the machine is running very slow.

Server is Win2012

Intel Xeon CPU E5-2620 (24 logical cores).

24gb ram

Are there any recommended perf counters to look at for this scenario?

thanks


Viewing all 10045 articles
Browse latest View live


Latest Images