Events on chart click in Visual Composer

Hi Gurus,
m displayin a pie- chart and i want that if the user clicks on the particular sect in the chart then the corrsponding data for that chart shud b displayed.....any way i can do that in Bar Chart..... is that possible in any other chart..
Thnx
Nirav
Edited by: Nirav Shah on Dec 24, 2007 12:12 PM

Hi,
drag out from the output port of some data service and choose 'add chart view'. See also
http://help.sap.com/saphelp_nw70/helpdata/en/49/03c446f4a4105ee10000000a42189d/frameset.htm
Best regards
Anja

Similar Messages

  • Missing 'Chart View' in visual composer

    Netweaver Visual Composer Client Version 701.5.0027
    Model>Package>Page>Iview
    Compose Model>  _Chart View_  missing from components.
    I have created this graphic chart in QA (data sourced from BI query) but need to create in dev to follow correct migration path.
    Any help is greatly appreciated.

    Hi,
    drag out from the output port of some data service and choose 'add chart view'. See also
    http://help.sap.com/saphelp_nw70/helpdata/en/49/03c446f4a4105ee10000000a42189d/frameset.htm
    Best regards
    Anja

  • Eventing in Visual Composer 7.1 Enhancement Package 1

    We are running Enhancment Package 1 on 7.1 and the release note says that client side event is supported.  However I build 2 iViews one with Data Entry text iput and and a signal out and the the sencond one with a signal in and a text field.  I cannot get what I type in to the first iView to pass to the second.  Is there a simple example that illustrates that eventing is working in this release.

    I used the non WEB Dynpro event tested with the following results.
    For an iView that I had build with Visual Composer 7.0 and converted using the CE 7.1.1 converter tool I now see the following. In this case the evnt had the prefix urn: on it
    10:20:12 : urn:com.osisoft.pct.RtPM, AdhocTags, %3CParamsversion%3D%223%22%3E%3CRowParamname%3D%22%5C%5Cgsrtwebparts%5Ccdt158%22%2F%3E%3C%2FParams%3E, undefined
    This same iView on Visual Composer 7.0 delivered the following message using the tool in EP 7.0
    10:52:46 : urn:com.osisoft.pct.RtPM, AdhocTags, <Params><param name="Paramname" value="%5C%5Cgsrtwebparts%5Ccdt158"/></Params>, undefined
    For an iView that I created new with Visual Composer 7.1.1 and tried to use the same tool the tool did not catch the event and nothing was displayed in the log when the event name had urn: on it.
    I rebuilt and removed the urn: and now the tool picked up the event with the following log.
    11:12:29 : urn:com.osisoft.pct.RtPM, AdhocTags, %3CParamsversion%3D%223%22%3E%3CRowParamname%3D%22%5C%5Cgsrtwebparts%5Ccdt158%22%2F%3E%3C%2FParams%3E, undefined
    The XML has changed and the use of urn: is inconsistent between versions.
    Thanks for pointing me to this tool.
    The Web Dynpro version you suggest did not show anything so that is why I tried the non-WebDynpro.
    Gretchen

  • Timer Event in Visual Composer

    Hi,
    I want to refresh a bapi each 12 sec so that it fetch me the latest data.
    So i have attached a timer to the input port of the bapi and a table to out port.
    So now when i deploy i am able to see the data in the table but after 12 sec when again the event is fired, no data is displayed in the table.
    The same senario works perfectly well for other bapis, but i am not able to understand why its not working for a particular bapi.
    So what should i do so as to overcome this problem.
    Regards
    Paresh.

    Hi Paresh,
    just some hints:
    - does the output of the bapi, i.e. what is deliverd to the table,  differ from time to time?
    - change the flag "dynamic port" of your data service, maybe this helps?
    - make sure that the data that is channeld to the bapi by the timer is correct (maybe when the timer fires it delivers a wrong input value? Leading zeroes maybe?)
    - have a look at <a href="/people/marcel.salein/blog/2007/02/01/visual-composer-and-abap-rfcbapi-a-powerful-combination-part-i">Marcel Salein's blog</a> for ABAP-VC-Debugging hints
    In order to give detailed hints, we need more specific information.
    Best regards,
      Benni

  • 2 data sources in same chart in Visual Composer

    Hoping you can answer a question for me.
    Do you know if there is a way in Visual Composer to combine the output of 2 data sources into the same chart or table?
    Here is an example of what I am after.
    Inside BW, we currently have sales history for the company (i.e. monthly sales numbers). We can use a BW query as data source for this data.
    Now we have found some interesting web services that provide 'market' type data,( i.e. some economic indicator) that we'd like to corrolate to these sales. We'd like to also chart the monthly value of this external indicator on same chart. I can use an external web service as a data source for this data. Howveer, VC seems to only allow me to send  the output of this service to a separate chart/table. This is not ideal. I'd rather be able to incorprate in same chart.
    If this is not possble, can Web Application designer consume web services? If so, I'd be fine with doing whole application with this tool.

    Hi Brad,
    Technically it is possible to combine to data souces using COMBINE, UNION operators. So the resulting table contains columns of two data souces.
    You can use this resluting table to create a chart.
    I have not checked this uisng web services. But it should be possible.
    Thanks,
    Venkata

  • Pie chart in Visual composer

    hi experts,
    Can anyone tell abt the creatiob pie chart in visual composer??? for multiple values..
    regards
    roshini

    Before you rush now and create a pie chart, sit back and read the following document of how to visualize data:
    https://wiki.sdn.sap.com/wiki/display/SIT/Visualization
    You will see that pie charts are the by far worst method to display data. Edward Tufte (the guru in data visualization and a must read for everybody who wants to be serious with datawarehousing and dashboards) writes "A table is nearly always better than a dumb pie chart; the only worse design than a pie chart is several of them [...]" (p. 178, The Visual Display of Quantitative Information)
    If you want to become the "laughing stock" of your folks and customers, and just show off marketing wise, then use as many pie charts as you can find. Your users however won't be able to make sense out of the data.
    Sorry, I am very passionate about this topic

  • Chart-Visual Composer

    Hi,
    In Visual Composer, I use the BAPI_SALESORDER_GETLIST.
    &#304; have several salesorder for one material or one month.
    i want to show the sum of the salesorders for one material or salesorders for one month in the chart .
    how can i do that?

    Mustafa,
    use the 'group by' operator to achieve this, draw a transition line from output port of the bapi to the operator. select material or date or any parameter by which you want to sum the orders and assign 'group1'. assign 'sum' on the 'delv_qty' parameter. this will sum up the 'delv_qty param by material etc.
    prachi

  • Visual Composer Eventing in MSS

    Using MSS (erp2005) on EP7.0
    Have created my new Visual Composer iView and wish to link it for use within MSS (Manager Self Service) so that when an Employee is selected via Employee Search (via Eventing) how do I create that link?
    Thanks

    Hi
    I'm trying to do the same, to connect an iView created with the VC in combination with eventing of the MSS iView Employee search.
    To make this work you need portal eventing. Before SP 12 of software component SAP_MSS in the portal, this didn't work. I believe there was a low level of eventing within the floor plan managers framework.
    Now it should work see note: 1112733
    Problem I face now is that I don't know the exact parameter name which is needed to receive the string from which you can translate the personell number.
    Kind regards,
    Susan

  • Navigation in Visual composer

    Hi,
    I am very new to visual composer. i have two issues.
    1.  I have an RFC to execute in Visual composer, the Input form of RFC to be shown as a first view, once he click on submit, i need to navigate to another view which will show the result as an table.
    I am able to execute the RFC , by showing the input form and table in the same page.but i need to navigate to the table view after submit.
    I dont want to use the navigations like wizard,accordian or tab.....
    2. My RFC Out put is a table and an export parameter of type Flag ('x' or ' ') , based on this export parameter i need to hide/display some of the table columns.
    Regards,
    Naga

    Hi,
    1. For the first requirement you need to have two layers in your model.
    In the first layer put your input form and in the second layer put your table view. Now connect these two layer, to connect click on the fist layer you will get a small green circle on the top of that layer click on the green circle and drag till there is a connection between two layers.
    Once you have connected the layers you need to select the event for that connection, this event should be the submit. i.e. when ever you press submit in input form there will be a navigation to second layer.
    2. For this you need to select the cofiguration for table view, in the table view select those field you need to hide based on the flag and set a condition in the display properties to hide that particular column.
    before this you need to store the value of the flag in a form which is hidden.
    hope this helps,
    Rk.

  • Navigate to another iView in Visual Composer

    Sorry for the reposting
    I am trying to configure navigation from one iView to another. I have going through many tutorials but to no avail.
    The result of the steps below should be that the ”source” iView is shown. When the submit button is clicked the value in the source_field should show up in the target iView.
    However nothing happens when you click the submit button.
    Please Help.
    Here are my steps.
    In Visual Composer
    Create a new model.
    Create a new package. (Drill into package)
    Create an iView named “source”. (Drill into the iView)
    Add an Form view: “Form 1”.
    Add a Start connector and link it to the in port of the form.
    Right click on the form and select Configure Element
    Add a new Input Field: “source_field”
    Add a new pushbutton: “submit”
    Open the properties of the “submit” button
    è Open Action Tab
    è Select custom action
    è Set custom action: “TO_TARGET”
    è Click Close
    Click and drag from out port of the form and select Signal Out
    In the Select Output dialog
    Select “source_field”
    Right click the newly created Signal Out and select Configure Element
    Change the name to ”Port”
    Click on the link from the form to the Signal Out icon
    Change the Event Name to “TO_SOURCE”
    You should see in the lower right panel
    Input field Assigned field
    source_field @source_field
    Navigate back up to the package
    Create a new iView named “target”
    Drill into the iView
    Add a Signal In connector. Configure the name to “Port”
    Add an input field : source_field
    Add a new Form view : “Form1”
    Link from the Signal In to the in port of the form.
    Right click on the form and select Configure Element
    A field “source_field” will have been automatically created. Set the type of the field to Input Field.
    Click and Drag from the out port of the form and choose End Point. Do not select a field for output.
    Save the Model and deploy.
    The result should be that the ”source” iView is shown and when the submit button is clicked the value in the source_field should show up in the target iView.
    However nothing happens when you click the submit button.
    Please help?
    Rick Laird

    Hi Rick,
    I reconstructed your model.
    First I think, you have made one mistake (perhaps you just mixed it up in your description): The event name from the form to the Signal Out icon should be "TARGET_TO" instead of "SOURCE_TO" resp. the same name that you define on the custom action tab in the properties window of the push button.
    However I could not solve your problem as described, but I put the two iViews in one Page (instead of a package) and then it did well.
    I Hope I could help you at least a bit.
    Regards,
    Oliver

  • Cancel selection event in chart

    Hi all,
    Is it possible to cancel selection event on first bar in column chart when chart display at first time?
    Thanks,
    Ola

    This solution worked for me:  Visual Composer Tips and Tricks
    The tip applies to disabling the first select from a table, but it works for charts too.
    Hope that helps.
    Karen Waller

  • Refresh in Visual Composer

    Hi Experts,
    Can anyone tell how to refresh the events ("SUBMIT") in visual composer.Where to set or see the event settings??
    roshini

    Hi Roshni,
    Can you explain in detail what type of event do you want to put on your form. Do you want to refresh the elements on your form by clicking some button?
    About where to set the event settings, follow the following steps:
    a) Select the outline of your Form and then click the Configure button in the task-panel
    toolbar. The fields and controls in the form are displayed in the table at the bottom of the
    task panel.
    b) Click the Plus (Add) button at the bottom of the task panel. The New UI Control dialog
    box is displayed.
    c) From the Select control type list, choose Pushbutton and in the Field name field, enter a name. This creates a new control in your Form.
    d) Right-click the button, choose Properties from the context menu and click the Action tab to define the event that is associated with the button.
    f) Now if you want to submit the data entered in this form, you can set Action Type as System Action, and select the action from drop down as 'Submit Form'. Else you can define your own custom action by setting the Action Type as Custom Action and the defining your own action.
    By the way, the if some event can be put on some UI element, it has to be defined in the same way, ie by going to the properties of that element.
    See if this solves your problem, otherwise please explain in detail what event do you want to be put.
    Bye
    Ankur
    Reward points if it helps!!

  • Flex Table Add Row Issue with Dynamic Entry Lists in Visual Composer

    All,
    Your help would be kindly appreciated in resolving an 'Add Row'-issue within a Flex Table that uses Dynamic Entry Lists in Visual Composer. The issue here is as follows :
    When I use a [Local Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=O5hrG2aMxWZ84Mu1211193041]to populate a row field, the initial row and all next rows are emptied upon 'insert row', they loose their selected values and also the entry list values ('pull-down menus') are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    The initial row does [show the entry list values |http://www.postyourimage.com/view_image.php?img_id=2HybmEHAuQYs9cg1211192766]from the Local Dynamic Entry List based on the dynamically assigned input value; upon 'insert row' the entry lists are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    When using a [Global Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=m5p2KYuBb442dTq1211193501]to populate the row fields the Flex-table behaves normally as expected. Unfortunately with a Global Entry List it is not possible to dynamically assign a input value. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=U96V0zENCCyO3gA1211193157].
    Please also see the [issue summary image|http://www.postyourimage.com/view_image.php?img_id=06xti08tIEfely1211195178] I made to visualize the issue.  What I basically would like to know is whether this is a 'known issue' or not, or that it is an issue that can be fixed or whether there is an alternative workaround available ... I'm using Visual Composer 7.0 and the Portal is at SP 13.
    Many thanks,
    Freek

    Hi,
    you should be able to assign a dynamic value with global entry lists as well. If you say @myParam as dynamic value. VC will indicate in red letters, that the field @myParam is unknown. However, it will work, as long as @myParam is known in the form or table where you use the entry list.
    I have never heard of the problem that entry lists are emptied after "insert"-event.
    Kindes Regards,
    Benni

  • SQL Query in Visual Composer 7.1.1 SP2

    Hi all,
    I want to use an SQL Query in Visual Composer 7.1.1 but I only can search for Stored Procedures. There is documentation available but not for VC 7.1.1.  I also can not use the Query Wizard for this as the System does not show up in the list.
    So how is it possible to use SQL Queries in Visual Composer 7.1.1.
    Thank You
    Nicolas

    Hi Nicolas,
    If you want to use SQL statements, you should use the BI JDBC capabilities of Visual Composer. For information on how to configure such system go to [http://help.sap.com/saphelp_nwce711/helpdata/EN/3f/0f883fed254875883290c98c0c20c1/content.htm|http://help.sap.com/saphelp_nwce711/helpdata/EN/3f/0f883fed254875883290c98c0c20c1/content.htm]
    Once you have it configured you should be able to search for the tables in VC. For info about this refer to [http://help.sap.com/saphelp_nwce711/helpdata/EN/7d/a109d5efcc4644a9f2da2ab27e50dd/content.htm|http://help.sap.com/saphelp_nwce711/helpdata/EN/7d/a109d5efcc4644a9f2da2ab27e50dd/content.htm]
    After you drag and drop a table to the storyboard, you can right click on it and select "SQL Editor" to edit the SQL statement.
    I hope this helps,
    Netanel

  • Visual Composer 7.0-Change the Y-axis from decimal scale value to integer

    Hi Experts,
    I'm new in Visual Composer 7.0, my report is work fine, but when I want to show the data in bar-chart, the values on y-axis are 0.0, 0.4.0.8,1.2,1.6.2.0 but i want like 1,2,3,4.
    Normally, this happen when values on y-axis less than 5, if more than 5, it will turn to 1,2,3,4. (which i expected)
    Inside my function module, I set all the data as integer already..
    I read through some suggestions in the forum, they suggest using 'Fixed range' and set the interval size, but need to include min & max value. But, inside my program, min value & max value has to be automatically adjusted, ie i can not set the values for those.
    Please suggest solution for me, need it urgently..
    Thanks a lot!
    Best regards,
    Derrick

    Hi,
    first of all: please close this post. It is definitely the wrong forum. Your second thread regarding this is in the right forum.
    Secondly: SDN Moderators prefer to move threads from one forum to another instead of having duplicated posts. You as a user cannot move but moderators can do - so contact your forum moderator and he may move it.
    Regards
    Anja
    (Moderator of VC forum)

Maybe you are looking for

  • How to change soap header in xml

    some one know how can i change the SOAP:mustUnderstand="1" to SOAP:mustUnde

  • Unable to access my 'User' files as I have no permission

    I have recently had my 1Tb hard drive exchanged in my 27" iMac (late Oct 2009) as the S.M.A.R.T. disc software informed me the the disc was failing and the Yosemite update would not install on the drive. Before the replacement went ahead, I backed up

  • Can't configure Airport Express to Extend Airport Extreme Wireless

    I have a working Airport Extreme wireless setup running 128-bit WEP. I now have a computer in a remote part of the house that doesn't have wireless, but has a wired Ethernet port. So I was told by a knowledgeable guy at the Apple store that I can hav

  • Help requried with outer joins

    Hi All, I neeed a query help can any one please help me getting this done, for the below query select trunc(assumed_time_sql) AS date1,sum(rp.rebate_due)as sum1 from mn_date_dim dd ,mn_rebate_payment rp,mn_prc_program prc,mn_structured_doc sd where t

  • Pros & Cons of FileVault

    I'm wondering what the group thinks about FileVault? I haven't used it. I have two files on my computer that, if it were ever lost or stolen, would put information out there that I would rather keep to myself. An overall Pro/Con discussion would be g