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

Creating line chart in SSRS 2005

$
0
0

Hi Experts,

I am very new to SSRS. I have creared a data set which pulls data from a SQL Server DB through a Stored Procedure (SP). For these data I wd like to create a line chart. How do I go about it?
Can any one explain, what is Data fields, Category fields & Series fields. Please explain me with small examples.

Do we have any online resources which explains the chart creation in SSRA 2005 in details?

Please do reply

Regards,
Naveen J V


Problem to Export Report in Word and image format

$
0
0

Hi All,

I have created a report by SSRS R2 Template, it has only one tabix control whose size detail is given below,
I am facing an issue When report is Exported in word format, it gets distorted(See Screen Shot Problem marked in Red), 




Probelm marked in Red

Tabix Size is:
Height: 
0.7025inWidth :74.81648in

Page Size(Landscape) :

Width:11 in
Height: 8in

Please help me on this it is very urgent for me....

Thanks in advance :)



shahsank

SSRS report showing stats on order's

$
0
0

Hi,

I created a report to highlight stock items that don't get shipped before an agreed date. We have committed to delivering a minimum of 95% all stock orders within a maximum of five days and all made to order products within 14 days.

At present my report uses the below SQL:

--DECLARE @FINYEAR VARCHAR(4)
--DECLARE @FINPERIOD VARCHAR(2)
--
--SET @FINYEAR = '2013'
--SET @FINPERIOD = '5'
SELECT DISTINCT
                                [Order Ref],
                                [Fin Year],
                                [Fin Period],
                                [Cust Group],
		[Line Of Business],
		[Requested Delivery Date],
		[Shipping Date Confirmed],
		[Created Date],
		CASE [Made To Order] WHEN 0 THEN 'No' WHEN 1 THEN 'Yes' END AS [Stock Item],
		[Cust Group],
		[Line of Business]
FROM	AGL_SalesAnalysis_2013
WHERE [Fin Period] = @FINPERIOD
AND [Cust Group] = 'GB'
AND [Line Of Business] = 'STO'

I then output this to the following table:

The table uses the below expression to highlight in red, any orders where the agreed delivery time was missed:

=IIF(Fields!Stock_Item.Value = "No" And DateDiff("d",Fields!Created_Date.Value,Fields!Shipping_Date_Confirmed.Value) > 14,"Red",IIF(Fields!Stock_Item.Value = "Yes" And DateDiff("d",Fields!Created_Date.Value,Fields!Shipping_Date_Confirmed.Value) > 5,"Red","Transparent"))

I now want to create another table that will have one column showing the % or orders that were delivered on time and another showing the number of orders that were late. Can this be done using the same SQL and with an expression or do I need to write a different SQL query?

Cheers

Paul

SSRS Report not opening in a new window.

$
0
0

Hi guys

I've built a report that has links to an internal ticket desk system. The link is the ticket ID number which brings the user of the report directly to the ticket live on our ticket desk server. And it's working great. Here is the code I used:

"http://moon/TicketDesk/TicketEditor/Display/" & (Fields!TicketId.Value)

However my employer wants the link to open in a new window and I'm having a spot of bother getting it to open using the following code:

="javascript:void(window.open("http://moon/TicketDesk/TicketEditor/Display/" & (Fields!TicketId.Value)', '_blank'))" 

Any Ideas or advice is greatly appreciated.

Thanks in advance ;) 




Error "Line too long" - Report too large-BUG- error [BC30494]

$
0
0
sql server reporting services : Error "Line too long" - Report too large?
is this is a BUG
i need to create a BIG report but i cannot !
Why is Reporting Services limiting the number of expressions
how to fix this error
my file is big tahn 4 MB
what to do  ?
need help
need solution
i have  reporting server 2008 - vs 2008

TNX

SSRS Report with field.vaule in a link not opening in a new window.

$
0
0

Hi guys

I've built a report that has links to an internal ticket desk system. The link is the ticket ID number which brings the user of the report directly to the ticket live on our ticket desk server. And it's working great. Here is the code I used:

"http://moon/TicketDesk/TicketEditor/Display/" & (Fields!TicketId.Value)

However my employer wants the link to open in a new window and I'm having a spot of bother getting it to open using the following code:

="javascript:void(window.open("http://moon/TicketDesk/TicketEditor/Display/" & (Fields!TicketId.Value)', '_blank'))" 

Any Ideas or advice is greatly appreciated.

Thanks in advance ;) 






Report Builder 3.0 and SharePoint 2010 List, multi-select value showing # and number between values

$
0
0

I'm using Report Builder 3.0 where the datasource is a SharePoint 2010 list.  The field I'm having an issue with is a SharePoint Person lookup field allowing multiple selections.

The report renders the values with #(some number) between each value when more than 1 item is selected.  I believe the number is associated with the user within SharePoint.

Example of what is being displayed (works fine with only 1 item selected):

Brown, Charlie;#764;#Doe, John A.; #640;# Drew, Nancy

How do I get rid of the #(number)?

Is there an expression that will filter out the "#(number);#"?

Is there some special setting I need to set because I'm using a SharePoint list with multiple selects in a Person lookup?

Thanks in advance for your assistance on this one!  :)

TW

How to modify SSRS reports deployed on SQL Report Server when the report project file is not available

$
0
0
If there are some SSRS reports deployed on SQL Report Server and if someone (an IT idiot lol) loses the .sln file or the report project file using which the SSRS reports were created, how can one modify those SSRS reports which are now only available on the SQL Report server.
Does that idiot has to create the SSRS report from scratch using a new reporting project?
I am sure microsoft has created an easy solution for such idiots and others who think they are not idiots (Geeks!!)


Regards,
Mohammed Abdul Aleem Quadri
Email:
abdul.aleem@ignify.com

 

Office: +91- 20-66218133

Mobile: +91- 99892 69471


Los Angeles. Silicon Valley. Nashville. Toronto. Pune. Bangalore.
www.Ignify.com

 


Abdul Aleem, BI practice, Sonata Software, Bangalore

Cannot format SSRS Report Secondary/Primary Axis Labels Per Requirements

$
0
0

Using Report Builder and Visual Studio 2008 Report Builder I cannot format the Primary and Secondary Value/Y-Axis of a bar chart so that the value of the label is under the major tick, as in the screen shot below per my requirements.  Please help!

Any suggestions would be greatly appreciated!


SSRS in SharePoint Integrated Mode - Cannot see the shared data sources

$
0
0

I have inherited a bit of a SharePoint mess.  Basically the creator is no longer with the company and no one seems to know anything about it.  I am quite versed in SSRS native mode, but not much with SharePoint integrated, but I do have a bit of SharePoint experience....

Problem:

I am sys admin in SQL, SharePoint admin, local admin etc. in this standalone server.  I want to view/edit the Shared Data source for an existing report.  I got the name of the SharedDS and it appears it should be in the same document library as the report, but it is not showing up when I browse to that doc lib in IE.  Is there a setting I need to change, permission, etc. so that I can see it?  The report executes, so I know it is there.  I understand not wanting the end users to be able to see this/these when they browse the site.   My next step was to try by viewing with SharePoint Designer, but I was hoping there is an easier way.  Please help!

FYI- Setup is Windows Server 2008r2, SQL 2008R2, SP2010

Thanks!



SSRS Subreport inserting blank rows in excel

$
0
0

I have a main report column in which I have a sub-report. When I export the report data to excel, I get blank rows inserted in the excel in between the other rows. I want to avoid these blank rows from coming in the excel. I am using Report Builder 2.0.

Please help me in this regard.

Thanks.

The found version is 'C.0.8.43'. The expected version is 'C.0.8.40'

$
0
0
When trying to run a report that used to work I am getting following error message:

The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'C.0.8.43'. The expected version is 'C.0.8.40'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase) Get Online Help

I checked the event viewer and found following erorrs:
Report Server (MSSQLSERVER) cannot connect to the report server database.
The report server database is an invalid version.
Report Server Windows Service (MSSQLSERVER) cannot connect to the report server database.


and then found a link that addresses the problem:

but this didnt work either. I tried service credential as well as provided a logon with sa rights to database server.  also verified that service credential has access to the database. but no luck.

so now here is what I see for my SSRS version on reporting server:
MSSQLSERVER
Reporting Services
[Version: 9.00.1399.06   Edition: Enterprise Edition   Patch level: 9.00.1399.06   Language: English (United States)]

and the database version is:
9.00.3042.00SP2Enterprise Edition (64-bit)


would like to find out what can I do to fix the problem...

thanks

Shahab

SQL Query To Sum Two Columns Values Based on Its Record

$
0
0
May i know what is the SQL query to create another intermediate column which is used to store the sum of two columns of each and every record. Thank you.

BIDS Crashes When Trying to Preview Report - SSRS 2008 R2

$
0
0

Hi,

I am running SSRS 2008R2 and BIDS craches when I try to preview reports. I am not getting any error messages on screen - the BIDS VS shell closes on report preview. Any help is appeciated - Thanks


Francis, MCTS: BI 2008, MCITP: BI 2008 Stay Thirsty My Friends

Field data cut off in PDF export

$
0
0

 

I have a report with a few large ntext fields.  The report previews and prints perfectly from the SQL Reporting web based preview option.  The report also exports very nicely to .PDF.

 

But for a few rare cases, the .PDF will cut off the large text data, if it is near the bottom of the page.  I can change the page margins to get around the issue, but that does not guarantee that the issue will not arise again.

 

Has anyone run into this issue, and if so, is there a full time work around or is the best we have to just play with the margins if the error occurs.

 

Let me know and thank you for your time.

 

T.J.


Dual values in Column chart Y axis in SSRS 2008

$
0
0

Hi,

 Any one pls tell me how to show dual values in Column chart Y axis.

Example:

Im showing Total Number of clients in the Y axis of column chart

My Requirement is

In that Y axis column chart also  i want to show differently of Inactive clients from total number of clients.

how to do this pls help me.

Thanks in advance.

TotalnumberOf clients :  1000

InActive Clients : 200 among TotalnumberofClients

 

 

 

Radar Charts SSRS

$
0
0

Hi All,

I have requirement to develop a report like below image.

Is to possible to develop this kind of reports in SQL Server Reporting services 2008 r2.

I have tried with one example but the major grid lines shows only circle it is not changing to below image shape. Please provide your thoughts.

SSRS Report with More one Detail Group under one Outer Group

$
0
0

Hi to all,

I have one doubt related to SSRS Report Development.


I need report design like the below format...


Each Project have multiple Invoice Details and its Invoice Date and Payment Details against Invoice details and Its Payment Date with subtotal for Invoice Details and Payment Details


Description
TOTAL Jan-12Feb-12Mar-12Apr-12May-12Jun-12Jul-12Aug-12
1. Project Details
         
SUBMITTED AMOUNT
         
         ProjID - 001
500100250   100 50
         ProjID - 002
1000100100100100100100100300
         ProjID - 003
200  100  50 50
SUBTOTAL
1700200350200100100250100400
SUBMITTED DATE
         
         ProjID - 001
 01-Jan-1225-Feb-12   06-Jun-12 25-Aug-12
         ProjID - 002
 10-Jan-1201-Feb-1203-Mar-1208-Apr-1205-May-1209-Jun-1213-Jul-1225-Aug-12
         ProjID - 003
   03-Mar-12  09-Jun-12 25-Aug-12
PAYMANT AMOUNT
         
        PAY-001
15050100      
        PAY-002
200100     100 
        PAY-003
         
SUBTOTAL
350150100    100 
PAYMENT DATE
         
        PAY-001
 01-Jan-1201-Feb-12    01-Jul-12 
        PAY-002
 01-Jan-12     13-Jul-12 
        PAY-003
         
2. Project Details
         
        (Above Details)
         
3. Project Details
         
        (Above Details)
         


Fixing Table Header When Scrolling

$
0
0

How do you keep the table header visible on the page as you scroll the reports (like fixing pane in Excel)? Are these not the properties? because these options didn't fix the header. (So what are these options for?)

Exclude specific table in the report to be exported to excel

$
0
0

Hi,

I have SSRS report (2008) contains multiple tables (tablix) and each table is connected to a separate data source.

My question is, is there a way to exclude first table (tablix) in the report while exporting the report from the browser to excel (.xls)?

Regards,

A. Ali

Viewing all 10045 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>