Chart attached with Crosstab table/Horizontal table in same block

Hello All,
I need to design a chart with table data which may be corsstab/horizontal table in the same block using WebI. Is this possible in WebI??
Thanks,
Anila.

Hi Anila,
I just tried at my end,we cant show graph and data in one block.,but you can follow below trick.
Insert a column into block , set no color to the borders in cell properties.and place graph in that column.
Regards,
Samatha B

Similar Messages

  • Customer attached with Sales Organization (DB table??)

    Is their any database table exist in which customers are attached to particular sales orgnization(sales area etc)

    Hi,
      You can get it in the table KNMT.
    Manoj

  • Change chart object with crosstab base not work

    Hi
    I use this simple script to change some settings on the chart. Is a chart base on a crosstab, an error occurs: " The chart data fields are not valid.". All other chart not base on a crosstab work fine. Why?
    Example:
    Public Sub test(ByVal strTempFile As String)
        Dim rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
        Dim crROC As CrystalDecisions.ReportAppServer.Controllers.ReportObjectController
        Dim crAppChart As CrystalDecisions.ReportAppServer.ReportDefModel.ChartObject
        Dim crAppChartNew As CrystalDecisions.ReportAppServer.ReportDefModel.ChartObject
        rpt.Load(strTempFile, OpenReportMethod.OpenReportByTempCopy)
        crROC = rpt.ReportClientDocument.ReportDefController.ReportObjectController
        For Each crAppChart In crROC.GetReportObjectsByKind(CrystalDecisions.ReportAppServer.ReportDefModel.CrReportObjectKindEnum.crReportObjectKindChart)
            crAppChartNew = crAppChart.Clone()
            crAppChartNew.ChartStyle.TextOptions.DataLabelFont.Font.Name = "Arial"
            crROC.Modify(crAppChart, crAppChartNew) 'Error: The chart data fields are not valid.
        Next
    End Sub

    Well, let's stick with one issue. If you want to discuss other issues, create a new thread per each one ([Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]). Re. charts based on xtabs. Try to create the chart in the designer first. Then try to create it in code. Even in the designer, the chart must be quite basic. E.g.; no multiple summaries. Also, can you create a chart in your code on a report that has no xtab?
    Ludek

  • Bar and Pie chart  display with values

    Hi All...
    I want implement the my swing application Bar and Pie chart functionality with vales, If both are disply same veues.
    Thanx to Advance
    Arjun

    www.jfree.org

  • Horizontal table with checkboxes

    Hi,
    I need to create a horizontal table. With this i mean the column aren't on top but on the left side and the data goed from top to bottom. You often see this construction to make it easy for user to compare values. I also need to display in the last row for every column a checkbox.....as to select that data column
    Something like this:
                  | X | Y |
    name     |    |    |
    descr     |    |    |
                  | 0 | 0  |
    I managed to create the table dynamically but i cant seem to find a way to a the checkboxes because the go by column and not by row. I tried adding them in a seperate container underneath but i can't seem to get hold of the column widths at runtime.
    Another possibility which i thought maybe would work, is not to work with a table but to simulate this and just create it with a container with Gridlayout and filling it like a grid. Dont know if this woulr workd though...
    Any thoughts or idea's?
    Much thanks & regards,
    Hugo

    Hi Hugo,
    This is the complete code for achiving a simple sceanrio where you would have
    both checkBox and textview in the same column.
    if(firstTime)
             int elementIndex =0;
             IWDTable table = (IWDTable)view.getElement("Table");
             for(int i=0;i<wdContext.nodeTableNode().size();i++){
             IWDTableColumn tableColumn = (IWDTableColumn)view.createElement(IWDTableColumn.class,"tableCol"+elementIndex+i);
              elementIndex++;
             Iterator iterator = wdContext.nodeTableNode().getNodeInfo().iterateAttributes();
             while(iterator.hasNext()){
                   IWDAttributeInfo attInfo = (IWDAttributeInfo)iterator.next();
                   IPrivateAView.ITableNodeElement tableNodeElement = wdContext.nodeTableNode().getTableNodeElementAt(i);
                   IWDTableStandardCell stanCell = (IWDTableStandardCell)view.createElement(IWDTableStandardCell.class,"standardCell"+elementIndex);
                   elementIndex++;     
                  if(attInfo.getDataType().getLocalName().equalsIgnoreCase("string")){
                        IWDTextView textView = (IWDTextView)view.createElement(IWDTextView.class,"textView"+elementIndex);
                        textView.bindText(attInfo);
                        textView.setVisible(WDVisibility.VISIBLE);
                        elementIndex++;
                        stanCell.setEditor(textView);
                        stanCell.setVariantKey(elementIndex+ "String");
                  else{
                        IWDCheckBox checkBox = (IWDCheckBox)view.createElement(IWDCheckBox.class,"checkBox"+elementIndex);
                        checkBox.bindChecked(attInfo);
                        checkBox.setVisible(WDVisibility.VISIBLE);
                        elementIndex++;
                        stanCell.setEditor(checkBox);
                        stanCell.setVariantKey(elementIndex+ "Boolean");
                   tableColumn.addCellVariant(stanCell);
                   tableColumn.setVisible(WDVisibility.VISIBLE);
                   table.addColumn(tableColumn);
             table.bindDataSource(wdContext.nodeTableNode().getNodeInfo());
    Regarding the the data source in this case you can create a node i.e table Node with least an attribute of type String and another of type boolean.Create and add
    node elements in wdDoInit() for the same.
    Regards
    Amit

  • Chart Comb with  Static Table.

    Hello everyone!
    I have a graph made of bars and one static table below (with a column sorting). I need that the graph actualize automatically when I click on the table to see the next 10 items in the column sorting button.
    Thank you for your help!
    Edited by: Alex17 on 16-sep-2009 6:46

    If I understand you correctly I don't think you understand how a compound layout works in the this case. The chart will show the full record set for the report, even if the table below it only shows 25 records per page, the chart still reflects the entire report. If for some reason you only want the chart to reflect only the visable table records, which makes no sense to me BTW, I'm pretty sure it will be very complex to implement (maybe something envolving two seperate reports in one dashboard?). If that's what you want, maybe one of the experts here could help you.

  • Making Charts with Multiple Rows in Tables

    I was wondering if anyone has figured out a way to make a chart that graphs multiple rows of data from a table in only one data set.

    Ryan,
    Ok, now we see what you are working with, but are still confused by what you want to do.
    You have two charts showing the same two years of running records. The top chart has the years superimposed over each other, and the bottom chart shows the years consecutively.
    Are you trying to take prior years (not shown) from the bottom chart and superimpose them in the top chart? If so, add as many rows to the top chart as there are years you are copying. Then use the formula:
    =Total Running Milage :: x2 where x2 is the first cell for the year involved. Copy the formula across to complete the year and repeat for as many years as you are transferring. When you are satisfied with the results, change all those formulas you placed in the top table to values (copy the block of cells, Edit > Paste Values). Finally, you can delete the bottom chart. But be sure to paste values before deleting the bottom chart.
    pw

  • Problem with Emailing the Internal table data as an excel attachment

    Hi Friends,
    I am facing problem with Emailing an internal table data as an excel file. I am using standard function module "SO_NEW_DOCUMENT_ATT_SEND_API1" which is using SOLI structure can have record with 255 character length. But my Internal table having each record means after concatenating all the fields it is going to be morethan 450 characters. so i t is not displaying all the data in excel file.
    Can somebody help me if there is any other function module or any other way that i need to follow.
    thanks for help
    venkat.

    You must use the the :
    CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB as a field seperator and
    CL_ABAP_CHAR_UTILITIES=>CR_LF as a record seperator.
    Check this example:
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    Regards,
    Naimesh Patel

  • How to Read Data from a table (horizontal axsis) in an existing report

    Hi to all,
    I've a question. I must read the data in a table of an existing report. I develope with BO XI 3.0
    I don't know how to reach the table in my report from SDK.
    this is my code:
    reports = document.getReports();
    rep = reports.getItem(0);     
    the report has the title and a table horizontal axsis.
    I must read the column name(header column) of the table and all rows for retrieving values.
    Thank u in advance for your attention.

    hi ChinMay,
    thank u for your answer.
    I would like to ask u if Ireport refers crystal reports, while i mean to read data from a webi report.
    I've tried in many manners to read this data and i've read the SDK, but i'm unable to reach the table of my report for reading its rows. i'm able to export in XML format, i'm able to get reportelement , block, but in the java's example of SDK its not present how to obtain the reportbody and subsequently the section or directly a table. the example that i've seen show that if u create a new report u can create the reportbody, the section, the table and others. But don't show how to obtain this from an existing report.
    Probably i don't understand very well all the SDK structure and i think that is possbile to read a table(with horizantal axis) in a report without section only passing by the ReportBody.
    I know that u don't have so time to spent for things that are in the SDK, but if it's possible to have ten rows of sample about this question i'll be very happy.
    If it's not possibile, thank u very much for your interesting and disponbility and i'll try again and again and again to solve this.
    Matteo

  • Is it possible to create graph with in the table / Pivote table.

    Is it possible to create graph with in the table / Pivote table.
    Emp# Emp Name % Bonus Pay Amt
    111 AAA $28276
    222 BBB $78878
    In the place of Bonus I have to display Bar (Chart) instead of number.
    Is it possible in OBIEE? I know we can display chart and table next by next but my user want display just like above.
    Please help me on this issue
    Thank you very much for your time

    hi,
    it is better for 2 different questions,make 2 differents threads...
    You used the 2ond solution(google???),put in the dashboard...html enabled...and check your pdf again.
    Moreover,printing pdf with answer is discouraged...always prefer Xml Publisher.
    Last,there are 2 fst files which configure the *.pdf files , check them,
    http://obiee101.blogspot.com/2008/09/obiee-pdf-controls-fst-files.html
    hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • SPLIT the cell in either template or table horizontally

    Hi ,
               Hope you all doing well,
               Can any  body let me know how to split the cell in eithe template or table horizontally,
    what i mean to say in detail is that i have created three cells using two lines  types, which it gave be 3 boxes , now i want to split only third box alone in to two parts with an horizantal line not by vertical line.
    *Please note note , i dont want to split the cell vertically , i want to split it to horizontally.*
    can any body help .
    Thanks and regards,
    SADIQ ALI SHAIK,
    9966408168

    Hi,
    Better to use 2 Templates.
    Eg :
    Total Width -
    120 MM.
    Then Create first template with following measurements.
    Width                         80      CM
    Horizontal Alignment   left   0.50   MM
    Vertical Alignment
    Here u can mention Height width of the cells
    Next create another template.
    Width                         40      CM
    Horizontal Alignment   left  85   MM
    Vertical Alignment
    here also u can mention the height and width for two line types.(this for split the box horizontally)

  • Attaching a trransaction to a table maintainance generator

    Hi All,
    I have to attach a transaction to the table maintainance generator for a ztable created by me.
    Can anybody explain me the process to do the same.
    Thanks in Advance.

    Hi,
    There are some steps you need to follow.
    1) table should be table maintainence allowed then only you can create Transaction for that u can maintain table maintainence.
    2) Go to Transaction se93.
    3) Give the transaction name and provide the short text.
    4) Select the Radio button as Transaction with parameters (parameter Transaction).
    5) Then fill with transaction with SM30.
    6) Check the Skip initial screen.
    7) Below there is one tab called Default values there you need to maintain the Table name and put the option as X.
    Please check the below thread.
    Table
    regards,
    Dwaraka.
    Edited by: Dwarakarakanadha Reddy on Jan 12, 2009 12:48 PM

  • VPD problem: select for update on join tables with policy on ref table

    In our application we use VPD. Now we ran into an issue. I will try to explain with EMP and DEPT table.
    EMP table has no VPD attached.
    DEPT table has VPD policy that forbids all updates, but allows select. (Policy returns '1=2' for statement type update.
    This query returns no rows:
    select * from emp join dept using (department_id) for update. This makes sense, because I'm going to update both the tables.
    However:
    select * from emp join dept using (department_id) for update of employee_id also returns no rows. THIS IS WRONG. I'm not going to update dept table.
    Any experience with this. Is this a known limitation ?

    I can see all the rows, because there is no select policy.
    However the point is, that VPD should allow me to update the emp table, because there is no update policy.
    With the 'for update of employee_id' clause, VPD should recognize that I'm not going to update the dept table, but only the emp table. But VPD does not recognize this, but applies the update policy of dept to the statement, making the statement to update no rows.
    (Reason behind my question is ADF Business Components, where you have ViewObjects with Referenced Entities. ADF BC generates this type of statement and now we run into this VDP limitation)

  • Breakout table (fill table with matching data from another table)

    Hi
    I've been trying to study old discussions about breakout tables. I feel I'm close, but still no cigar :-)
    In plain english, I'm trying to autocreate rows with data on a table, based on matching values from another table. E.g. have a table to display all rows where type = AssetX
    I have attached a screenshot of my "master table" called Assets:
    I'm looking to prefill Asset name, Total from this table and populate a new table called e.g. Greenhouse
    Where I'd be adding more data (date, income, expense).
    Any help whould be greatly appreciated.
    Thanks!

    Hi,
    Here is a Sample Query.
    Update Emp A
    Set Sal = (Select Sal from emp b where
    a.empno = b.empno)
    where empno in (select empno from emp);
    Regards,
    Ganesh R
    null

  • Issue in af:Table horizontal scrollbar in detach mode

    We are facing a weird issue with detach button of table's panelcollection.
    The table is a data heavy, having around 20 + columns. For the table I am able to see horizontal scroll bar when it loads ( or till I click detach button)
    1) When I use the detach of panel collection, the horizontal bar doesn't appear in the popup and not able to columns which does not fit on the screen.
    2) After detach popup close, the scroll bar that appeared on the table also goes away. (User has to click add/delete button to refresh the table and see the horizontal scroll bar back in the table.)
    Is this a bug, or am I missing something? Can anyone please help.
    We are using Jdev version: 11.1.1.5,
    Using ADF BC and ADF Faces for current application.
    Thanks,
    Srini.

    Hi,
    I am not aware of such a problem and you may want to try with different browsers to see if this is browser specific. Since JDeveloper 11.1.1.6 is available you should also try to reproduce it here. If this still shows, then I am afraid you need to contacts customer support to have them analyzing the issue
    Frank

Maybe you are looking for

  • Macbook not recognizing mini dvi to dvi adapter

    Hi, I have a 2011 macbook pro, i have been using the mini dvi to dvi adapter to connect to a dvi to hdmi cable into my tv. It has worked for the past 6 months since i have owned my mac but just recently nothing happens when i plug the adapter into my

  • Premiere, After Effects, Speedgrade, Media Encoder and... the dynamic link

    My feeback after working with the dynamic link these days. Basic project. Editing, color correction, animated titles. I'm using a 3.5Ghz iMac 24GB Ram and a GTX 780 4GB. (2014 versions & last updates). Rendering the timeline in Premiere is sometimes

  • Japanese/C​hinese Font for PDF and MS Office files

    Hi, I have both the BB9860 and the Playbook, always uses the Playbook to download and read email attachments. However, I realise that for  PDF and MS Office files, japanese/Chinese fonts are not supported. Is there any way for me to download the add-

  • Layers in Map Item

    We can make different Map Layers in Map Item but how do we switch between these layer at runtime.   eg Layer 1: Receivables from 0Country(DE)      Layer 2: Receivables from 0Region(restricted to DE)      How do i drill down and move to Layer 1 -> Lay

  • Recalculate Button - Advanced Table

    I have an Advanced Table with 3 VO Attributes Quantity,Unit Price (Based on EO) and Line Total which is product of Quantity and Unit Price. These 3 are shown in the Advanced table region, the first 2 as message text and the last one as message Styled