Hyperlinks In Graphs

Hey Guys,
I'm creating a pie chart that displays a count related list to show how many items have each of the values in the actual list. The actual list is displayed on the same page as the graph. When I select a portion of the
pie chart I want it to filter the list by that title. Is there a way to do this? I can't seem to create or find the parameter in which the titles would be stored.

Hi Luke,
According to your description, my understanding is that you want to filter the list by the pie chart web part.
Per my test, we cannot filter the list with pie chart web part.
Pie chart web part is used to display the data in the source you selected and it has no parameters to be used to be passed to other web parts.
If you want to view the number of the values in the list is used in the related list, I recommend to create a lookup column and get value from the related list, then select the lookup column(Count Related) to display the count in the list.
http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=200
Best regards.
Thanks
Victoria Xia
TechNet Community Support

Similar Messages

  • LMS report building with graph?

    Dear All
    we installed a LMS 3.2 for our customer with HUM module.
    when the customer using Hum to generate report, he found that the pre-defined report which
    show the last 24 hours data, has graph with it.
    but when he tried to generate another report for a shorter time frame, e.g. for the last 8 hours.
    then this time the report wont have graph with it.
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_health_and_utilization_monitor/1.2/user/guide_12/HUMrprts.html#wp1134146
    our question is how to generate a custom report with graph?
    is it possible to do so with LMS 3.2?
    thanks
    Yuke

    Hi,
    yes, you can create custom reports with the Graph. Its actually created with graph by default. The only thing you need to do after launching the custom report is that you need to click on the device which is hyperlink to Graph for the OID for which custom report was created.
    Hope this is what you was looking for.
    Thanks,
    Gaganjeet

  • How to add several hyperlinks in a graph on different location

    Hi,
    I have been able to create hyperlink using srw.set_hyperlink() for text report.
    I create a bar graph to show data monthly, (Jan, Feb, ..., Dec), thus showing 12 bars in a bar graph.
    I need to make different hyperlink (to drill down) for each month.
    So when user click one of the bar (i.e January bar), then it will drill down to data for January.
    Is there possible to create several hyperlinks in a graph, to link to different location?
    If possible, where should I put the srw.set_hyperlink()?
    How can we handle, the location to be placed with the srw.set_hyperlink()?
    What if it is a pie graph, can we do the same?
    Many thanks,
    Buntoro

    Hi Fazith,
    thanks for your answer.
    I have tried it:
    a=CROSSTAB_1.getSelectedMember("OD_NW_Regio").text;
    APPLICATION.opennewWindow("http://www.wetter.net/47/"+a);
    For testing, I want that the name of the city which is filtered with Dimension OD_NW_REGIO should be added to the url wetter.net (it should show me the weather for the selected city).
    But this script didn't work. I think i have to define "a" or not?
    And according to the onselect function, will the separate report (in this case the weather-side for the selected city) open automatically, or must I click anything?
    Thank you for your help.
    Kind regards,
    Heike

  • Line Graph Hyperlink

    Does anybody know if you can create a hyperlink on a Line Graph? I would like the user to click on the data markers and pass parameters to another report based on those values.
    Thanks in advance

    Thanks everyone, I solved the problem.
    Yes, you can create a hyperlink on a line graph. My issue was that I used date values on the x-axis and for some reason the graphHyperlink tag in the jsp report does no recognized it. In other words I never actually got a hyperlink on the graph report. I changed the date to a character and it worked. Hopefully this can help someone.

  • Graph Hyperlink

    Hi,
    I am working on a detailed report that I want to open up from graph hyperlink. I want to pass a number of parameters to this report from parent report. It's working fine but my problem is that I don't want those parameters to appear in the URL. Like when we use POST the parameters are not shown so is there anyway that we can pass parameters with post method in graph hyperlink or some other way to avoid them appearing in the URL.
    Thanks for your help.

    Hi,
    Add a Graph to the web source of the report (use Graph Wizard). If you are using Reports 10g, the last panel of the Graph Wizard wil allow you to write the Graph Hyperlink.
    Otherwise in the Web Source view of your report, modify the <rw:graph> JSP tag to inlcude the graphHyperlink attribute.
    For example:
    <rw:graph graphHyperlink="http://my_machine:8888/reports/myWebApp/Dept_Detail.jsp?userid=scott/tiger@mydb+server=myserver+p_deptno=&<deptno>" ...................../>
    Notice that the above URL contains a parameter deptno. This parameter is evaluated for the graph (eg, for every bar in a bar graph, or for every slice in a pie graph). So if you click on the bar for dept=10, it should pass deptno=10 in the URL, and so on for other bars.
    Navneet.

  • Email reports with graphs as HTML (via schedule)

    == W2K machine with Oracle Reports Server 6i R2 ==
    How can I schedule/design a report if sent via email (in HTML format), so the graph that is part of the reports shows up? Currently, the gif is missing. I can use the "hyperlink" in the web setting to point to the file on the web server, but this means my "customers" need to click the missing object.
    If I send the report as PDF, all is well but again, my customers need to "open" the file.
    Is there a way to email reports with graphs as HTML?
    In any other format where the receiver does not have to take any other action?
    Thx
    Josh

    My bursting SQL query:
    SELECT DISTINCT
    ip.APPL_ID KEY,
    '11F_Search_Prospect_Email' TEMPLATE,
    'RTF' template_format,
    'en-US' locale,
    'HTML' output_format,
    'EMAIL' DEL_CHANNEL,
    ip.email PARAMETER1,
    '[email protected]' PARAMETER3,
    'Welcome' PARAMETER4,
    'true' PARAMETER6
    FROM ugrad.inquiry_prospect ip,
    ugrad.correspondence f,
    ugrad.address e,
    ugrad.f_lookup fl
    WHERE ip.appl_id = f.appl_id
    AND ip.APPL_ID = e.APPL_ID
    AND fl.TYPE_CODE='C'
    AND ip.record_stage = 'Prospect'
    AND e.COUNTRY_CODE=fl.code
    AND e.table_name = 'INQUIRY_PROSPECT'
    AND e.address_type =
    NVL ((SELECT gg.address_type
    FROM ugradadm.address gg
    WHERE gg.address_type =
    DECODE (f.mailpref,
    'Home', 'HOME',
    'Best', 'LOCAL',
    'HOME'
    AND gg.table_name = 'INQUIRY_PROSPECT'
    AND gg.APPL_ID = ip.appl_id
    AND((gg.address_type='LOCAL' AND NVL(gg.address_expir_date,sysdate)>sysdate)
    OR gg.address_type='HOME')),
    'HOME'
    AND f.batchid = :Batch_ID
    This report when bursted sends an email with the layout template as html body.
    The EMAIL configuration is set with a server Port number and its host address.

  • Hiding and unhiding arbitrary nodes in a scene graphs with animations

    Could someone point me out to how could I dissolve (or any other animation effect) an arbitrary node (with its children) in the scene graph when I click in certain label ?. And how could I show them, also with an animation, when the label is clicked again?.
    I am thinking in using a label since hyperlinks have always an annoying rectangle surrounding them. Is it correct to use a label for what I want ? if a hyperlink is better, how could I hide the rectangle that surrounds it by default ? (I think it means that the hyperlink has the focus).
    Thanks!

    The node disolves smootly, but then the space is suddently reclaimed once it has been dissolved. I would like that the node shrinks until it dissappears. For a resizable node (e.g. a layout pane or control)
    Use a Timeline. Adjust the maximum size of the controls to 0 as a KeyValue in a keyframe.
    http://docs.oracle.com/javafx/2/api/javafx/scene/layout/Region.html#maxWidthProperty
    http://docs.oracle.com/javafx/2/api/javafx/scene/layout/Region.html#maxHeightProperty
    http://docs.oracle.com/javafx/2/api/javafx/animation/Timeline.html
    For a non-resizable node (e.g. a Shape or Image), put it in a resizable node first, then adjust as above.
    You might also need to set the min size to zero to allow the node to disappear completely.
    Afterwards, I would like to put it back to its default preferred size when a certain event occurs.Store the current value of the max size before you start to adjust the Node's layout and restore the max size once done.
    Another alternative to the above is to adjust the Node's clip.
    http://saidandem.blogspot.com/2012/01/sliding-in-javafx-its-all-about.html

  • Pre-generation and linking of a graph

    Our application is based on an oracle data which gets uploaded periodically (e.g. every week). Since online generation and rendering of SVG graphs takes time we are thinking of generating graphs ahead of time (i.e. after the upload).
    Is it possible to pre generate SVG graphs (with hyperlinks) and use this image in the page?
    Thanks

    Hello,
    There is no way with the built in APEX charts to prerender charts.
    Are the SVG charts slow for you? If they are and your data only gets updated once a week and they are large datasets mayber you should look at using a materialized view to speed things up.
    Carl

  • Graphs (in JSP)

    I created a simple bar chart by dropping my VO onto my JSP as a graph. I notice that when I display the data value above each bar, the data value displays with decimals. Is there any way to display data values without decimals (i.e., "56" vs. "56.0") ? I don't see an option for this. Also, is there any way to make each bar of the bar chart hyperlink to a URL ?

    you might want to try asking this on the BI Beans forum also:
    BI Beans

  • Hyperlinks stopped linking

    Hi Everyone
    I have a collection of reports that that are supposed to allow drill down into each other.
    The problem is that (for various reasons) I can't use data models here. So I have a set of queries each describing one face of the hypercube I would have created, and each query has its own graph.
    So, by way of illustration, the report starts with a bar chart showing event counts grouped by time. Clicking on a bar gives a menu of hyperlinks that allow you to either drill down time-wise and get more detail for that period, or else drill into (say) the user facet and get a chart of event counts per user from that period.
    Once you're in the user chart you can drill back to the time chart restricting events to a particular user, or drill into another dimension, like event type.
    The trouble is that the hyperlinks on some of the reports stopped working and I can't get them to work again. The reports are all more or less copies of one another, varying only in the data set driving the report and the parameter values passed over the hyperlink.
    Any ideas? I've been banging my head against this one for more than a week!

    Hi Colin! Thanks for the reply
    Colin Sutton wrote on Tue, 14 July 2015 00:23
    Nick Fortune I can't answer your question, but can offer advice. Rather than having reports that are copies of one another, use one report only, with all the
    hyperlinks going to itself, and set parameters to choose the datasets etc.
    by passing all the parameters as required in the hyperlink.
    That was my first thought. The only reason I didn't take that approach was that I needed a different hyperlink menu depending on what aspect of the data I was displaying. If I'm showing event counts by time, the top entry is to drill down into the time period under the mouse. If it's showing counts by users, then I want the option to return to the time breakdown but showing only that user.
    I did wonder if there was a way to show hyperlinks conditionally, or to change the text shown on the link, but I couldn't work any of that out.
    Colin Sutton wrote on Tue, 14 July 2015 00:23
    For example, to remove a dataset when not needed, in order to save a
    performance hit:
    if (params["condition"].value== true)
    {this.querytext = "select a,b from mytable"}
    else
    {this.querytext = "select '' as a, '' as b from dual where 0=1"}
    I didn't know I could set the query in js! That could be useful.
    I was actually doing something quite similar to that. I had a query to a common table expression, and then have a union of smaller queries against the CTE each conditional on the facet of the datacube which I passed as a string parameter. It worked quite well, and would be fine with a single report - if I could do the conditional hyperlink problem
    With separate reports it makes more sense for each to have a variant query, but I can return to the CTE/union approach fast enough/

  • Coloumn Graph with Business Graphics

    Hi
    1) I am using WebDynpro business graphics stacked column graph, in that i need to show Label values. I am getting my Label value but and on the top of the columns i am getting 0 number.
    I want to remove the 0 number.
    I set the Defaultseries format value is 0 and even i kept empty i am getting the 0 value on the top of the columns.
    Please can one suggest me what property i need to set
    2) I am using Lines graph. Is it possible to gives the hyperlinks on the points.If we click on the points based on the parameter it as to show other result.
    How can i give the links to the lines graph points.
    Please any one help on my problems.

    Hi Vani,
    IPrivateGanttTestView.ISeriesNode seriesNode = wdContext.nodeSeries();
        for (int seriesIndex = 0; seriesIndex < timeValues.length; ++seriesIndex)
          IPrivateGanttTestView.ISeriesElement
                  seriesElement = seriesNode.createSeriesElement();
          seriesNode.addElement(seriesElement);
          // set series attributes (...)
          IPrivateGanttTestView.IPointNode pointNode = seriesElement.nodePoint();
          // loop over points
          for (int pointIndex = 0; pointIndex < timeValues[seriesIndex].length;
               ++pointIndex)
            IPrivateGanttTestView.IPointElement
                    pointElement = pointNode.createPointElement();
            pointNode.addElement(pointElement); 
             pointElement.setStartValue(timeValues[seriesIndex][pointIndex][0]);
            pointElement.setEndValue(timeValues[seriesIndex][pointIndex][1]);
            pointElement.setCuId(pointCustomizing[seriesIndex][pointIndex]);
            pointElement.setLabel(pointLabels[seriesIndex][pointIndex]);   
            pointElement.setToolTip("<put your  the test here>");
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/84/d33481f0bd794ba9b9ef8f4b5fa73b/frameset.htm">Code Example for Displaying a Gantt Chart</a>
    Regards,
    Mithu

  • Passing Parameters from JSP with Drill Down Graphs

    Hello,
    I have 2 JSP's where when user clicks on the bar graph it drill down and goes to next JSP, it is hyperlink. How can I pass parameters using HttpPortletRendererUtil.portletParameter
    My JSP code is something like this which is pasted below.
    StandardCategoryURLGenerator("xy_chart.jsp","series","section")) is the function, I need to use for drill down.
    Kindly help me with this and any help is highly appreciable.
    Thanks
    ************ JSP**************
    CategoryAxis categoryAxis = new CategoryAxis("Site");
    ValueAxis valueAxis = new NumberAxis("Value");
    StackedBarRenderer3D rend = new StackedBarRenderer3D();
    StandardCategoryToolTipGenerator tt = new StandardCategoryToolTipGenerator();
    rend.setItemURLGenerator(new StandardCategoryURLGenerator("xy_chart.jsp","series","section"));

    Trenton,
    One way to pass parameters to other portlets on the page while using a form is to create a hidden form field and assign it the value that you need to pass to it. If the hidden field has an unqualified name (i.e. not created by using the portletParameter method) then it will be seen by all portlets on the page.
    Since all the form fields are passed on to the query string as part of the URL, you can then use request.getParameter(paramName) to take different actions in your portlets.
    You could use different techniques where based on the values you pass on to parameters of the portlets, some portlets make specific updates to themselves. Though the whole page would be refreshed, you could allow portlets to decide based on the incoming parameter value whether they need to change or not.
    So given the functionality you desire - here's something you might try.
    1) Create hidden form field that gets populated when you select values from the drop-down lookup.
    One way to do this would be to add a onChange ="populateMyHiddenParam(this.form)" to your form item that changes.
    And you could add a small JavaScript function that populates the parameter.
    e.g.
    function populateMyHiddenParam(thisForm){
    thisForm.myHiddenParam.value=thisForm.elements[4].value;
    2)In the other JSP portlet (on the same page) where you need to populate a table based on the value selected, just get the parameter value passed by using request.getParameter("myHiddenParam").
    Since you want this parameter to be read by other portlets, you need to create it as an unqualified parameter. So dont call the HTTPPortletRendererUtil.portletParameter while assigning the name to the form component for the hidden field.
    Hope this helps.

  • Problems with graphs

    Hi,
    I 've create a graph in graph builder which I have integrated in my report.. I put a link on it (hyperlink graph).
    1. the picture ddoesn't appear like in the runtime (there are a lot of string in the image). Is it possible to generate ajpeg rather than a gif ?
    2. No links appears on the graph..!!
    Thanks , regards
    null

    Is it possible that you want to create something like an XY chart, i.e. an XY graph that updates as new points are added during execution?
    LabVIEW includes an example. Look for XY chart in the example browser.
    Even simpler, you could do something like in the attached VI (LabVIEW 7.0).
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    UpdateXYGraph.vi ‏29 KB

  • Graph is not getting displayed in R12

    Hello folks,
    Cureently m working on R12 upgrade project.
    And we have a report which is working fine 12 but the graphs are not getting displayed as like 11i.
    Could you plz any one help how to fix the issue.
    Note: There is no error is coming up. But in the graph part , graph is not getting displayed.
    Regards,
    Krishna

    Hello folks,
    Cureently m working on R12 upgrade project.
    And we have a report which is working fine 12 but the graphs are not getting displayed as like 11i.
    Could you plz any one help how to fix the issue.
    Note: There is no error is coming up. But in the graph part , graph is not getting displayed.
    Regards,
    Krishna

  • Excel & Hyperlinking with Sharepoint

    I have a tracking document in Excel that has each entry linked to another place on Sharepoint to locate files and intranet articles. There are no formulas or other complex entries....just text and hyperlinks.
    If I open the Excel file in Sharepoint and edit it there, we have no issues.
    If I download the Excel file to my desktop...all links to other files are broken (the intranet file links remain active). When I try to access the link I receive a pop up window that states, "Cannot open the specified file."
    This is a file accessed by multiple people and used as a resource, there are well over 100 linked entries and the group would like to be able to use the file on their desktops.
    I have already found and unchecked the "Update Links on Save" option. This now allows me to download the file to the desktop, have no access to the links, and then upload it where I can then access the links again.
    Is there any way to preserve the links so they can be accessed on the desktop?
    Software Specs
    Windows 7
    Office 2010
    Explorer 8
    Thank you,
    Christine

    The links are absolute. All links are to our internal team site or to our intranet. The intranet links aren't affected.
    This wasn't an issue before the company upgraded us to Windows 7/Office 2010.
    The links are established (right click, select Hyperlink, copy/paste from browser) while the Excel file is on the desktop and all work fine there.  The Excel file is then uploaded to Sharepoint where the links continue to work. When the Excel file is
    downloaded to the desktop again...all links are broken. If I re-upload it to Sharepoint though, it is fine.
    I double checked the actual link. It reads the same on the desktop initially as it does on Sharepoint. When the file is downloaded to the desktop again it seems to be missing the first half of it. What function could be editing the link?
    Christine

Maybe you are looking for