No chart in the business graph

i am getting the values in table ,but there is no any chart inside my graph ....I can see the values along x - axis.
following is the code i have used.
METHOD ONACTIONGET_EMP_DETAILS .
WD_THIS->FIRE_TO_ALV_TABLE_PLG( ).
DATA LO_ND_EMPLOYEE TYPE REF TO IF_WD_CONTEXT_NODE.
DATA LO_EL_EMPLOYEE TYPE REF TO IF_WD_CONTEXT_ELEMENT.
DATA LT_EMPLOYEE TYPE WD_THIS->ELEMENTS_EMP_DETAILS.
DATA LS_EMPLOYEE TYPE WD_THIS->ELEMENT_EMP_DETAILS.
navigate from <CONTEXT> to <EMPLOYEE> via lead selection
LO_ND_EMPLOYEE = WD_CONTEXT->GET_CHILD_NODE('EMP_DETAILS').
DATA LO_EL_CONTEXT TYPE REF TO IF_WD_CONTEXT_ELEMENT.
DATA LS_CONTEXT TYPE WD_THIS->ELEMENT_CONTEXT.
DATA LV_EMP_NO LIKE LS_CONTEXT-EMP_NO.
DATA LV_NUM TYPE I.
get element via lead selection
LO_EL_CONTEXT = WD_CONTEXT->GET_ELEMENT( ).
get single attribute
LO_EL_CONTEXT->GET_ATTRIBUTE(
EXPORTING
NAME = `EMP_NO`
IMPORTING
VALUE = LV_EMP_NO ).
wa-zzorgeh = '00124063'.
wa-zz_per_assg = '0.3'.
wa-begda = '20111111'.
wa-endda = '20120101'.
append wa to lt_employee.
wa-zzorgeh = '00124062'.
wa-zz_per_assg = '0.5'.
wa-begda = '20111111'.
wa-endda = '20120101'.
append wa to lt_employee
DESCRIBE TABLE LT_EMPLOYEE LINES LV_NUM.
LO_ND_EMPLOYEE->BIND_TABLE( LT_EMPLOYEE ).
DATA LO_CMP_USAGE TYPE REF TO IF_WD_COMPONENT_USAGE.
LO_CMP_USAGE = WD_THIS->WD_CPUSE_ALV( ).
IF LO_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS INITIAL.
LO_CMP_USAGE->CREATE_COMPONENT( ).
ENDIF.
DATA LO_INTERFACECONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE .
LO_INTERFACECONTROLLER = WD_THIS->WD_CPIFC_ALV( ).
DATA LO_VALUE TYPE REF TO CL_SALV_WD_CONFIG_TABLE.
LO_VALUE = LO_INTERFACECONTROLLER->GET_MODEL( ).
Set Visible Row Count as 5
LO_VALUE->IF_SALV_WD_TABLE_SETTINGS~SET_VISIBLE_ROW_COUNT( LV_NUM ).
The Config Table Setting to Display Table & Business Graphics
DATA: L_REF_CONFIG_TABLE TYPE REF TO IF_SALV_WD_TABLE_SETTINGS,
L_DISPLAY_AS TYPE SALV_WD_CONSTANT VALUE '02'.
L_REF_CONFIG_TABLE ?= LO_VALUE.
L_REF_CONFIG_TABLE->SET_DISPLAY_AS( VALUE = L_DISPLAY_AS ).
I am getting the 1st column in the internal table along X axis but nothing for the zz_per_assg field on the Y axis....
Edited by: hema T on Feb 2, 2012 12:05 PM

i am following the link http://www.****************/Tutorials/WebDynproABAP/Graphics/page1.htm
but i cannot see the chart

Similar Messages

  • Re-creating a pie chart with the pie graph tool...

    Hi,
    Hope you're well.
    I've created a pie graph using the pie graph tool.
    I'd like to create another one of the same size but when I enter in the exact same dimensions when it asks you to give the dimesions you want for the circle, the circle never matches what the measurements of the circle are that I want to copy.
    Just to illustrate in case its not clear, the existing pie graph circle size is something like 500x500 px but when I type that in when I want to draw another one it does not match the size of the original.
    Anyone know what might be going on?
    Thanks so much for your help.

    500x500 px but when I type that in when I want to draw another one it does not match the size of the original.
    shouldnt happen if all is set correctly,
    i presume you select the pie g tool and click on artboard then insert the dimensions in the pop up dialogue... if all is set correctly it could be (eg) a thicker stroke or a style applied to to the original... also make sure everything is set to px....
    G

  • Business graph into Excel

    Hi,
    I had a requirement that  download the business graph to excel.Not as an internal table but as a graph.
    Regards,
    Vasavi.

    Having the same problem with Illustrator CS3. All Excel 3D graph/chart are individual shapes. Looks horrible.
    Don't have Office 2003 installed. So sure if it only an Excel 2007 issue.
    No problem with Excel 2004 on the Mac.

  • Issue in Business graph with 3 dimension

    Hi All,
    I am facing an issue in displaying the business graph-Three dimensional  using WD abap.
    I have defined only one series and the series values are defined(2 series with 2 colors) in the XML and this was set to graph property customizing.
    I am able to see the graph but each stacked column of the category in the graph  is having X series colur even there is no value defined.
    And on top of each stacked column category i am getting same X series color.
    I dont want to show this color on top of every category and if there is no series defined it should not give X series color.
    Please provide your inputs on this.If any one faced this kind of problem.
    Regards,
    Lavanya.G

    Hi Bilal,
    So the Sales_Value rule runs regardless of what rule you attach to the form?
    How are you running the rule? Run on Save, or through a right click menu? Just by clicking the rule on the left?
    Can you confirm that:
    In the Administer Forms and Ad Hoc Grids screen, the "Production_Quantity" rule id definitely attached and that in the Properties tab, you have the correct box ticked for that rule (e.g. Run on Save etc).
    Can you also make sure that the "Sales_Value" rule is NOT present in the form in the same screen?
    Do you get the same results when you run via Smart View?
    Have you deployed the application since you changed the form/Added the rule to the Form?

  • Tooltip for each series of Business Graph in webdynpro

    Hi Experts,
        Here In the Business Graph of webdynpro, on x-axis am taking sales order&corresponding purchase orders on each day
    and in the y-axis am taking Prices...Iam able to display successfully,Here the requirement is whenever the user place on
    the peak point of the column(or tooltip of each series or at edge of the column either it is purchase order or sales order).We need to maintain
    the sales order amount(if the column is sales order) or purchase order amount(if the column is purchse order)....
                  anyone could suggest me suitable solution for this...thanks in advance....

    OK! Its done! The solution does not help exact, but it gives my the way! With the coordinates of the MouseEvent I can get the Value of the current table row and set the ToolTip text new. Teh ToolTipManager automatically repaints the ToolTip whit the new text and position.

  • Business Graph Giving Dump.

    Hello Experts,
    I want to display some data in Business Graph . So i add the UI element in the view also created some node and attributes and bind it with the business graph properties (but not yet do any coding for fetching the data ). But after that while i am trying to run the application its giving me dump. The details of the dump is given below.
    The following error text was processed in the system R3D : Exception condition "COMMUNICATION_ERROR" raised.
    The error occurred on the application server AUSR3DEVDC02_R3D_00 and in the work process 4 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: EXECUTE of program CL_IGS_CHART_ENGINE===========CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/CBUSINESS_GRAPHICS======CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C7STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C7STANDARD==============CP
    Please advice if i missed something.
    Thanks In Advance.
    Satya

    Have you checked the [Note 454042 - IGS: Installing and Configuring the IGS|https://websmp104.sap-ag.de/LOGIN]?
    Also check the Thread [Exception Analysis|Re: /sap/bc/webdynpro/sap/ags_workcenter was not called due to an error; having same type of issue.

  • Problem in Business Graph - no chart in my graph

    Hi ,
    I have tried a scenario on Business Graph as per the below link.
    http://****************/Tutorials/WebDynproABAP/Graphics/page4.htm
    i am getting the values in table ,but there was no any chart inside my graph , whereas i can see the values along x - axis.
    following is the code i have used.
    METHOD ONACTIONGET_EMP_DETAILS .
        WD_THIS->FIRE_TO_ALV_TABLE_PLG(  ).
      DATA LO_ND_EMPLOYEE TYPE REF TO IF_WD_CONTEXT_NODE.
      DATA LO_EL_EMPLOYEE TYPE REF TO IF_WD_CONTEXT_ELEMENT.
      DATA LT_EMPLOYEE TYPE WD_THIS->ELEMENTS_EMP_DETAILS.
      DATA LS_EMPLOYEE TYPE WD_THIS->ELEMENT_EMP_DETAILS.
    navigate from <CONTEXT> to <EMPLOYEE> via lead selection
      LO_ND_EMPLOYEE = WD_CONTEXT->GET_CHILD_NODE('EMP_DETAILS').
      DATA LO_EL_CONTEXT TYPE REF TO IF_WD_CONTEXT_ELEMENT.
      DATA LS_CONTEXT TYPE WD_THIS->ELEMENT_CONTEXT.
      DATA LV_EMP_NO LIKE LS_CONTEXT-EMP_NO.
      DATA LV_NUM TYPE I.
    get element via lead selection
      LO_EL_CONTEXT = WD_CONTEXT->GET_ELEMENT(  ).
    get single attribute
      LO_EL_CONTEXT->GET_ATTRIBUTE(
        EXPORTING
          NAME =  `EMP_NO`
        IMPORTING
          VALUE = LV_EMP_NO ).
      SELECT ZASSIGNCOMP BEGDA ENDDA  INTO CORRESPONDING FIELDS OF TABLE
          LT_EMPLOYEE  FROM PA9030 WHERE PERNR EQ LV_EMP_NO." AND ENDDA EQ '99991013'.
      DESCRIBE TABLE LT_EMPLOYEE LINES LV_NUM.
      LO_ND_EMPLOYEE->BIND_TABLE( LT_EMPLOYEE ).
      DATA LO_CMP_USAGE TYPE REF TO IF_WD_COMPONENT_USAGE.
      LO_CMP_USAGE =   WD_THIS->WD_CPUSE_ALV( ).
      IF LO_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS INITIAL.
        LO_CMP_USAGE->CREATE_COMPONENT( ).
      ENDIF.
      DATA LO_INTERFACECONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE .
      LO_INTERFACECONTROLLER =   WD_THIS->WD_CPIFC_ALV( ).
      DATA LO_VALUE TYPE REF TO CL_SALV_WD_CONFIG_TABLE.
      LO_VALUE = LO_INTERFACECONTROLLER->GET_MODEL( ).
    Set Visible Row Count as 5
      LO_VALUE->IF_SALV_WD_TABLE_SETTINGS~SET_VISIBLE_ROW_COUNT( LV_NUM ).
    The Config Table Setting to Display Table & Business Graphics
      DATA: L_REF_CONFIG_TABLE TYPE REF TO IF_SALV_WD_TABLE_SETTINGS,
            L_DISPLAY_AS TYPE SALV_WD_CONSTANT VALUE '02'.
      L_REF_CONFIG_TABLE ?= LO_VALUE.
      L_REF_CONFIG_TABLE->SET_DISPLAY_AS( VALUE = L_DISPLAY_AS ).
    ENDMETHOD.

    Hello Siva ,
                             Which node you have bind to the business graphics ui element ?
    Which attribute you have used to for Series in business graphics ?
    Regards
    Vivek

  • Bar Chart- How to center graph lines

    I am very new to Xcelsuis and am fighting with someing that is easy to most, but driving me crazy.
    I have a Label Bar that poplulates a list box and when I click on an item in the list box the correct information appears on the bar chart.  The problem is that is is all pushed to the bottom of the graph.  I need it to space accordingly in the center of the graph. 
    Please know that I can have anywhere from 1 bar chart line or 40.
    Thanks in advance for your assistance.
    JP

    Hi JP,
    Have you tried the ignore blank cells in series and values options. These are on the behaviour tab.
    Regards
    Alan

  • Why doesn't the scatter graph display properly??

    Hi,
    I've already posted a thread regarding scatter graph
    but nobody (not even from Macromedia!) has been able to give me
    an answer and I've been trying on my own since then, but to no
    avail!
    I refer to WhazzInAName said on Dec 31, 2004 at 9:51 AM on
    Cfchart
    Livedocs
    I copied only the scatter graph part, pasted it in a CFM page
    and run it. It displayed fine.
    However, if I try to add more than 1 value for a particular
    chartdata item, e..g.
    <cfchartdata item="25" value="99.357">
    <cfchartdata item="25" value="90">
    <cfchartdata item="25" value="65">
    The graph only displays the value 65, but not the other 2!
    I tried plotting the same values in an Excel chart and there
    was no problem at all. All points displayed correctly!!!
    What's wrong with this cfchart?? Why isn't it displaying the
    other 2 values???
    Also, there is no possibility with the chart in Report
    Builder to specify sortxaxis="yes" xaxistype="scale"
    yaxistype="scale", or is it available somewhere?
    Thanks and regards,
    Yogesh Mahadnac

    Hi Ted,
    Thanks for replying.
    Too bad CF Report Builder can't handle such issues.
    Hope it's going to be
    MUCH BETTER with CF8?
    Thanks and regards,
    Yogesh Mahadnac

  • How to change the waveform-type inside of the waveform graph from int to double?

    Hello,
    attached you find a vi with two waveform-graphs.
    When i rightclick them and select "create constant" then it creates the constant.
    The difference between the two graphs is, that one creates a double-array inside the constant and the other graph creates an int-array inside
    The question is: Where can i change inside of the int-graph that it also creates a double-array in the constant?
    (Problem is that all double-waveforms send into this graph are changed to int and rounded in the display)
    Thanks for the help
    Attachments:
    waveform.vi ‏27 KB

    The datatype of a chart or graph is determined by the last thing you wired to it.  By default, they are simple doubles or arrays of doubles.  My guess is that you first wired a waveform with an integer data type to the graph.  It should switch automatically to a double waveform graph if you wire a waveform which contains double data to it.  If it does not, that is probably a bug.  If you have a VI in this state, please post it and I will report it to R&D.
    Thanks!
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • How can I reduce the hight of the Legend in the SVG graph

    I need to reduce the height of the legend box in the SVG graph by 50%. From what I have read I soul be able to this with the CSS, but I can not figure it out. This is the current CSS that is in place.
    text{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;fill:#000000;}
    tspan{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;fill:#000000;}
    text.title{font-weight:bold;font-size:14;fill:#000000;}
    text.moredatafound{font-size:12;}
    rect.legend{fill:#EEEEEE;stroke:#000000;stroke-width:1;}
    text.legend{font-size:10;}
    #background{fill:#FFFFFF;stroke:none;}
    rect.chartholderbackground{fill:#ffffff;stroke:#000000;stroke-width:1;}
    #timestamp{text-anchor:start;font-size:9;}
    text.tic{stroke:none;fill:#000000;font-size:12}
    line.tic{stroke:#000000;stroke-width:1px;fill:none;}
    #dial{stroke:#336699;stroke-width:2px;fill:#336699;fill-opacity:.5;}
    #dial.alert{fill:#FF0000;fill-opacity:.5;}
    #dialbackground{stroke:#000000;stroke-width:none;fill:none;filter:url(#MyFilter);}
    #dialcenter{stroke:none;fill:#111111;filter:url(#MyFilter);}
    #dialbackground-border{stroke:#DDDDDD;stroke-width:2px;fill:none;filter:url(#MyFilter);}#low{stroke-width:3;stroke:#336699;}
    #high{stroke-width:3;stroke:#FF0000;}
    #XAxisTitle{letter-spacing:2;kerning:auto;font-size:14;fill:#000000;text-anchor:middle;}
    #YAxisTitle{letter-spacing:2;kerning:auto;font-size:14;fill:#000000;text-anchor:middle;writing-mode:tb;}
    .XAxisValue{font-size:8;fill:#000000;}
    .YAxisValue{font-size:8;fill:#000000;text-anchor:end;}
    .AxisLabel{font-size:8;fill:#000000;}
    .nodatafound{stroke:#000000;stroke-width:1;font-size:12;}
    .AxisLine{stroke:#000000;stroke-width:2;fill:#FFFFFF;}
    .GridLine{stroke:#000000;stroke-width:0.3;stroke-dasharray:2,4;fill:none;}
    g.dataholder rect{stroke:#000000;stroke-width:0.5;}
    .legenditem rect{stroke:#000000;stroke-width:0.5;}
    Please help.

    Hello,
    Well here's your fix all the code is on the page.
    http://htmldb.oracle.com/pls/otn/f?p=11933:81
    The code all goes into the chart attributes area in the onload and the header section.
    Make sure to pay close attention to the onload
    }catch(er){}try{ChangeLegendHeight();
    I was a little overzealous in catching javascript errors in the built in SVG so it doesn't work in Firefox unless you split the try and catch statements. This will get fixed in next version.
    Also this statement
    if(document){svgDoc = document;} // this fixes Adobe Vs FF difference
    should go into the first line of any custom javascript that you use in the SVG as it fixes a difference in the FF 1.5 implementation and Adobe Plugin again it will be fixed in next version.
    Making these changes should allow you to run almost any javascript in the Builtin SVG charts so it opens up a lot of possibilities for customization and adding interaction.
    Have fun,
    Carl

  • Creating many of the same graphs/infrographics

    I have created reports with infographics (bar charts/pie charts etc.) where the raw data and charts were created in Excel and then I copy it into Illustrator and tweak the design (colour, text, etc) and then drop it into InDesign.
    I am now in the process of creating several (30+) reports that will use the same design template from InDesign - but all of the garphics will be uniqe. 
    What is the best approach to create all of these graphs? Is there a script or macro that I can create and save when I tweak one graph, and then apply it to the subsequent graphs?
    I know Illustrator has the graphing function but I havent had too much luck with and, and some of the graphs that I will create, such as donut graphs, cannot be created in Illustrator.
    Thanks!

    ...(30+) reports that will use the same design...but all of the garphics will be uniqe.
    Is there a script or macro that I can create and save when I tweak one graph, and then apply it to the subsequent graphs?
    It depends on what exactly you mean by "tweaking one graph" and "the garphics will be uniqe".
    Graph Data is one of the four kinds of Variables supported by Illustrator's Variables feature. So you can design a graph using one of Illustrator's limited graph types, leave it "live" (don't deconstruct it into mere graphic elements), and import any number of different DataSets into it to automatically generate dozens of similar graphs based on different values.
    But the Variables feature is based on XML and therefore requires import/export of XML files properly formatted for Illustrator's feature. Illustrator does not provide the detailed documentation on how to do this; you have to know (or learn) an amount of XML esoterica on your own.
    Moreover...
    ...some of the graphs that I will create, such as donut graphs, cannot be created in Illustrator...
    There's your answer. If you need graph types other than those few which Illustrator can create, you really need to use some other software.
    Nowadays, for my own graph needs, I use FileMaker Pro whenever I can, because of its full relational-database functionality. That is, it can generate graphs in real-time based not just on data from a single flat XY table, but from any aggregate (summary, etc.) data that is modeled in the multi-table relational database. For example, FileMaker can individually graph the sales history of 30,000 different items over time. I can setup the graph once and instantly have as many different graphs as I have records in the database--and they automatically update in real time whenever the data changes.
    But FileMaker is not a "graphics program" per se. So I can export the graphs to PDFs if I need to, but I cannot, for example, tell FileMaker to use a drawing of a skyscraper in place of a column bar. That's the kind of "illustratorish" functionality you need a drawing program for--and for which you have to make trade-offs between fast and practical data-driven functionality and time-consuming "info graphics" illustration customization.
    And FileMaker probably cannot do whatever you mean by "donut graph". So it's a matter of what specifics you actually need, and what trade-offs you are willing to accommodate.
    JET

  • Can we have the text and value displayed in the BI Graph ?

    Dear Experts,
    We are able to see the graph for a particular report in switching to Graphical Display
    :I have selected Pie chart and the value and text is displayed on mouse over on each section.
    Please let meknow if there ia an option to display the text and value along with the graph.
    Regards
    Manu

    Manu Govind wrote:
    Dear Experts,
    >
    > We are able to see the graph for a particular report in switching to Graphical Display
    >
    > :I have selected Pie chart and the value and text is displayed on mouse over on each section.
    >
    > Please let meknow if there ia an option to display the text and value along with the graph.
    >
    >
    >
    > Regards
    > Manu
    Dear Govind,
    You can use BEx based WAD tool to acheive it. Edit the chart in the chart properties dialog, goto settings & edit the property. As you have requested you created 2 tabs, one for chart, another for data, and as and when you do changes in the Analysis grid, the chart values get adjusted.
    P.S. Humbly a personal opinion; I do not recommend WAD; use XCELCIUS instead.
    Best Regards, @{

  • IGS (Business Graphs) not working

    Hi,
    I want to create some business graphs in web dynpro java. for this I have configured IGS URL in Visual admin
    I went to Server>Services>Configuration Adapter>webdynpro>sap.com>tcwddispwda>PropertySheetdefault.
    than i clicked on IGSURL and added the following entry in the custom value field
    http://servername.companyname.com:40080/ and I restarted the server, but even now its showing graphic rendering problem, graphs are not coming.
    Also when I run this url  ( http://server.companyname.com:40080/ ) in webbrowser its showing me   SAP IGS is running.
    Also, eveything is working fine in Portal Dev server with the above configuration, graphs are coming properly in Dev Portal server , but in Portal QA server graphs are not coming even after the above configuration.
    So what could be the problem in Portal Qa server when graphs are coming properly in piortal Dev server with the above configuration.
    please reply..

    Check the following link:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a552a4fb-0701-0010-4191-a55bbb6a9a2d?quicklink=index&overridelayout=true
    Regards

  • Can I get the circle graphs back in Activity Monitor in Mavericks?

    Can I get the circle graphs back in Activity Monitor in Mavericks?

    No, the Disk Usage and Memory Usage pie charts are gone. Also gone is the Memory Usage Dock icon. (New graphs are much more useful, imo.)

Maybe you are looking for

  • Why is non-embedded artwork taking up 500% more space on iPod Classic

    Hi all Following on from this thread: How to tell if my mp3s have embedded artwork (artwork file bigger than it should be)? If anyone has a moment (anyone who does not embed artwork that is), would you mind comparing your PC Hard Drive and iPod in te

  • Cannot find volume in restore!

    I just installed and formated a new 250 GB hard drive in my intel MacBook. I'm trying to restore my system using time machine. I get into disk utility and restore from TM backup from the startup disk. I can select my TM hard drive and which backup da

  • Static on my screen

    Static since update with Mountain Lion. Does anybody has this problem? Fix?

  • Oracle 9i, dbsnmp tables

    Hi: Data in two tables (mgmt_db_file_gtt and mgmt_db_size_gtt) under dbsnmp were deleted yesterday. Can you tell me how it was deleted, a script or a DBA? I have found a note: Why Dbsnmp Truncating Mgmt_db_file_gtt Table? Doc ID: 292280.1 " but I don

  • GetAppletContext method

    hi guys i would like to know more about this method.I want my applet to obtain information about its information and display it somewhere. Does the above method help and if so how to implement it? thanks in advance ilango