Duplicate rows in Webi Report

Anyone can pls tell me how to avoid duplicate rows in a webi report. I have tried checking the 'Avoid duplicate row agg.' option as well as 'Retrieve duplicate rows'.
The query that is generated in the webi gives proper results wehn run at the database level but not in the report.
What can be the problem?

Hi VickyBobj,
It's hard to know, but my guess is the way the objects are defined in the universe. Make sure your measures are defined correctly, as sum, count, etc. and also make sure you have placed dimensions and measures correctiy within the report format - meaning generally dimensions in the headers and measures in the body.
Thanks

Similar Messages

  • How to display duplicate key in web report?

    Hi Experts,
    Can anybody tell me how to display duplicate key in web report?
    I know in the Bex analyzer, we can allow the duplicate key to be dispalyed via the 'query property' by right click, and in the 'display option' tab, there is an option which named 'forbid duplicate key', if we don't select this option, the duplicate key will be dispalyed in the report result in BEx analyzer.
    But how can I do this in Web report? Thanks in advance.
    Eileen

    Hi,
    <b>I know in the Bex analyzer, we can allow the duplicate key to be dispalyed via the 'query property' by right click, and in the 'display option' tab, there is an option which named 'forbid duplicate key', if we don't select this option, the duplicate key will be dispalyed in the report result in BEx analyzer.</b>
    Do the same and execute report in web.You can able to see the same.
    Cheers
    Karthik

  • Hiding Row in Webi Report

    hi,
    How to Hide the rows in a webi report?
    Sample output --
    Login 01/02/2010/10:45:50
    Modified Record 01/02/2010 10:45:50
    Modified Record 01/02/2010 10:46:50
    Delete Record 01/02/2010 10:55:50
    Delete Record 01/02/2010 10:56:50
    Modified Record 01/02/2010 10:58:50
    Delete Record 01/02/2010 10:59:50
    *Required Output*
    Login 01/02/2010/10:45:50
    Modified Record 01/02/2010 10:45:50
    Delete Record 01/02/2010 10:55:50
    Modified Record 01/02/2010 10:58:50
    Delete Record 01/02/2010 10:59:50
    I used a condition  in a variable  =if(Previous([Activity])=[Activity];0;1) and placing inside report.
    But when i am giving block filter i am getting only the distinct activity and Time not as required output.
    Please help...

    Hi Sathish,
    I am not 100% clear on what you are trying to do but you should be able to use a max() or min() function on the datetime, since it appears you are trying to get the first one (in which case you should use min()).
    Does that help?
    Thanks

  • Freezing columns and rows in Web reports

    Hi Gurus,
    We are trying to freeze the scrolling of first two columsns and the first row for a web report. Could you please guide me how can we do this for a analysis web item.
    Appreciate your help.
    Thanks
    Raj

    Raj,
    You can lock the headers of the table columns by selecting the table, Select the properties windows and No. of Rows scrolled at each step & No. of rows displayed.
    On most monitors 25 is a good number and this allows the use jump 25 rows up / down the table view.
    Hope this might help,
    Regards
    Gill

  • FREEZE COLUMNS AND ROWS IN WEB REPORT - PLEASE ADVISE ME

    Hi Experts,
    I have a web template that contains a query. My customer wants to freeze columns and rows in this report like we do in Excel. I know that in BW 3.5 this is not a standard feature of Table item. In forum I have found some messages regarding with this issue. I inserted a JavaScript code that I have found in forum, but this does not help. A codewriter wrote some other JaveScript for example  alert(), that works but some part of taken code from forum such as defined functions do not work.
    Other solutions advised in forum such as fixing row numbers or column numbers do not fix my problem.
    My questions:
    1 -  In new version of BW, BI 7.0 have this issue with WAD in standard been solved?
    2 - Does it really possible at the same time rows and columns to freeze? I want to freeze 2 rows from top, 2 columns from left.
    Could anyone have an idea?
    Best regards,
    Songul

    Hello,
    This will be implemented with SPS13.
    https://websmp204.sap-ag.de/~sapidb/011000358700004483762006E
    And before SPS13, i frame is useful to realize what you want to do. Using 2 "Analysis" web item. and display of 1st analysis web item is restricted only thin the header of the table and the 2nd Analysis web item is used as "table". display of this "analysis" is also restricted to 10 - 30 rows.
    but this consume hardware resource.
    <sample>
               <div style="OVERFLOW: auto; WIDTH: 1000px; HEIGHT: 20px" >
                   <bi:ANALYSIS_ITEM name="ANALYSIS_ITEM_2" designwidth="400" designheight="20" >
                       <bi:DATA_PROVIDER_REF value="DP_1" />
                       <bi:NEW_LINES_COUNT value="0" />
                       <bi:NEW_LINES_POSITION value="TOP" />
                       <bi:DATA_ROW_FROM value="1" />
                       <bi:DATA_ROW_TO value="0" />
                   </bi:ANALYSIS_ITEM>
               </div>
               <div style="OVERFLOW: auto; WIDTH: 1000px; HEIGHT: 200px" >
                   <bi:ANALYSIS_ITEM name="ANALYSIS_ITEM_1" designwidth="400" designheight="200" >
                       <bi:DATA_PROVIDER_REF value="DP_1" />
                       <bi:DATA_COLUMN_FROM value="1" />
                       <bi:DATA_ROW_TO value="0" />
                   </bi:ANALYSIS_ITEM>
               </div>
    Kind regards,
    Masaaki

  • Freeze Column or Header row in Web report (NW04s)

    Hi all,
    there are lots of proposals on how to freeze (or lock) the lead column or the header row in BW3.x, but can't find any information on how to do it in NW04s Web reports. I believe you require some Java scripting. Any ideas?
    I know you can do paging, but this is not good enough.
    Thanks
    C
    PD: Points will be awarded!!

    Hello,
       I am not sure but I read this some where ---> "There really is no suitable solution on the Web that mimics the functionality found in Excel. However, depending on the volume of data in your report, there are some satisfactory work-arounds. One is to use frames in your HTML page. You can type the static headings of your columns in the top frame, and scroll the report in the frame below. Not elegant, but it works. The second option is to maximize the number of data rows shown at a time, to say 25, and then use the BW navigation icons on the Web to flip pages, maintaining the headings. Both solutions require some work in the Web Application Designer. On a future note, there is a Web Analyzer available in version 3.5 that should replicate the freeze pane functionality from Excel. "
    Try this out, this may help you..!
              --> EnjoySAP:-)

  • Eliminate duplicate rows from the report 6i output

    Hi All,
    I have generated a report output with the group by and summary options.
    For Ex: report has num and amount columns
    I had to sum the amount group by num
    NUM AMOUNT
    1 100
    1 50
    2 10
    2 100
    After group by and summary functions the report is generating the output as follows...
    NUM AMOUNT
    1 150
    1 150
    2 110
    2 110
    I want to eliminate the duplicate rows and want the output as follows...
    NUM AMOUNT
    1 150
    2 110
    I tried all the ways to implement distinct, but not able to.
    I donot want to implement distinct on the query but want to perform at the report level.
    Please help me in this ASAP.
    Thanks,
    Vijay

    It would be helpful if you post your query, should by something like
    SELECT NUM, SUM(AMOUNT)
      FROM TABLE
    GROUP BY NUM
    ORDER BY 1this would not create duplicates with your given example data.

  • Eliminate duplicate rows in the report

    i have a report generated as shown below:
    col1----col2-----col3---col4---etc..
    1-------a---------x------aa==>row1
    2-------a---------y------bb==>row2
    1-------a---------x------cc==>row3
    if u see the above displayed data for row1 and row3. it has same set of data in
    col1,col2,col3.
    Now ,i need to eliminitate the rows in the report which has same set of data in
    col1,col2,col3(avoid duplication of this set of data )
    but i cant do it while querying as there are other columns also, which make the
    the whole row distinct.
    so i think ineed to do it after the query process or while querying.
    It would be very helpful for me If somebody can help me to find a solution for
    this problem.
    thanks in advance

    SELECT
    detail_date ,
    agent_code ,
    detail_piece,
    vessel ,
    journey_reference ,
    doc_price,
    local_code,
    AMOUNT,
    sum(amount) over (partition by local_code) SUM_AMT
    FROM
    (SELECT
    ag.detail_date ,
    ag.agent_code ,
    dt.detail_piece,
    dt.vessel ,
    dt.journey_reference ,
    dt.doc_price,
    dt.local_code,
    decode(dt.doc_price,'FE',decode(gl.category,'00',gl.amt),
                   'FI',decode(gl.category,'00',gl.amt),
              decode(gl.category,'CC',gl.amt)) AMOUNT
    FROM as_group ag,
    as_doc_price dt,
    as_line gl
    WHERE ag.pas_id = dt.pas_id
    AND     dt.doc_id = gl.doc_id
    AND ag.pas_id = :p_pass)
    Hi Gayathri,
    the aove one is my exact query.You 'll find a SUM_AMT column inthat which calculates the total of AMOUNT in the suquery and displays it partitioning by local_ code, so if u have there local codes it displays the total three times.
    But i need to display it only once at the end of the report,i mean for each distinct local_code.
    i also tried using the same subquery along with a WITH clause so that i use the same subquery and select the other data and the partion by data seperately(in which case i gave distinct clause in the seperate select statement consisting of partition by clause) and finally make a UNION of the two queries .
    it is as shown below:
    WITH tab1 as(SELECT
    ag.detail_date ,
    ag.agent_code ,
    dt.detail_piece,
    dt.vessel ,
    dt.journey_reference ,
    dt.doc_price,
    dt.local_code,
    decode(dt.doc_price,'FE',decode(gl.category,'00',gl.amt),
                   'FI',decode(gl.category,'00',gl.amt),
              decode(gl.category,'CC',gl.amt)) AMOUNT
    FROM as_group ag,
    as_doc_price dt,
    as_line gl
    WHERE ag.pas_id = dt.pas_id
    AND     dt.doc_id = gl.doc_id
    AND ag.pas_id = :p_pass)
    SELECT
    detail_date ,
    agent_code ,
    detail_piece,
    vessel ,
    journey_reference ,
    doc_price,
    local_code,
    AMOUNT
    FROM tab1
    UNION
    SELECT
    null,
    null,
    null,
    null,
    null,
    null,
    local_code,
    sum(amount) over (partition by local_code) SUM_AMT
    from tab1;
    the above query with WITH clause, worked fine in SQL plus, but in reports the same query gave me error "table or view tab1 does not exist" .When i removed the UNION from the with cluase thequery is OK in report(i'm not sure about this strange behaviour in report like same query that works in SQL plus fine , showing errors in report.If the above query i'm able run in reports its done for me but wat to do its not workin fine
    So this is the situation i'm in..i have given a detailed reply...please be generous to ask if u need more info from my side..
    Expecting a positive response from your side
    Regards
    DEV

  • Hiding rows in Web report

    I am currently hiding an entire row via ABAP classes using 'style="display:none"' however there is a thick gridline where the hiding row is. Has anyone encountered this before and is there a better way to hide rows? I have hidden columns using 'style="display:none"' and the report looks ok, but hiding rows this way leaves thick gridlines where the rows use to be.
    mark

    It seems the problem is the method for c_cell_td_extend will only hide the <TD>, but the <TR> will still exist, thus the gridline displaying in the report. does anyone know of a way to clear the <TR> as well for web templates?
    mark
    Message was edited by:
            Mark Siongco

  • I see * in some of rows in web report ?

    Hello all,
    When i am running some of my reports in web I see only * in some cells and when I export it to excel i can see the actual value. Is there any setting that i need to do do for web. ?
    The two rows that are not showing up properly and showing * are having these values -1,083,765.56 and then there is another value -109,666,125.90
    Can some share any ideas?
    Thanks

    Hi K M,
    You see * when the values of different units are being added together...is this the case in your report?

  • Dimension variable shows two rows in Webi report

    Hello everyone!
    I want to build a report with the following structure:
    Account group 1 | KYF 1| KYF 2
    For this effect, I've created a dimension variable called "Account group 1" with a formula like "GL account starts with "64"".
    With this I'm getting two rows: one with the correct value and another with the aggregated value of the remaining accounts.
    How can I make this return only one row with the restricted values I want?
    Best Regards,
    Luís Andrade.

    Hi Luis,
    There are two ways to do it.
    1. Simplest solution use a report filter by selecting the Account Group column and selecting the accounts.
    2. If the above one doesn't work if the report refreshes and new accounts come in, the other way is create one more variable named group2 or something, as dimension and use an if statement where if account group = account starting with GL Then group1 Else NULL. now apply the report filter where group2 not equal to "NULL". Now you will not have the last row as before.
    I think one of this should be helpful.
    Thanks,
    Rajesh

  • Webi report - save as .csv is bringing double the number of rows.

    Hello all,
    I am running a webi report and then saving it as .csv file to my desktop but when I save the file it is giving me double the number of rows. In my report I have employee, employee key, attributes and Org unit and some measures.
    The .csv file has one additional column at the end which does not have any header and that column has "1" in the rows which should be legitimate and "0" in the rows which are so called duplicates, in these duplicate rows there is all data except it is missing the employee key and org unit key.
    If I save as excel I get the right number of rows.
    has any one seen this issue before?
    Thanks in advance,

    Exporting to csv is different from exporting to csv.
    If you have any filter on your crosstab or table and you export it to excel it will show you your data according to this filter.  Let's say in your table you have amount 0 and 1 and you filter that column so it will show only those records where amount = 1.  If you export it to excel you'll get what you see in your WebI report, that's only records with amount = 1.
    But if you export to csv the same Webi report with the same crosstab or table filtered by amount=1, the csv export will ignore this filter and your csv will include amount 0 and amount 1 records.
    I don't know if that's a WebI's  bug, but that's what has happened to me.
    A workaround could be adding your filter directly in the query pane, not filtering your table columns.
    Also check your query pane to see what object is bringing that extra column in your table.

  • Report Generates Duplicate Rows

    Each,
    I have a report which when generated and run as 9i report on Linux generates duplicate rows. Whereas the same report running on 6i client server works perfectly fine. Running against the exact same database.
    The report generates a delimited CSV file.
    On Client Server
    Reports 6.0.8.12.1
    Windows XP
    On 3 tier
    Reports 9.0.2.3.0
    Red Hat Linux
    Database 9.2.0.4.0
    Examples Here. This line generated in client server.
    Feb-06     ELDC     DATA TRANSFER     0     0     0     0     0     0     0     0     0
    Yet on 3 tier 9i. Also note the asterisk.
    Feb-06     ELDC     DATA TRANSFER     0     0     0     0     0     **     0     0     0
    Feb-06     ELDC     DATA TRANSFER     0     0     0     0     0     **     0     0     0
    Feb-06     ELDC     DATA TRANSFER     0     0     0     0     0     **     0     0     0
    Feb-06     ELDC     DATA TRANSFER     0     0     0     0     0     **     0     0     0
    Feb-06     ELDC     DATA TRANSFER     0     0     0     0     0     **     0     0     0
    Feb-06     ELDC     DATA TRANSFER     0     0     0     0     0     **     0     0     0
    Any ideas what is happening here.

    There are two ways you can work around this bug.
    1. Layout Model/Main Section\Property Palette --Set Report Height - 9999.
    Do this after you complete creating the layout. After completing the development of the report just change the report height to 9999
    2. Set page height to 0 in the report .prt file and use that file name in system paratmeters. ( desformat - *.prt file ) You have to copy this file to the server if you are running web reports. This will take care of all your delimited reports.
    To get rid of the asterisk try adding to_char for all the amount columns.
    Also, the font on Red Hat Linux may not be an exact match to the font in the report.

  • Multiple dates in row in webi crosstab report

    Hi,
    I am having a PKG_ST_DTM named object of DateTime datatype in database, which contains Timestamp along with it ( we cant change the Database), as we doesnt require the timestamp in our reports, So in IDT we have changed it to  Date without Timestamp by: "convert(varchar(11),PKG_ST_DTM,105) as PKG_ST_DTM" and when I am creating a cross tab report in Webi (4.0)   the dates are Repeating on the Horizontal axis, Below link shows the image/attachment
    http://aryanneil.imgur.com/all/
    I tried with "Avoid Duplicate Row Aggregation" and also in Edit Query " Retrieve Duplicate Rows". But unable to solve
    I need only One date for each cell in the horizontal axis. Please do the needful.
    Thanks in Advance

    Neil,
    It seems issue with date formatting property @ each level-
    @ DB           -     YYYY-MM-DD HH:MI:SS..     --> 2014-05-06 19:00:03:000
    @ IDT           -     DD-MMM-YYYY HH:MI:SS..   --> 06-May-2014 19:03:000
    @ REPORT     -      DD/MM/YY                                         --> 5/6/140
    So you can check these properties at respective levels and do the necessary changes as per requirement
    - M

  • How to add A single row at the middle of the table in a Webi report

    Hi,
         I created a Webi report using Universe(Created universe using bex query).Now i have a requirement to display a row at the middle of a report. Can you please tell me ,how to add a sigle row at the middle of a Webi report.
                                                    Thanks in advance
    Regards
    Monika

    Hi Monika,
    It is not really possible to add a row (I assume you mean of unrelated data) to the middle of a table in a report. You can add a new table with a single row between two tables. For instance you could add a new one row table, or even single cells which are positioned relatively between two tables. Possibly a block on top of another. But this gets tricky.
    Can you explain in more detail what you are trying to do?
    Thanks

Maybe you are looking for

  • SVG image does not appear in mobile version but does in desktop version

    Hi, I am new to using Muse and have created only one site before in Muse. I have taken screenshots to show the problem I am having. I have used Illustrator to create the following logo image that I save out as an SVG file: As you've probably guessed,

  • Processing a data mining structure throws an error

    Processing a data mining structure throws an exception stating the following: "Errors in the OLAP storage engine: An error occurred while the 'IDK' attribute of the 'Test  IDK' dimension from the 'Project1' database was being processed." "Errors in t

  • Can I install Appleworks 5.0 on OS X 10.5.8?

    I have the original OS 8.5 system software cd from my old blueberry iMac, from which I am transferring Appleworks 5.0.3 files to my newer MacBook Pro. Can I install the Appleworks 5.0 application from my original OS 8.5 system software cd onto my Mac

  • Photoshop CC 2014 running out of memory?

    I recently reinstalled Windows 7 Pro (64-bit) so reinstalled CC 2014. I do a variety of image cropping on 12MP images. Before the reinstall it had no issues having 7 images loaded at once. Since the rebuild I get a Windows Low Memory warning every ti

  • Creating Webdav Tables

    Hi I was wondering if anybody knew where( or even if the is one ) i could find a script to run on the DB that will create the webdav tables. Please any help will be greatly appreciated. Many Thanks George