Chart-Visual Composer

Hi,
In Visual Composer, I use the BAPI_SALESORDER_GETLIST.
İ 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

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

  • 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

  • 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)

  • Visual Composer 7.0 - Change the Y-axis from decimal scale 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 All,
    I'm sorry but this seems to me impossible to do.
    In general - not necessarily for this case - there is the option to create your own Flash Components and integrate them into VC, so you could overcome such limitations.
    Using Flash Components in Visual Composer Models - SAP Documentation
    Flash Components for Visual Composer 7.0 - Flexibility is the name of the game
    Thanks,
    Udi

  • How to write plan data into Transactional Cube from Visual Composer ?

    Dear experts,
    Visual Composer is very powerfull to build a 'nice-looking' web-report (I think is much better than Web Application Designer in term of freely position the chart/graph/table/selection parameter in anywhere we like. We can't have this flexibility in WAD) plus it also has strong integration to R/3 for posting the  transactions via RFC-Enabled Function Module (such as changing customer credit limit, approve PO, approve Sales Order, etc), so that the R/3 user won't even have to know the TrxCode.
    In addition to this, I just wondering if VC also capable to write plan data into transactional cube via Write-Enable Query. We can simply insert a BW Query into VC as planning layout (set the edit-mode to "editable") plus having some Wizards to make it more user-friendly and self-explanatory for the users.
    But I am not sure how to save the changes back to transactional cube from VC.
    Could anyone please kindly advise how to achieve this.
    "Seeing is believing" is always my learning method, so I would appreciate some "actioanable" explanation or hints.
    Many thanks,
    Sen

    Hi Sen,
    As far as I know, it's not possible to write data into transactional cubes directly from a table in Visual Composer through standar method, but it's possible to integrate a WAD with your input ready query into a URL element in VC (You can fill entry variables in VC and call WAD dinamically), so it's possible to create a planning application in VC calling dinamically WAD's.
    Another way to interact through VC is creating button objects that calls planning sequences (with BAPI calling RSPLS_PLSEQ_EXECUTE). Also can fill variables in VC and pass them to sequence.
    Regards,
    Enrique

  • Hi. Friends. Unable to Pass Parameters in Visual Composer

    Hi.  
                 Currently we are working with Visual Composer. Our
    scenario is like we have developed 3 Iviews in one page. we
    could be able to get result also.
                        But our scenario is like whatever the values we
    give in First Iview, those same values we should also get in
    second and third Iview.
                      For Example we have plant and vendor, If we give
    or submit some values in First application, those values
    should also come as in second Iview.
                     we are getting result for First Iview and second and even third also If you run Individually. But whatever the values we give in First Iview, those are not taking in second Iview as default values.
                      What we have tried is 1) we have considered URL(Hyper Link Option)
                                                       2) Data Store
                                                        Kumar. B.

    Hi Omer,
                   Thanks for the immediate feedback and also for the solution.We have got the result with the following way by giving the single values to fields in URL.ex plant - 8302 and material_type=z001.
    In the same way we have tried the same by following the document "Drilldowns in VCModels" 17th page "DRILLDOWN TECHNIQUE#5: Chart or Table > any parameterized URL " i.e https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0127853-23a2-2910-30ad-c1873643c504
    for our requirement.
    As you know our requirement was to pass the parameters of first iview.So in the first iview we have used in a button hyperlink action in which we have given the second models URL prefixed the following parameter string .
    &_paramsXmlStr_=<Params><Row Material_type="#ID[ACA8HN]@Material_type" Plant="#ID[ACA8HN]@Plant"></Row></Params>
    If i give this above one in 1st iview,it is not  getting compiled.So we have encoded to
    &_paramsXmlStr_=%3CParams%3E%3CRow%20Material_type%3D%22&#ID[ACA8HN]@Material_type&%22%20Plant%3D%22&#ID[ACA8HN]@Plant&%22%3E%3C/Row%3E%3C/Params%3E
    even without "&" in params for the values in above string.Even then its not bringing the values what we have given in first iview.
    Could you please let us know where we are going wrong.

  • Graphic labels in Visual Composer

    Hİ all,
    Is there any possibility to show the labels on data series for the column or line graphics in Visual Composer?
    Thanks..

    Hi
    There is no exact Solution but there is work around for this. Follow the steps -
    1. Create necessary chart with fix 'Value Range' & define Min & Max Values.
    2. Select Chart type & Add necessary 'Data Series' for the chart.
    3. Drag one form from same data service (from which chart is created)
    4. IN the form Create Expression Box & lebels as per your requirement & assign the 'Formula' for the respective field    in  'Properties -> General Tab' of the expression Box.
    5. Arrange th styles for the expression box & Save.
    6. Arrage the form size & Expression box size so that it will look like lable.
    7. Make the 'Frame Style' of the 'Form' as 'Transperent'
    8. Save & Deploy the model.
    THis is not exact solution so you need to arrange layout of the chart & form very carefully otherwise it will not look good.
    If you are facing any issues then, let me know.
    Regards
    Sandeep

  • BI SAP Query Connector Heatmap Error - Empty display in Visual composer

    Hi,
    I am trying to create an Heatmap iview in SAP Visual Composer using BI SAP Query Connector.
    While using the Heatmap template, we are able to see the data but finally when we deploy  and run the iview we see empty screen.
    Any inputs is highly appreciated.
    Regards,
    Sreeram

    Hi,
    thanks for your time and help. Its a relevant blog but unfortunately doesnot solve my problem.
    I am using BI SAP Query Connector system instead of BI JDBC. While creating the Heatmap I am able to select the fields and see the output in table format, but finally the chart is not appearing. its blank.
    IGS is configured correctly, able to reach backend to select tables, select fields. After deployment and when the ivew is run I dont even see any heatmap, but a blank container.
    Please suggest if you have any clues regarding this.
    Regards,
    Sreeram

  • RRI in Visual Composer

    Dear Colleagues,
    Like Report-Report interface (RRI) in BW, wherein detailed report can be invoked from chart/graph, can similar thing is possible in Visual Composer?
    Please advice.
    Regards
    Pankaj

    Wih a workaround as below you can tailor to suite your needs ;however there are some limitations you may want to look below-
    You can also combine the advantages of the VC and BEx Web runtime. For example, you can develop a VC model that renders the data in Adobe Flex and within this model you can define links to BEx Web Applications that calls the underlying query in order to analyze the data in more detail. There the data will be displayed in DHTML and you can use the BEx features to drill-down in a pivot table, for example
    General Aspects - VC
    In the area of Analytics you can use different tools to model reporting scenarios and analytical applications.
    Deciding which tool best meets your requirements depends on several factors - features, UI technology, User
    types, interaction, OLAP and/or OLTP data needed, for example. The UI tool decision tree (see Figure 3) will
    support you in your choice and will help you determine which tool meets your requirements in the best way. Your
    decision also depends on which criteria (e.g. features) are most important for you.
    First you should think about whether you need to use the functionalities of the BI analytical engine (drill-down
    navigation in reports, slice and dice analysis, and external presentation hierarchy, for example). If you don’t
    need those functionalities, then you should use Visual Composer, especially if you want to use query services
    (Web Services and/or BAPI‘s) and/or if you want to embed OLAP data into operational processes. Also, use the
    Visual Composer if your analytic application to be rendered with Adobe Flex. Adobe Flex is a presentation-tier
    framework and server that enables the development of Rich Internet Applications. With the Adobe Flex UI you
    can use interactive UI elements, for example. If you want to use just OLTP data in your reporting scenario, you
    also have to use Visual Composer.
    If you want to report based only on OLAP data (stored in Info Providers in a SAP BI system), you should use the
    BI Suite tools. If the end users should access their reports using MS Excel, you must use the BEx Analyzer.
    Beforehand you have to define a query using the Query Designer that then can be easily embedded into a BEx
    Analyzer workbook. You can also do basic formatting with standard MS Excel functionality as well as integrating
    BI Integrated planning functionality.
    If you want to use formatted reporting and if you want to display the reports in a Web Browser, you should use
    the Report Designer. With the Report Designer you are able to create formatted reports that are optimized for
    presentation and printing. You can also access a number of formatting and layout functions.
    If you need to deliver standardized reports, you should use the Pattern Wizard (integrated into the Web
    Application Designer) to create pattern-based Web Templates. You can create Information Consumer Patterns
    to ensure a standardized UI for the end users who access the Web Templates via the Enterprise Portal. If you
    need special UI elements (for example, Tab Strips) or if you want to build planning applications, you have to use
    the freestyle Web Application Designer capabilities.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/800a7bd4-7897-2910-c6b2-9ee791e9913c
    Hope it Helps
    Chetan
    @CP..

  • Print Visual Composer cockpit

    Dear all,
    I have provided my users with a Visual Composer cockpit. They would like to have the option to print the cockpit or individual charts. Is it possible to provide a print button that prints (a subsection of) the cockpit?
    Thanks in advance,
    Ralph

    Hi Ralph,
    Yes, it's possible to print a cockpit and even in a very easy way:
    Start by adding a push-button control to one of the forms/tables/charts in the cockpit (the "Print" button).
    In the Action tab of the control properties, select system action and in the drop-down list of the system action field select - Print. Apply the print action to self and select the print screen option.
    That's it, good-luck,
    Dafna

  • Visual Composer Export to Excel/PDF..

    Hello all,
    I have a question regarding using Visual Composer's Web API commands to export to excel/pdf etc. I've read the document "How to Export Data from Visual Composer" (https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/47fe4fef-0d01-0010-6f87-ed8ecb479123 ) and applied the steps but that is helpful for an individual data service which I was successful in doing.  In my example, for one view, I have multiple Data services pointing to different reports and have charts/graphs/tables against them. I want to be able to print all the Charts/Graphs in the one view and not individually.
    Does anyone have any insight into this? If you need more information I am more then willing to explain.
    Thank you for your help in advance.

    Hi,
    Then try with this links.
    http://searchsap.techtarget.com/generic/0,295582,sid21_gci1235161,00.html
    http://www.sap-press.de/download/dateien/1124/sappress_netweaver_visual_composer.pdf
    Thanks.
    Hemav

  • Download Visual Composer cockpit

    Dear all,
    I would like to provide my users with the possibility to download the Visual Composer cockpit that I have build. Is this possible and what should I do to accomplish this?
    I know that in SEM when you build a Balanced Scorecard the user can select a period and download the scorecard with all data for that period to his own desktop.
    Thanks in advance,
    Ralph

    Hi Mario,
    thanks for your answer, the guide tells me how to export data from tables to excell. I understand that it is not possible to export charts or download the whole flash application to an offline version.
    What about charts? Can I add a button by which I can copy the chart to a clipboard such that I can use it in other applications, f.e. a powerpoint presentation?
    Thanks in advance,
    Ralph

  • What is new in Visual Composer 7.0 (EhP 1)

    Dear Modelers,
    You can have a look in the following blog in order to get the information about what is new in the SAP NW Visual Composer 7.0 Enhancement Package 1
    What's New in Visual Composer - Enhancement Package 1 for SAP NetWeaver 7.0
    Hope you find this information useful and have a nice modeling
    Kind Regards,
    Luis

    Create new Text tab in fields of Table & select Type as Date in VC or use DSRT date function

Maybe you are looking for

  • Save Variant Web Dynpro Select Options

    Hello experts, im working with select options in a WEB Dynpro. It is poosible to save select options varaint? I hope anybody had an idea to do this. THANKS! Markus

  • How do I set up MSN Messenger account in Messages?

    Apologies if this is an over asked question, but... I understand the 'whys' of how Messages cannot integrate with MSN Messenger, and I have been searching everywhere for a solution. I keep coming across posts by Ralph that lead me to a set up instruc

  • Stop charting empty cells

    I'm creating a line chart that will be updating as I go. So right now I have the first 4 or 5 values filled in, but the rest will be filled in later. The problem is, I want to have a chart that will update as I add these values, and right now, the ch

  • Prompt constrain doesn't work with chart navigation

    Hi, i've following issue. I've a dashboard page X with two prompts State and Country. Country is constrained to first prompt (i've checked "Constrain" check - box in prompt definition). In the same page i've a bar chart with navigation rule to a targ

  • Cannot Take Photo Error message

    My iPhone 4s keeps giving me error message and won't let me take pictures.. I only have 15 on it... and it won't let me take anymore.. I have very few Apps and have not added any since getting the phone.. have tried turning off and on the phone and t