Issue with Line Graph in SSRS

I am pulling my hair our trying to format a line graph.
Below is my current report - 
The Line Graph I have created has a Category Group of "YearLogged" and "MonthLogged".
The series I have added is an expression -
=Count(IIF(Fields!InvoicePaid_.Value = "Yes" And Fields!ProcessTarget.Value = "InTarget", 1, Nothing))
As you can see the data label is coming back as values in "Paid" column from my table. What I want is the percentages instead labelled.
Also the Y axis is coming back with the total Paid invoices as a percentage? That's not right I want that to show up to 100%.
I just want to show what % of invoices are being paid In Target over the month.
Another question - where is the legend title getting "Process Target" from? Can I rename that to what ever I want?

Hi ikilledbill,
According to the snapshot of the chart you have provided that it seems you have put the fields "YearLogged" and "MonthLogged" in the Category Group and add  field "InTarget" in the Value area as Series, you also add
the expression "Count(IIF(Fields!InvoicePaid_.Value = "Yes" And Fields!ProcessTarget.Value = "InTarget", 1, Nothing))" to display another series, now you want to display the percentage of InTarget/Paid as the data
point, right?
I have tested on my local envoronment and details information below for your reference:
I have use some sample data as below and if you want to display the percentage value as in below snapshot, you need to add expression like below in the series:
=Fields!InTarget.Value/Fields!Paid.Value
After add the expression, right click the data label to select the "Series Label Properties" and click Number to select the "Percentage".
Right click the Y-Axis and select the "Vertical Axis Properties", click Number to select the "Percentage".
To change the Legend Title, please right click the series and select the "Series Properties", enter the title you want in the "Custom legend text":
If I have some misunderstanding, please try to provide more details information about the design of the chart and also sample data in the table.
Any problem, please feel free to ask.
Regards,
Vicky Liu
Vicky Liu
TechNet Community Support

Similar Messages

  • Issues with lines across the screen, as well as freezing

    Issues with lines across the screen, as well as freezing
    Hello all
    Got an iMac since January 2008 and I do like it a lot, even though it has some issues:
    -- It displays (quite often) lines partially across the screen
    -- Lines appear as well when opening applications or when menus come up
    -- The system freezes more than I like to admit (more than my Windows/Ubuntu box)
    I don't know if the freezing has to do with the lines that are shown on my screen. But I assume that both issues relate to some video card problem. I can't be sure - but that's what I assume from living with this issue day to day.
    The line on the desktop (most of the time it is there before login) I can always get rid of by changing the display resolution to something else and then changing it back. Normally the line is gone, or, reappears on a different spot on the desktop. But repeating the procedure removes the line.
    However, this does not mean that the lines are not showing up again when launching apps or displaying menus!
    And since those lines appear to happen randomly, I think it's safe to assume that we're not talking dead pixels here, either...
    About the freezing:
    My iMac freezes sometimes when I move the mouse around, when switching desktops using "spaces" or when the zoom function of the Dock kicks in. Sometimes the screen goes completely black, sometimes completely white. The mouse, however, always works. But the system requires a reboot.
    Again, this happens too often to feel comfy about it.
    With my little knowledge of Mac troubleshooting I assume that there's something wrong with the ATI card that's built into my Mac. On the other hand, some people say that they started getting similar issues after updating their OS to Leopard. Again other people say that such issues stem from an ATI revision that is too old and the Mac should get a new ATI card. And how would that work? Isn't that an "all-in-one" machine with everything soldered onto the mainboard?
    So, any help in this matter is greatly appreciated...
    Cheers,
    Rainer

    Here are a few screen photos I've taken (not screenshots, as the lines are not visible when taking screenshots. I used my digicam to snap those...).
    Here's the link to those screen photos displaying some of the many lines I keep having:
    http://picasaweb.google.com/rainer.rohde/NewAlbum62508115AM
    Needless to say, as I typed this message here, I had a nice line going across my Safari window..
    Cheers,
    Rainer

  • Issues with Line Chart

    APEX 4
    Anychart 5
    If I create a new chart region, specify a 2D Line chart, and format my query everything seems to work well. If I add a new data series the chart becomes a 2D Column Chart. I simply want two lines graphed. Once the chart is displayed as a column chart, I cannot get it to display as a Line again unless I delete the object and reconstruct it. I have tried changing it to a 2D column, 2D bar, 3d bar, etc and then change it back to a 2D Line chart and it will only display as a column chart. Anybody else seen this behavior? Anybody got an explination?

    Hi Austin,
    The default setting of the "Series Type" value to correspond with the selected Chart Type, in your case a Line chart, has been resolved as part of a fix for bug 10205497. The fix will be available in our upcoming 4.0.2 patch release. Thanks for bringing this issue to our attention.
    Regards,
    Hilary

  • OBIEE Area Chart with Line Graph

    Can you create an Area and Line Graph together in one chart with OBIEE (rather than with the bar graph and line chart combo)??

    Did you mean a Trendline? If that is the case, right click on any of the areas in the area chart and select Trendlines from the context menu.

  • Mail attachment generated in UDF in SAP PI 7.1 - Issue with line feed

    Hello,
    Situation is:
    Implemented a scenario in SAP PI 7.1 with a mail receiver following this thread:
    /people/samuel.chandrasekaran2/blog/2008/10/06/xi-mail-adapter-dynamically-building-attachment-and-message-body-content-using-a-simple-udf
    which is about moving message lines from sender into an attachment forn the receiver mail.
    It is working great!
    The receiver gets the mail including the attachment with all added lines.
    But when opening this mail there is an issue depending on the program we are using to open the attachment
    which is defined as txt file
    - Using MS Editor 5.1 (Windows XP 2007, SP3) the Carriage returns and line feeds (added with
    in the UDF) to separate the message lines are not recognized. In the Editor each 
        is shown as □   within the text.  Word wrap (flag set in the editor) is different to the carriage return/line feeds set in the file.
    - Using MS Notepad 5.1 (Windows XP 2007, SP3)   situation is the same but
        is NOT shown as □ , it simply seems to be unvisible. Word wrap (flag set in the editor) is different to the carriage return/line feeds set in the file.
    - Using Word 2007 the carriage returns are recognized and used in a correct way to display the file content. But now mutated vowels (äüö) are not recognized. They are displayed as
    So I followed this thread:
    http://help.sap.com/saphelp_nw04/helpdata/en/96/f04142099eb76be10000000a155106/content.htm
    Nice....
    In the editors there is no change, but when opening the file in Word it asks now how to convert the file content
    (proposing UTF-8) and Word recognizes mutual vowels.
    But there seems to be a side effect....
    Following the second link,  PI recognizes an error.
    This is the error message.
    MP: exception caught with message Null as XI message received (PrincipalData in ModulData is null)
    Adapter Framework caught exception: Null as XI message received (PrincipalData in ModulData is null)
    Delivering the message to the application using connection Mail_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Null as XI message received (PrincipalData in ModulData is null).
    But the message is sent to the mail recipient which could be ok if PI would not repeat the mail sending now for several times.
    So we will receive not one but a number of mails.
    So we removed the modul recommended in this help link from the channel.
    Result: Behaviour in Word changed now to the described one. But the errors are no longer coming up in channel monitoring incl. message send repetition. So this is a first success. But the partner wants to process the files first with one of the named editors. So we are looking for another solution now to fix the last issue!
    Your ideas are really welcome!
    Best regards
    Dirk

    Hi,
    as I found this in wikipedia:
    Another common problem is the use of '\n' when communicating using an Internet protocol that mandates the use of ASCII CR+LF for ending lines. Writing '\n' to a text mode stream works correctly on Windows systems, but produces only LF on Unix, and something completely different on more exotic systems. Using "\r\n" in binary mode is slightly better, as it works on many ASCII-compatible systems, but still fails in the general case. One approach is to use binary mode and specify the numeric values of the control sequence directly, "\x0D\x0A".
    Back to my issue:
    In the UDF I am adding "\r\n" but only the "\n" seems to survive!
    In Mapping test line feeds are available and the lines are shown as expected.
    Using Notepad ++ to open the created txt file from the mail shows that LF is in the file at each end of line but CR is missing.
    CR is only at the end of the last line in the file and is not from the UDF that creates the mail or the UDF that creates the attachment lines. Seems that this is added somewhere else behind the mapping.
    This is what I found in galileo computing
    (http://www.galileocomputing.de/glossar/gp/anzeige-11241/FirstLetter-Z, SORRY, only available in german language!):
    In Parsing of XML-Documents the XML-Parser changes the end of line delimiter internally in general to a simple line feed (LF, #0A) as usual in UNIX. ..... In Windows this could result in problems with readability of  source texts (e.g. in Notepad) which can be solved by choosing the right editor.
    My target application is on Windows and not able to "choose" the right editor (PI system is on windoes OS too) !
    But Im wondering where the CR at the end of the text comes from when all the \r\n will be replaced with \n as described.
    Ideas are really welcome!
    Best regards
    Dirk
    Edited by: Meinhard Dirk on May 31, 2011 2:45 PM

  • Area chart with line graph combo - Is this possible to create?

    Can you create an area chart and line chart combo? The line bar combo chart doesn't capture what I want.

    hi,
    it is better for 2 different questions,make 2 differents threads...
    You used the 2ond solution(google???),put in the dashboard...html enabled...and check your pdf again.
    Moreover,printing pdf with answer is discouraged...always prefer Xml Publisher.
    Last,there are 2 fst files which configure the *.pdf files , check them,
    http://obiee101.blogspot.com/2008/09/obiee-pdf-controls-fst-files.html
    hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Issue with the Graph in Tree

    Hi,
    I have a tree binding which will show Departments and Employees in tree structure in the UI as below.
    Department 1
    |_________Employee 1
    |_________Employee 2
    |_________Employee 3
    Department2
    |_________Employee 1
    |_________Employee 2
    |_________Employee 3
    What I want is to show a horizontal bar graph for employees which will plot the employees in Y-axis and the salary in X-axis as below.
    Department 1
    GRAPH1(this is the horizontal bar graph which will have employees of department 1 in the Y-axis and the salary in the X-axis
    Department 2
    GRAPH2(this is the horizontal bar graph which will have employees of department 2 in the Y-axis and the salary in the X-axis
    But, what is happening is, the first graph(for department 1) is coming correctly. But, the same graph is repeated for all the departments. So, we end up seeing the same graph for all the departments. Is there any way to overcome this?
    There is a post in ADF code corner http://www.oracle.com/technetwork/developer-tools/adf/learnmore/81-master-detail-tab-with-graphs-394252.pdf by Frank and that is in panelTabbed. Whenever a tab is disclosed, that master row is set as the current row using disclosureListener.
    My, requirement is in tree(Basically I am creating showDetailHeader for every department using af:iterator) and all the nodes should be shown disclosed when the page loads. So, I can't have disclosure listener.
    Thanks!

    Hi.
    Please check if ll the data is rolled up in the aggregates. Also check the consistency of aggregates from RSRV.
    Hope this helps.
    Thanks,
    Mayuri

  • Bapi_salesorder_change  issue with line item addition

    Hi Gurus,
    I am calling the bapi : bapi_salesorder_change in a custom ABAP program, now I am running into issues here. My objective is to insert a new line item into the sales order. I am passing the following parameters :
    salesdocument = sales document number
    order_header_in = sales org, dist channel, division, purch date,
    order_header_inx = 'U'
    tables :
    order_item_in : itm_number = new item posnr
    material = material number
    target_qyt and target_qu
    order_item_inx : updateflag = 'I'
    I am getting the following message in the return table:
    S V4 233 ORDER_HEADER_IN has been processed successfully
    S V4 233 ITEM_IN has been processed successfully
    W V1 555 The sales document is not yet complete: Edit data
    S V1 311 AgUS TrmtCons Fillup 64073 has been saved
    There is no new line item when I check the sales order.

    > I am getting the following message in the return table:
    > S V4 233 ORDER_HEADER_IN has been processed successfully
    > S V4 233 ITEM_IN has been processed successfully
    > W V1 555 The sales document is not yet complete: Edit data
    this means, the item is not complete as per incompletion procedure. Talk to your SD guys about the incompletion procedure for an item. You may be missing shipping type and/or shipping point/receiving point or some required field.
    > S V1 311 AgUS TrmtCons Fillup 64073 has been saved
    >
    > There is no new line item when I check the sales order.
    Did you use commit after the BAPI call?

  • Configuration issue with SP 2013 and SSRS 2012

    Hi
    I have installed sql server 2013, SP 2013 and PS 2013 in same server. Getting error when i try to configure
    Reporting services Integration
    and path is Central admin -> General application settings --> Reporting services Integration --> 
    provided url for Report Server Web Service URL (copied url from Report manager URL in Reporting services configuration manage and verified URL working fine)
    Error:
    Failed to establish connection with report server. Verify the server URL is correct or review ULS logs for more 
    information. Product area: SQL Server Reporting Services, Category: Configuration Pages
    USL Logs
    Failed to retrieve RS configuration information: System.Net.WebException: The request failed with HTTP status 404: 
    Not Found.     at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, 
    WebResponse response, Stream responseStream, Boolean asyncCall)     at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)     at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.GetReportServerConfigInfo(Boolean
    ScaleOut)
     at Microsoft.ReportingServices.SharePoint.UI.RSIntegrationSettings.GetReportServerConfigInfo(IList`1& configInfos)              
    Did i missed out any steps
    Regards
    Santosh

    Hi Santosh,
    I think the Reporting Services integration works with SQL Server 2008/2008 R2. When the SQL Server 2012 is installed, there is an option to install Reporting Services - SharePoint bits. Details can be found here:
    http://msdn.microsoft.com/en-gb/library/jj219068(v=sql.110).aspx
    Once the Reporting Services components have been installed you should be able to configure the SQL Server Reporting Service Application and use the Reporting Services content types in your SharePoint libraries
    Hope this helps
    Paul

  • Issue with Line item in PO

    Hi,
    I need to pass item number say "3" while creating PO using BAPI_PO_CREATE1 but always that takes LINE ITEM as 1.
    Is there any solution for passing my item number to this field.
    Thanks
    Sudharshan

    Hi,
    I believe the BAPI will assign the item number consecutively, indifferently of what number you're passing to the item number.
    Are you trying to use the item number for a key purpose or something? If this is the case you should find another field to fill that value.
    Regards,
    Gilberto Li

  • Line Graph Problem when used with Series

    I am facing a problem with Line Graph in Oracle Reports 10g.
    I have made a graph having series of three curves.
    The graph is perfect when all series have similar X-Axis values. See the link
    http://www.sysautomation.com/ask/RPT_LINE_GRAPH_OK.PDF
    But same graph does not print curves properly, gives spaces in the curves, when all the series do not have similar values on X-Axis
    http://www.sysautomation.com/ask/RPT_LINE_GRAPH_NOT_OK.PDF
    Pl. guide me what to do to make this graph working.

    Thanks for reply.
    In my case, I have to plot curves.
    and some Series have different X-axis values.
    I have no choice, but to plot them.
    The same thing was working fine with Reports 6i + Graphics 6i.
    What is Scatter Plot?
    Thanks again.
    This is a limitation in the current line graph in
    Reports 10g (9.0.4). I can't recall whether this has
    improved in 10.1.2 or it was planned for the next
    rev.
    Would trying a scatter plot be better?
    Line graphs are normally meant for regular intervals
    on x-axis, so using the example of dates, Jan, Feb
    and Dec would be placed right next to each other,
    rather than scaled with the right distance between
    Feb and Dec.

  • LMS 4.2.3 - C6500 VSS - Issue with inline card on secondary chassis

    Hello,
    We are currently setting up a fresh new LMS 4.2.3 server to administrate a 90 LAN-device-perimiter. Installation is OK (on a Windows Server), devices are up, monitored and their configurations archived.
    The core switches are Catalyst 6506 VSS (s2t54-IPSERVICESK9-M - 15.1(1)SY) including 2 inlines cards :
    - WS-C6505E-SUP2T
    - WS-X6824-SFP-2T
    There is an issue with line card WS-X6824-SFP-2T recognition on secondary chassis only. We updated the last software packages for LMS (via Admin > Software Center > Device Update) and situation improved but still, it is not behaving as excepted.
    Impact : Topology, Ciscoview and Device Center for C6506-VSS do not show the card and links on the WS-X6824-SFP-2T of secondary chassis.
    Do you have this issue as well ? Any direction or help ?
    I am afraid of a potential bug...
    Rgds,
    Yoann

    When you were placing the internal test calls, where was your phone located?   The RTP streams are usually only set up between the two endpoints (assuming no transcoder or MTP is used).
    Have you have already checked calls between IP phones at your central site (where Unity is located) and IP Phones at site A?   Are these working fine?   If not, then it's likely you do have a QoS issue over the WAN to Site A.
    Have you confirmed whether or not calls from the PSTN gateway at site A experience any voice QoS issues when transferred to an IP Phone at the central site?
    Is the same codec is being used for the MGCP gateway as for IP Phones at that site (check the Region settings for the Device Pool it's in)?
    If these things have all been checked, then you may want to consider collecting a simultaneous sniffer trace from each end of a single call, and comparing what's seen at the two endpoints.
    Kind regards,
    Craig

  • Line graph parent table child

    i have a page where i have a line graph as parent and a table as its child. i want to have a master detail relationship through a view link of cardinality 1 to many.
    when user selects appropriate points of line graph, the child table should refresh accordingly.
    child table shows only children of firts record of line graph.
    is there a problem with line graph being a parent. i could find examples which used bar / pie graph but not line graph. although i had checked the checkbox while creating graph.
    i am using bind variables for both parent and child VO.
    do i need to execute child VO query again to be able to display corresponding children for a parent on a line graph.
    jdev 11 1 1 5

    Hi,
    when you create a line graph by dragging a collection (View Object) from the Data Controls panel to the page then, in the second dialog of the wizard, there is a check box "Set current row for master-detail". Check this check box and then create the table from the dependent view object. No bind variables required
    Frank

  • Issues with Thai wrapping

    I have been trying out TLF with various spark and FTE components, but unfortunately have been having issues with line-wrapping in Thai. It doesn't seem to break in between words.
    For example, I have tried a spark TextArea/RichText/RichEditableText and set locale for the components to 'th_TH'.
    Four Questions:
    1) Should Thai be working correctly?
    2) Does setting locale matter at all?
    3) Do FTE & TLF components have the same bidi/international capabilities? Or is TLF more robust? (For example, should thai/arabic/etc work the same in both a FTE/TLF component?)
    4) When highlighting Thai/Arabic/Hebrew in certain components, the characters shift all around with the cursor. Is this a bug?
    Thanks a lot

    Hi bogmead,
    There is a attribute to control line wrapping in TLF. The attribute should be set on flashx.textLayout.element.TextFlow(<s:TextFlow> in Flex) or some of its child elements, rather than flex components.
    <xs:attribute name="breakOpportunity" type="xs:enumeratedString" default=" auto"/>
    Controls where a line can validly break.
    Valid values include:
    • auto Line breaking opportunities are based on standard Unicode character properties, such as breaking between words and on hyphens.
    • any Indicates that the line may end at any character. This value is typically used when Roman text is embedded in Asian text and it is desirable for breaks to happen in the middle of words.
    • none No characters in the range are treated as line break opportunities.
    • all All characters in the range are treated as mandatory line break opportunities, thereby creating one character per line. This value is useful for creating effects like text on a path.
    A range is a continuous group of characters that have none applied. Therefore, selecting “one of” and applying none, results in a range of characters starting with “o” and ending with “f” that have none applied and will not get any line breaks inside the range.

  • New 2540 printing issues - missing lines

    Hi
    I have just purchased a 2540 printer and installed but it misses at least every other line when printing and I am getting horizontal streaks.  I've gone through alignment process and cleaning heads but it's actually got worse not better.
    I'm running Windows 7
    This question was solved.
    View Solution.

    Hello Johanna2014,
    Welcome to the HP Forums.
    I see that you are having an issue with lines and streaks on your print jobs.  I do have a few steps we can run through to troubleshoot this issue.
    First off, please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    I have also located a document the deals with Fixing Ink Streaks, Faded Prints, and Other Common Print Quality Problems.
    Please feel free to write back if you have any other questions or concerns.
    Cheers,    
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

Maybe you are looking for

  • Firefox keeps closing shortly after opening. I'm running on Vista, did a system restore, still having problems. HOW DO I FIX THIS?

    I thought it was caused by updating Java, but system restore to before that point hasn't fixed anything. It even crashes when I'm on Mozilla's site looking for solutions! When I click on details, I get this: Add-ons: {CAFEEFAC-0016-0000-0017-ABCDEFFE

  • Document number range not creating in Ecc 6.0

    Hi I have tried creating document number range in 6.0, but the change interval buttion is in display mode and not in the change mode, so not able to cretae number range. Any input. Urgent please help.

  • Exit Customize doesn't work - other questions...

    Firefox updated to Beta 29 (i didn't do it x_x) and everything is confusing me right now. Actually pissing me off to be honest. I was playing around this new, tried to customize it but didn't work. I followed this page and nothing. https://support.mo

  • Cover page on iBook pdf files

    How can one set their iBooks to automatically place a cover page on pdf files?  On startup, my iBooks will display my pdf files with a cover page, like the ones used on books, then removes them to display the first page of the pdf. Having the cover p

  • Changing footage from 25MBPS to 50MBPS sequence.

    Hello, I have a sequence settings question. I have an mixed-media video on a DV-NTSC timeline (25MBPS). I am outputting to BETA and was told to make a standalone QT movie at DVCPRO50 compression (meaning, at 50MGPS). I have footage that was shot at 2