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
Creating line chart in SSRS 2005
Problem to Export Report in Word and image format
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),
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
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.
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]
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.
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
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
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
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
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
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'
Shahab
SQL Query To Sum Two Columns Values Based on Its Record
BIDS Crashes When Trying to Preview Report - SSRS 2008 R2
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
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
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
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
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-12 | Feb-12 | Mar-12 | Apr-12 | May-12 | Jun-12 | Jul-12 | Aug-12 | |
1. Project Details | ||||||||||
SUBMITTED AMOUNT | ||||||||||
ProjID - 001 | 500 | 100 | 250 | 100 | 50 | |||||
ProjID - 002 | 1000 | 100 | 100 | 100 | 100 | 100 | 100 | 100 | 300 | |
ProjID - 003 | 200 | 100 | 50 | 50 | ||||||
SUBTOTAL | 1700 | 200 | 350 | 200 | 100 | 100 | 250 | 100 | 400 | |
SUBMITTED DATE | ||||||||||
ProjID - 001 | 01-Jan-12 | 25-Feb-12 | 06-Jun-12 | 25-Aug-12 | ||||||
ProjID - 002 | 10-Jan-12 | 01-Feb-12 | 03-Mar-12 | 08-Apr-12 | 05-May-12 | 09-Jun-12 | 13-Jul-12 | 25-Aug-12 | ||
ProjID - 003 | 03-Mar-12 | 09-Jun-12 | 25-Aug-12 | |||||||
PAYMANT AMOUNT | ||||||||||
PAY-001 | 150 | 50 | 100 | |||||||
PAY-002 | 200 | 100 | 100 | |||||||
PAY-003 | ||||||||||
SUBTOTAL | 350 | 150 | 100 | 100 | ||||||
PAYMENT DATE | ||||||||||
PAY-001 | 01-Jan-12 | 01-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
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
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