Repeating values suppressed in tableview

Hi, when I have repeating values in a tableview they are automatically suppressed.  How can I turn this feature off?  Do I need to include an iterator?  This is just a straightforward display only tableview that must display all the contents of the table regardless if they repeat or not.
Thanks in advance,
Kevin

Hi Raja, yes sorry I should've specified that it is htmlb.  Here is an example:
<htmlb:tableView id              = "tableviewexample"
                 table           = "<%= itab %>"
                 width           = "500"
                 visibleRowCount = "15" >
  <htmlb:tableViewColumn columnName  = "FIELD1"
                         fixedColumn = "TRUE"
                         title       = "Field1"
                         wrapping    = "false" />
  <htmlb:tableViewColumn columnName  = "FIELD2"
                         fixedColumn = "TRUE"
                         title       = "Field2"
                         wrapping    = "false" />
  <htmlb:tableViewColumn columnName  = "FIELD3"
                         fixedColumn = "TRUE"
                         title       = "Field3"
                         wrapping    = "false" />
  <htmlb:tableViewColumn columnName  = "FIELD4"
                         fixedColumn = "TRUE"
                         title       = "Field4"
                         wrapping    = "false" />
</htmlb:tableView>
The itab is loaded correctly and the contents appear as:
FIRSTROW         |            0.00 |        50000.00 |    50000.00
SECONDROW         |            0.00 |        50000.00 |    50000.00
When this itab is rendered using the htmlb tableview the repeating value fields are not shown. It will appear like this:
Field1           Field2           Field3            Field4
FIRSTROW       0.00           50,000.00      50,000.00
SECONDROW
There must be a way to easily turn this off.
Thanks,
Kevin

Similar Messages

  • ALV: How do I suppress repeating values and page breaks on printed output?

    Good day, everyone!
    First, I've done a LOT of searching trying to find the answer to my question, but I'm not finding an answer.  If this has already been answered and you can point me to a URL, I would appreciate it.
    Here's my issue:  I have a rather simple ALV report.  It has the columns of Person ID, Personnel Number, For Period, In Period, and Amount.  I sort by Person ID and Personnel Number, and if the value repeats on the next line of the report, I want to suppress it (make it blank).
    I thought the answer was in the following code, where I set the GROUP attribute to asterisk:
      CLEAR sortcat_ln.
      sortcat_ln-spos      = '1'.
      sortcat_ln-fieldname = 'PERSONID_EXT'.
      sortcat_ln-up        = c_true.
      sortcat_ln-group     = '*'.
      APPEND sortcat_ln TO sortcat.
      CLEAR sortcat_ln.
      sortcat_ln-spos      = '2'.
      sortcat_ln-fieldname = 'PERNR'.
      sortcat_ln-up        = c_true.
      sortcat_ln-group     = '*'.
      APPEND sortcat_ln TO sortcat.
    It looks PERFECT on the screen -- the values are suppressed if they repeat, and everything appears together on one screen.  However, when I print the report, two things happen:  1) The values repeat on each row, even if they are the same, and 2) I get a page break after each Person ID / Personnel Number combination.
    I now realize that I can't use the GROUP attribute.  Is there some other way in ALV to blank these repeating values and keep all the rows together on one page, rather than page breaking after each value change?
    Thanks!
    Dave

    Hi
    Same requirement i had before, when i try to print preview. the output of the grid display is in grouping is ok, but when i print preview or print it doesnt cater the grouping and page breaks, so what i did i modify the internal table use in alv , after hitting the print preview/print with the format desired by the user. you can do that in user-command. see code below
    FORM user_command USING r_ucomm TYPE syucomm
                            rs_selfield TYPE slis_selfield.
      DATA lt_sort TYPE lvc_t_sort.
      CASE r_ucomm.
        WHEN '&RNT_PREV' OR '&RNT'.
          t_final_x[] = t_final[].
          PERFORM clear_redundant.
          PERFORM set_sort_criteria USING lt_sort.
        WHEN '&F03' OR '&PRINT_BACK_PREVIEW'.
          t_final[] = t_final_x[].
        WHEN OTHERS.
      ENDCASE.
    ENDFORM.                    "user_command
    hope it helps

  • Web Report - Hide Repeated Values

    My web report hides repeated values regardless of the query setting. 
    Is there any way to set a specific column to not hide repeated values?  Using the table API?
    Thanks!

    dear Kenneth,
    have you try to remove the check mark of properties 'suppress repeated text' in 'specific' section of your web item 'table' in web template ?
    or you can give parameter SUPPRESS_REPETITION_TEXTS for web item 'table' with value blank
    <param name='SUPPRESS_REPETITION_TEXTS' value=' '>
    doc may useful
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/13dc9190-0201-0010-71a4-a9f56cdfcc72
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b1089290-0201-0010-288c-98e4d26487ee
    hope this helps.

  • Avoid repeating values in details section

    Hi,
    I have a report with a lot of formulas - depending on certain values in a certain Oracle database table values are summed up.
    The fields are therefore placed in the report footer.
    As I now have to insert a grouping I need to move the fields into the details section. However, I don't want to display each value there but only the sum - I would like to avoid repeating values in the details section.
    A formula looks like this:
    stringvar A1;
    if {OUR_TABLE_FIELD} = 1 then A1 := {OTHER_TABLE.OTHER_FIELD}
    Else A1:=A1;
    A1;
    Thanks!

    Add a suitable group and then display data in this group footer, suppress detail section. It will effectively show the last detail line and thus eliminate duplicates from view. However, data is still there so if you want to use summaries you will need to use Running totals to ensure duplicates are not counted/summed
    Ian

  • Error: OQ78YWIW when repeating values in a pivot

    All,
    I'm receiving the following error on a pivot table:
    Assertion failure: rTotalPosition.tCellInfo.iLayerCell != rTotalPosition.tCellInfo.iEndLayerCell at line 310 of e:\views_e\nightly\sun\10134\windows\vobs\080726.1900\analytics_web\main\project\webpivotview\edgeiteratordef.h
    Error Details
    Error Codes: OQ78YWIW
    I get this when I set the column's value suppression to 'Repeat' - customer's request. I don't have this problem when the value suppresion is set to 'Suppress' (the 'Default').
    The pivot has 4 columns in the rows, 3 of which have subtotals.
    Any suggestion?
    Thanks in advance!

    Thanks for the reply, KK.
    I might have missed the point on something reading the link article, but, the article is suggesting how to select multiple columns in the column selector view. I'm just getting the error with a simple pivot with subtotals that have repeating values set for some of the four columns in the 'row' portion of the pivot.

  • Group by - How to merge repeated values in reports?

    Hello,
    I am trying to build a report in OBIEE 10g using sum (AmountSold by CalendarYear) in one of the columns. The result is this:
    [http://postimage.org/image/2gvvw8qv8/]
    What I really need is to "merge" together the repeated columns by year, so it looks like the following:
    [http://postimage.org/image/9bp1gskk/]
    Is there a way to achieve this? Thank you!
    João Vitor Moreira

    Hi,
    sum(amount_sold) -> Column properties-> column format->select suppress or default under value suppression
    if default is selected then try to exchange the columns Sum(Amount_SOLD) and Amount_SOLD
    Cheers,
    Aravind

  • Not Hiding Repeated values.

    When creating a query in the properties, I un-checked "Hide repeated value" and When I display the query in Bex, Its coming properly. Same values are repeated for each row(Which is what I want)...
    But the user want to create the query in Bex and display it in WEB. In this case even if we un-check the HIDE button, Its hiding in web...
    Anybody has any clue ???

    Yes, I understand. When you execute the query in web the system takes the default web template which is set in SPRO. The SAP delivered default template name is 0QUERY_TEMPLATE with BW 3.0B.
    You will have to check in your system which is the default template being used and make changes to enable this option, please note that any changes you make in that template will be affecting all the queries you execute in web. Another option is to add a context meny entry to toggle between Suppress text and Hide. You can also add the parameter SUPPRESS_REPETITION_TEXTS='' to the URL.
    Thanks.

  • Same Value Suppression

    HI guys,
    I am getting the repeated values in my query, because, my scenario like this --
    In One Collective Purchase order(CPO) i have multiple Purchase order. so for CPO against quantity is repeating multiple times in my DataProvider.
    Is it Possible to get one time against all the Multiple rows.
    Plz help me this scenario.
    Regards,
    Rams.

    If your field you want to suppress for repeated values is part of key .. then you can go to Query properties>Display>Hide Repeated Key values..

  • Change default Value Suppression

    Hi,
    i want to change the default value suppression to repeat in stead of suppressed.
    regards,
    Osman

    hi
    go to any column properties.
    click on Repeat radio button.
    you find Save option below the window.
    Now decide.. whether you want to save this for only for that column or for all columns which has same data type...
    save it.. and whenever you don't want.. just click on suppress for particular report..
    hope it's clear...
    see this to get an idea about saving...
    http://oraclebizint.wordpress.com/2007/12/19/oracle-bi-ee-101332-dates-dates-and-dates/
    Edited by: Kishore Guggilla on Apr 22, 2009 1:40 PM

  • Column Format Value Suppression

    Hi,
    In Oracle BI EE you can set the column property Value Suppression from the Default Value "suppress" to "Repeat".
    I would like to switch the default to "repeat" for all Columns in all Subject Areas.
    Is this possible?
    Regards,
    Stefan

    Edit the below tag in the file formatcolumn.js at 2 locations:
    $Middleware_home\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\b_mozilla\answers
    AND
    $Middleware_home\Oracle_BI1\bifoundation\web\app\res\b_mozilla\answers
    This is the modification->
    var a=XUIGetAttributeString(this.defaultElement.getDefaultFormatting().selectSingleNode("saw:formatSpec"),"*repeat*","default");
    Save. Restart BI services. Reload the metadata. Refresh the browser. You will get the expected result.
    Thanks.

  • How to get editable value from thtmlb:tableView

    Hi,
    I create a tableview using tag thtmlb:tableView and set column editable. Now the value in the tableview can be changed, but I don't know how to get the changed value from tableview. Pls help me.
    thanks in advance!

    Hi,
    You can get the collection of the context node and any line of the table is an entity in the context node.
    If it is not helpfull try to find a table called 'table' or 'tableview', maye it's an attribute in your context node.
    Best regards,
    Caíque Escaler

  • Mobile List Bind aggregation - repeated values?

    Hi all, i'm new to SAPui5 so please forgive me if this is already discussed.
    I'm calling a odata service (http://h03zdb.hcc.uni-magdeburg.de:8003/workshop/sessiona/12/Services/msgTab.xsodata/MSGTABLE?$filter=FROM%20eq%20%27STU…) and I get the values stored in a table in json. I want to show this in a list but there are repeated values created for the list. Is it because of bindAggregation?

    Here is the whole code.
    I used split app and added two models for the detail and master page.
    I'm very new to this so sorry for bad coding
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <title>SRH Chat</title>
      <script src="/sap/ui5/1/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <!-- only load the mobile lib "sap.m" and the "sap_bluecrystal" theme -->
      <script type="text/javascript">
      var sessionKey = "STUDENT01";
      // Login user to get session id
      var oDetailPage2 = new sap.m.Page("detail2");
      var url = "http://h03zdb.hcc.uni-magdeburg.de:8003/workshop/sessiona/12/Services/msgTab.xsodata/MSGTABLE?$filter=TO%20eq%20%27"+sessionKey+"%27%20&%20FROM%20eq%20%27"+sessionKey+"%27%20&$format=json";
      $.get( url, function(data1) {
      // create JSON model instance
      var oModel = new sap.ui.model.json.JSONModel();
      // set the data for the model
      oModel.setData(data1);
      // set the model to the core
      oMasterPage1.setModel(oModel);
      var contactList = new sap.m.List("newlist2",{
      title : "{FROM}",
      mode: sap.m.ListMode.SingleSelectMaster,
                select: function(oEv) {
      var item = oEv.getParameter("listItem");
      var desc = item.getTitle();
      retrieveMsgs(desc);
      function retrieveMsgs(desc)
      var aurl = "http://h03zdb.hcc.uni-magdeburg.de:8003/workshop/sessiona/12/Services/msgTab.xsodata/MSGTABLE?$filter=FROM%20eq%20%27"+desc+"%27%20&$format=json";
      $.get( aurl, function( data ) {
    // // create JSON model instance
      var oModel1 = new sap.ui.model.json.JSONModel();
    // // set the data for the model
      oModel1.setData(data);
      // set the model to the core
      oDetailPage2.setModel(oModel1);
      var contactList1 = new sap.m.List("newlist");
      var inputField = new sap.m.TextArea();
      var but1 = new sap.m.Button({text: "Send", tap: function(){
      // Send button press functionality
      var msg = inputField.getValue();
      var murl = "http://h03zdb.hcc.uni-magdeburg.de:8003/workshop/sessiona/12/WebContent/InsertMsg.xsjs?from="+desc+"&to="+sessionKey+"&msg="+msg;
      $.ajax({
            url: murl,
            type: 'POST',
            async: false,
            timeout: 30000,
            success : function (data2){
            var empty = "";
            inputField.setValue(empty);    // clear text area
      //Populate the List with Data from the Model (Set in the Controller of this View)
      contactList1.bindAggregation("items", {
      path : "/d/results", //Reference to the JSON structure
      template: new sap.m.StandardListItem({
      title: "{FROM}", //Refer the name field in the JSON data
      description: "{MSG}", //Address Field in the data
      type: sap.m.ListType.Navigation //Specify what to do while clicking/tapping an item in the list, in this example navigate to another view
      oDetailPage2.addContent(contactList1);
      oDetailPage2.addContent(inputField);
      oDetailPage2.addContent(but1);
      oSplitApp.to("detail2");
      //Populate the List with Data from the Model (Set in the Controller of this View)
      //oModel.createBindingContext("/d/results", null, {select: "FROM"},function(a){});
      contactList.bindAggregation("items", {
      path : "/d/results", //Reference to the JSON structure
      template: new sap.m.StandardListItem({
      title: "{FROM}", //Refer the name field in the JSON data
      //description: "{FROM}", //Address Field in the data
      //select: "FROM,TO",
      type: sap.m.ListType.Navigation //Specify what to do while clicking/tapping an item in the list, in this example navigate to another view
      var oMasterPage1 = new sap.m.Page("master1",{
        title : "Master"
      // adding the list to master
      oMasterPage1.addContent(contactList);
    // //add the master pages to the splitapp control
      oSplitApp.addMasterPage(oMasterPage1);
    //   .addMasterPage(oMasterPage1);
      //add the detail pages to the splitapp control
      oSplitApp.addDetailPage(oDetailPage2);
      //oSplitApp.setInitialDetail("detail");
      //oSplitApp.setInitialMaster("master");
      oSplitApp.placeAt("body");
      </script>
      </head>
      <body class="body">
      <div id="body">
      </div>
      </body>
    </html>

  • Display only first value of the repeated values  in ALV report

    Hi,
    Test Data
    Doc No   Net Val   billing Doc value Qty
    1000      2000.00    567850.00
    1000      2000.00    567850.00
    1000      2000.00    567850.00
    2000      6000.00    767850.00
    In this type of ALV Report in which only the First field value of the repeated value  should be displayed.
    Doc No   Net Val   billing Doc value Qty
    1000      2000.00    567850.00
    2000      6000.00    767850.00
    I can display document value as like expected result in SORT ORDER in LAYOUT but the Quantity value,Net value  which cannot be done in SORT ORDER in LAYOUT.
    Please tell me the suitable solution.

    For a Sales Order there are two Invoice.
    Sales doc     Invoice No    Billed Qty    Net value                     Qtywith  material no
    5000              900             234774.00    456.00000                 65             123
                                             234774.00    456.00000                 25             456
                                             234774.00    456.00000                 35             898
                                             234774.00    456.00000                 20             496
                          901            634774.00    256.00000                 50               746
                                            634774.00    256.00000                 10               456
                                            634774.00    256.00000                 20               545
                                            634774.00    256.00000                 30               869
    I  need to print this billed Qty and Net value  only once in first line and it should not be deleted.
    I need the result like this
    Sales doc     Invoice No    Billed Qty    Net value                     Qtywith          material no
    5000              900             234774.00    456.00000                 65                     123
                                                                                    25                     456
                                                                                    35                     898
                                                                                    20                     496
    5001              901            634774.00    256.00000                 50                       746
                                                                                    10                       456
                                                                                    20                       545
                                                                                    30                       869               
    The same value should not be repeated for Billed Qty and Net Value.
    I can do that for Sales doc in sort order in layout but i couldn't do for Billed qty and Net Value.
    Please  help.

  • No repeated values and in ascendant sort

    Hi all,
    I'm trying to put this:
    SELECT DISTINCT month FROM Concert ORDER BY month ASC;
    (no repeated values and in ascendant sort) into EJB-QL. This is what I've worked out:
    SELECT DISTINCT OBJECT(o)
    FROM Concert AS o
    ORDER BY o.month ASC
    (month is a field in the bean )
    But this (and several tries later) doesn't work.
    What's wrong with it??
    The query is for a findAll method -without- input parameters which returns a collection, is here the error??? If so, how can I solve it?
    I'm totally lost and frustrated, I'd really appreciate some light
    Thanks a lot in advance

    Your query is currect if table name and attribute name are currect.
    Can you write what type of error is comming?

  • Display Repeated Values in a Crosstab - Design Studio 1.2

    I've a report in Design Studio from a Bex query. There are repeated values in few columns which Design Studio 1.2 refuses to display.
    note: I've already unchecked the box "Hide Repeated Key Values" in the query properties of Bex query designer and i'm able to see repeated values when I open the query in Bex analyzer.
    Design studio would not display the repeated values in the crosstab.
    Anyone encountered and fixed a similar issue before?

    Hi Stephen,
    I was not able to resolve this issue, and I had to go ahead with values not being repeated.
    I think this is a limitation of Design Studio with no fix for it in v 1.3 either, unless someone could suggest otherwise.
    Regards,
    Abbas

Maybe you are looking for

  • Report on Contact attached data

    Hi Experts, I am working on CRM 2007 Employee Interaction center. we have a requirement to pull call attached data into crm and later pull it to BI from crm to make reports out of it. So can anyone share a doc on how to pull contact attached data(CAD

  • MSI TD512EH installation problem

    Hi, I got the TD512EH V116 Ver 2.1 512MB MSI Video card - PCI Express, Nvidia 8400GS based, and installed it in my Windows XP SP3 machine (Pentium D 3.4Ghz, 3GB Ram). The card only works as a basic VGA Card (when I connect a monitor to it, it display

  • How to Enable the AdfClientFileLogWriter

    HI Iam running one application in embedded oc4j using Jdev11g, i need to enable the AdfClientFileLogWriter, for that i added following tags in the web.xml file and i added the profiler.xml file, still am not getting the profiler xml file, any one can

  • Iphone 3Gs headphones

    I just got the new 32G Iphone 3GS and it's great. However when using the headphones to call on the phone I hear great but the person on the other end complains of a really bad echo. Am I doing something wrong? Can the echo be avoided?

  • Unable to read stack element of the CoD2 script engine in C

    Hi, I am trying to get extensions for Call of Duty 2 binary working for Arch Linux. I am running x86-64 arch (3.11.2-1-ARCH) and CoD2 is 32bit. That is why i am using the multilib. It gets preloaded with LD_PRELOAD. But on Arch it doesn't read the st