Link to a Chart

Hi All,
I have created a vertical chart and given links to the bar appearing in the chart. for eg: x axis -> Amount and y axis -> Location. There are locations China, India, France. When i click on china , it is displaying all the data irrespective of locations. I should be able to see only data related to china when i click on location china. Is this possible. Please suggest me.
Thanks and Regards,
Mahesh

Hi,
For this create two reports First one with Amount and Location and second with Amount and Location and keep filter location as prompted.Then go to first report and edit column properties for Location and select column format --->Value Interaction and in Type select navigate and navigate it to your Second report.Hope this helps.
Thanks

Similar Messages

  • Link from WEBI chart to WEBI report

    All, how can I link a WEBI chart (column) chart to an detail WEBI report. Appreciate any inputs.
    Thanks,
    Ann

    Hi Ann,
    You can use the chart bars as reportfilter (much like the dropdown box filter effect),
    It is actually implemented as an input control, so you can control a detail table below the chart by clicking on a chart bar.
    However hyperlink from the table is not possible in BI40 (yet).
    (Right click the table, Linking, Add element link).
    So you either have to use the data in the same report option, or use the hyperlink option from a table cell...
    (Right click the cell, Linking, Add hyperlink).
    As I noticed you are using BICS, before jumping to using dashboards (FKA excelsius), be aware that the BICS connectivity in there is still the version running on BW, so unlike a WebI report, you have to publish the dashboard in BW and access it via an SAP portal environment, you cannot run it directly from within BI launchpad (in BI41 this will change). So to link from the portal environment to the BI launchpad for the WebI document you would need some portal integration work too.
    Hope this helps,
    Marianne

  • Link tables and chart in checking register

    So I've watched the tutorials, read the guide and looked online and I still connot do the following, it's about a year and a half of trying.  I have used the checking register to keep track of monthly expenses.  Here's what I want:
    More categories on the pop up menu - I can do this
    Link the smaller categories table to a achart - I can do this
    Link the categories from the pop up menu on the big table to the categories on the small table and then to the chart - Nope
    Anyone?

    Allen? Devin?,
    It's not automatic, but not difficult either.
    Add a new row to the little Account Categories table. Click the Add Row button.
    Typ3 in your new category name and then you'll have this:
    Next Copy the new category name text. Select the Pop-Up cells and go to the Cells Inspector. Click the plus sign to add an entry to the list and Paste your new category into the list.
    Click on the Pie Chart to highlight the Chart range in the Account Categories table. Drag the lower right corner down to include the row of the new category.
    That's it.
    Jerry

  • Linking Data to chart in Net Worth template

    How do I link the Net Worth template charts to tables in another sheet?
    I added another table to the Assets sheet and successfully modified the Total Assets table on the Overview sheet, and amended the bar chart on the same sheet to refer to the new data in the Total Assets table.
    On the Assets sheet I can not figure how the Pie chart accesses the Totals of the 3 tables to the left, nor how to get it to reference the additional Superannuation Table total that I added.
    I tried getting it to take its references from the summary of Assets on the Overview sheet but can't drag the selected cells between sheets.
    Where and how is the Pie chart getting its data and how do I get it linked to the additional Table total?

    Peter,
    The Pie Chart gets its data from the Total Assets table in the Net Worth Overview sheet, as can be confirmed by looking at the Chart Inspector with the Chart selected...
    Before modifying the Chart Data links, always re-unite Chart and Table on the same Sheet. After making the change, you can separate them again. I may not have answered every question, but let's see how far this gets us.
    Jerry

  • Link in flash chart : passing paramerters

    I'm quite new to use APEX 4 and has a problem with passing parameters in a link from one flah chart page 7 to another one (page 6).
    One my first page I have 3 bars (result of my select on table VBI_DOC_DETAIL_IN).
    There the user can choose one specific bar (vd.XORGANIZATION) by clic, going to a chart on page 6.
    P7_TEXT (select list item on first page) must also be passed to page 6.
    And here it goes wrong : how must I pass the value of P7_TEXT to page 6 ?
    I try by doing this, but doesn't work :
    select 'f?p=&APP_ID.:6:'||:app_session||'::::P7_ORG,P7_TEXT:'||vd.XORGANIZATION||',v(P7_TEXT)' link
    , vd.XORGANIZATION label
    , sum (vd.xxx) value
    FROM VBI_DOC_DETAIL_IN vd
    WHERE ...
    Some help would be appreciated.
    Thanks IN advance.
    Bernard
    Edited by: user1335486 on 3-aug-2011 6:29
    Edited by: user1335486 on 3-aug-2011 6:48

    Hello Bernard -
    Try this
    select 'f?p=&APP_ID.:6:'||:app_session||'::::P7_ORG,P7_TEXT:'||vd.XORGANIZATION||','||:P7_TEXT link
    , vd.XORGANIZATION label
    , sum (vd.xxx) value
    FROM VBI_DOC_DETAIL_IN vd
    WHERE ...Austin

  • Remove links in Flash charts?

    Hi
    I have made a flash bar chart in apex 3 but if the user clicks on one of the bars they are taken to a url derived from the series title (http://[application express root]/January, for example).
    I don't want any interactivity with the graphs but I can't find anywhere in the region or chart definition to turn these links off. Can this be done?
    Thanks!

    Hi!
    Graph SQL is defined asselect
      link,
      label,
      value
    from tableIf you define your "link" column as null then I believe you will solve your problem.
    Jure

  • Link to SSRS chart from Word

    HI,
    I want to open word 2010 and have a chart that is linked to SSRS in the word document.
    I am trying several things.
    Any ideas?
    thanks
    David

    Hi David,
    According to your description, you want to display a SSRS linked chart in a Word. Then you get an error message “This page might not function correctly because either your browser does not support scripts or active scripting is disabled” when you follow
    the methods of two articles.
    In this scenario, the reason why you get this error is using access URL with incorrect format. We must use the web services URL to access a report. And we should add “rc:Toolbar=False” command in the URL because we need javascript to display the style of
    toolbar. Word can’t display a javascript based toolbar so that it throw above error message. Please make sure you follow the URL format in those two articles strictly when you add the chart report in Word.
    We have tested your case in our local environment using a sample chart report. Please refer to the URLs and results below:
    If we follow the steps as this article mentioned(Incorporating Reporting Services Reports in Word and PowerPoint ), we
    should change the URL to the corresponding URL Access like this:
    http://Hostname /ReportServer?%2fReport+Project10.28%2fchart1&rs:Command=Render&rc:Toolbar=False.
    If we follow the steps as this article mentioned(Refreshable Reports in Word, PowerPoint, Excel), we should change the URL to the corresponding
    URL Access like this:
    http://Hostname /ReportServer?%2fReport+Project10.28%2fchart1&rs:Command=Render&rs:Format=IMAGE&rc:OutputFormat=PNG.
    The report will render as an image.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Linking Multiple Group Chart of Accounts

    Hello,
    Our organizational structure is like
    ABC Holding Group
    in ABC Holding Group there are several group of companies like AB Group, BF Group etc.
    In AB Group, we have 2 companies PERU and JKRY
    We have some confusion about the structure of COA in SAP, we are setting Operational Chart of Accounts for PERU and JKRY and will assigned Group chart of Accounts for AB Group then is it possible to assigned AB Group to ABC Holding Group by using ABC Holding group (Group chart of Account)?
    ABC Holding Company (Group Chart of Accounts) Assigned AB Group COA
    AB Group (Group Chart of Accounts) Assigned PERU and JKRY Operational Chart of Accounts
    Thanks,
    Abid

    Hi Suresh,
    Group Chart of Accounts Mainly Used for Consolidation Purpose,
    Follow the Following Procedure for Config Group Chart of Accounts,
    1) First Create Group Chart of Accounts in T.Code:OB13
    2) than Create Create the Operation Chart of Accounts same T.Code: OB13
    3) while Creating the Operational Chart of Accounts,
    In Consolidation
    Group of Chart of Accounts: Here you assign earlier you created Group Chart of Accounts,
    4) Than In FSP0  Create the Group Chart of Accounts, this Code you Have to assign while you are Creating the Operational Chart of Accounts

  • WebI report on SAP Mobile BI for iOS that contains a chart with element linking issue

    Hi gurus. I have the following issue:
    I have element linking based filters on my chart # 1 to filter values on chart # 2.  It worked fine on Ipad. And it worked fine on BI Launch Pad.
    But after some time I check my webi report and it stopped working on IPAD.
    Filters are not shown on the graph.
    However it still works fine on BI LaunchPad
    Have you faced this issue before?
    Using: BI mobile 5.1.12
    Before, example:
    After some time, I opened sap mobile and it is not showing up the filter anymore
    Now: We upgraded to SAP Bi Mobile 6.0.8.12 but issue persists.
    Could you do the test?
    Steps to reproduce:
    Create a simple Webi report with a table.
    Copy that table and paste it to the report.
    Turn the original table into a column chart
    Add element linking from the chart to table. (When user filters on the chart it should change the table as well)
    Test that the element link works in BI LaunchPad.
    Save the report to the Mobile category and test on iPad.
    Open report on iPad
    Tap chart bars. Yellow filters, that are supposed to show up, are not displayed.

    Hi Erika,
    Is this report element linking defined as 'All Objects' or 'Single Object' in Webi.
    I ask this that report element linking on 'All Objects' is not supported yet. This support is expected to come in later releases.
    However, if this is single object then it should be working. Can you verify this on latest app store build and confirm. If still it does not work for you, then please raise a support ticket for the same.
    Regards,
    Ashutosh

  • Create a link for a Dial (Percent) chart to allow drill down

    Hi,
    I have a page with a number of 'Dial (Percent)' charts displayed. This acts as a dashboard to show pass/fail percentages for a number of data tests. I would like to be able to click on the dial and drill down to a report detailing the failing records.
    As far as I can tell, the query syntax ofr a dial chart does not allow the definition of links. My quesry is therefore:
    select sum(case when fail_pass = 'PASS' THEN 1 else 0 end)    value,
             count(*)                                                                  max_value,
             0                                                                             low_value,
             sum(case when fail_pass = 'PASS' THEN 1 else 0 end)    high_value
    from
             au_test1_vDoes anyone know how I can add a link to this chart?
    Thanks,
    Martin
    Edited by: MartinF on Aug 19, 2010 1:01 PM

    Hi Martin,
    Ahh that's a pity, 'cos the Action Link option was only added with APEX 4.0. With the Flash 3 dial chart, as supported in APEX 3.2.1, there's no support to add a link to the pointer of the chart. I'm not sure if this would work in your case, but if you really want a link on your dial chart, then you could try including the link within the Region Source of your chart, as suggested in this related thread:Re: Flash Chart: Dial Chart to open popup webpage :
    To link from a Dial Chart, simply open the Region Definition page. In the Region Source place an anchor tag around the <object> tags as follows:
    <a href="http://www.oracle.com" target="_self">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
         codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
         width="#WIDTH#"
         height="#HEIGHT#"
    </embed>
    </object>
    #CHART_REFRESH#
    </a>So the link would be applied to the whole region as opposed to just the dial pointer. Again, I'm not sure if this workaround will do the trick for you, but unforunately I don't know of any other way to achieve this with the AnyChart 3 dial chart. Maybe it's a good enough reason to upgrade to our latest release? :-)
    Regards,
    Hilary

  • Waveform chart X-Axis reverses itself when upper limit is edited in Absolute Time - problem may be linked to Timestamp Control?

    I've seen this problem for some time now, and it still exists in the Silver toolset Waveform Chart in LV 2012.  If the chart is in strip mode, and you edit the upper limit value to a point in the future, the X-Axis will invert (higher values/ later time to the left), to the limit of the Chart History length.  This happens whether the chart is active (logging data on a compiled executable) or even when in design mode, though it's more consistent when there's data in the chart.  It's not history length related as far as I can tell, as I set the length to 7 days of sampling @ 1-second intervals (605K), and it happens when I try to set the end time to an hour in the future with only a few minutes of data collected - suddenly the right Absolute Time becomes the time my last sample point was collected, while the left Absolute Time becomes nearly 7 days in the future (so neither end point is what I was setting it to).
    It's nice that the chart gives the option of editing the limits, but as such, it's important that they work as you would expect them to.
    Also - until this is addressed, is there a way to lock it against editing?  Until a fix is made, my workaround is to put a transparent button over the range start & end points, and a transparent flat rectangle above all other mid-range points, and pop-up a data entry form with a Timestamp control to allow editing.  Unfortunately, this doesn't work as I would expect, as typing "11 AM" in the Timestamp control over a prior value of say "10:05:34.232 AM" ends up becoming "11:05:34.232 AM" instead.  ???  Another error - or is this by design?  If it's by design, is there an option to make it behave as I would prefer (11 AM = 11:00:00.000 AM), as Excel behaves with timestamps?  I can't help but suspect this may be linked to the chart axis issue.
    Also - I just built a simplified chart modeled somewhat on my current project, and could not get this to recur.  BUT... had the strangest thing happen:  My sample data was generated using the Trig functions for Sine and Cosine, and at one point my waveforms distorted on the display, so I'm attaching that here plus the simplified chart project.
    Last - my system is LV 2012 on Win7 Pro-x64.
    Thanks!
    Erik
    Attachments:
    Chart data distorted.png ‏45 KB
    Waveform Chart Flaw.zip ‏17 KB

    I am not so sure that this is a bug, and I have not been able to reproduce this behavior that you are describing. 
    But you can lock it from editing by right-clicking on the graph and go to Properties>>Appearance>>Enabled State --> Disabled
    Also, word of advice for the future: You will get more replies from the community with shorter posts and keeping it to one question per post. Summarize what the issue is, and put the detailed documentation and instructions to reproduce in the actual VI. 
    Huntington W
    National Instruments
    Applications Engineer
    ***Don't forget to give Kudos and Accepted as Solution where it is deserved***

  • Classic report regions not executing queries after clicking in a chart link

    I have a chart region with a link to page passing values to select list items, but report regions are not loading.
    This is the link generated at chart series:
    f?p=106:32:1310398926027:::RP:P32_DATE_SELECT,P32_SERVICE,P32_RESOURCE,P32_ROLE_ID:09%2F02%2F2013,1,EDER%20ZAVALA,1
    All page items passed are filled correctly, but report regions don't show any data.
    Please notice I am using two LOV where second one is showing values according the first one selected and doing the submit event where report regions are showing the result of the queries executed.
    Report regions shows data when I do the select of page items manually, but not when I pass those values thru link url
    I am using Oracle APEX 4.2.2.00.11
    Please advise
    Thanks,
    Cesar

    hi Vishal,
    Due to our client policies; I can not upload data. are you able to join to a webex meeting? so I can share you my screen and see the current problem I am having
    Here for your comments
    Thanks,
    Cesar

  • Drilldown bar and pie charts

    I am looking for charts with drilldown feature. I need to drilldown to another chart or a report.
    can you please point me to any articles doing this from scratch? I looked the sample packaged application with charts but it does not have drilldown links,.

    For all charts, the first column "link" is what you're interested in
    The syntax for the select statement of a chart is:
    SELECT link, label, value FROM   ...
    Where:
    link is a URL. This URL will be called if the user clicks on the that point on the resulting chart.
    http://docs.oracle.com/cd/E11882_01/appdev.112/e11945/bar_chart.htm#BEHGDBBE
    unfortunately no examples here, but check inline help for expected SQL in charts. Just define a URL for your drill down destination.

  • Pareto Chart using Report Generation Tool kit

    Hi,
    Please help me to get clarification for the following:
    I need to log data into MS Excel Report and generate Pareto Chart using LabVIEW for the Logged data.
    I have Report Generation Tool kit. but i couldnt find the an option to generate Pareto chart with it.
    Thanks,
    Thirumala.

    One way is to Create a Excel template in the predefined format with the rows/colums linked for the Chart.
    Use this template with report generation toolkit to populate data in the predefined cells.Based on that the chart will be automatically updated.

  • Help needed on webdesign, logo's, dynamic charts, etc.

    This is my first post here on this forum, so forgive me for maybe not giving you all the relevant data.
    Background
    Bill Gehrke and myself have developed a benchmark test for Premiere Pro CS5. Look here: PPBM5 Benchmark
    Since last week I have made this site, the very first in my life with Dreamweaver CS4. It was the first time I used DW and let me tell you, for a PR user, it is really a whole lot different.
    Workflow
    People go to the site, follow the Benchmark Instructions, download the ZIP file, run the test and mail the results to us.
    We enter the data in a Excel spreadsheet and export that to .HTML format and upload it to the site. This can be seen in the Benchmark Results.
    Questions
    Here is a screenshot of the spreadsheet:
    There are three cells of interest: A2 which is a link to the Home Page, and M1 and M2, which link to two separate JPG charts.
    What I want on the published HTML results page is overlaying the cell A2 with a logo, like on all other pages, but keep the current link underneath the logo intact to return to the Home page. Of course without impacting the layout of the spreadsheet. When trying to insert the logo, it looks like this in Live View, and that is not what I want. Look at the problem:
    Second I want a Spry tooltip on the links to the charts, or another solution, that when one hovers the mouse on either field, it will display the linked to chart over the spreadsheet, untill the user moves the mouse away. One could also consider an overlayed thumb file of the chart, that automatically will be enlarged to full size with the Tooltip.
    The complicating factor is of course that when new results are submitted and a new HTML file is created, it does not require new coding.
    I have tried to do the overlays in Excel, but the export to HTML from Excel is pretty weak, and the overlayed pictures that show up fine in Excel, do not show up in DW or the site after uploading. One other complicating factor in Excel is that overlays disable the underlying link.
    I hope this explains what I want to do. Maybe some of you, far more knowledgeable and experienced, have some suggestion on how to tackle this.

    Ben & PZ,
    Thanks in large part to your help and suggestions, I have solved the major issues I had.
    First, I don't want to give the spreadsheet out to people, so downloading is out of the question. There is just too much error checking code, formulas, logic and formatting and numerous macros in the spreadsheet, that I consider that as proprietary and even though there are ways to protect the contenct of a workbook, it is just too easy to circumvent.
    People will have to do will the large table of results, but the essential information is shown in such a way that horizontal scolling is hardly necessary. Vertical scolling will become necessary when there are more entries, like the around 150 entries in the PPBM4 benchmark for CS4, but that can't be helped.
    I tried your suggestions, one step at a time, and had a couple of problems, in the sense that several footnotes, that were automatically added to several columns based on the content of other columns, were lost. For instance, when someone says he has a SATA disk, but it runs at 10,000 RPM and the size is either 150, 300 or 600 G, it is a Velociraptor and the interface is changed to SATA1 with the 1 as a supercript. In combinations with the difficulty I envisioned with the complete reformatting of the table in HTML, I searched for alternative approaches, and I found it.
    With the help of Lightbox, I now have the two charts I want to show available, it looks pretty good, although I had to adjust the position of the charts in the lightbox.js file.
    You can see the result here: http://ppbm5.com/Benchmark5.html
    Now the only thing to figure out is the logo, but that is secondary.
    Thank you both for your help and suggestions. As a consequence, I have learned a lot and made another step forward.

Maybe you are looking for