Query display as normal

Hello Guru:
I have created the query and the result like this.
Customer   Product  Sales Volume
1                A            100
                  B            200
Result                      300
I preferred to show like this
Customer   Product  Sales Volume
1                A            100
1                B            200
Result                      300
I 'd like to show customer as normal not hidden even it's the same as previous row.
Any properties that I can activate.

Hi,
in the properties section of the query, look for the option "suppress repeated key values".
http://help.sap.com/saphelp_nw04/helpdata/en/1e/99ea3bd7896f58e10000000a11402f/frameset.htm
Regards
Gerrit

Similar Messages

  • HT4623 how to change from enlarged display to normal display on IPHONE5

    how to change enlarged display to normal display on IPHONE 5

    Settings > General > Accessibility > Zoom.
    This can also be changed when the iPhone is connected to iTunes. Available under the Summary tab for the iPhone sync preferences with iTunes below Options > Configure Universal Access.

  • How should I set the iMac display in normal mode

    how should I set the iMac display in normal mode

    Not certain if this is what you're asking, but the normal setup would be System Preferences>Displays>Disply tab and select 'Best for display'.

  • Getting a early watch alert in production for query display.

    Hi All,
    Getting a early watch alert in production for query display.
    Number of Excel cells send to frontend: 78630 cells to the frontend on average.
    Please suggest to overcome and rectify in the production environment.
    Regards,
    Siddhardh

    Siddhard,
    To set u201CAverage number of Excel Cells send to Frontendu201D to remove/ extend the set 30000 as parameter
    We need to execute the report SAP_RSADMIN_MAINTAIN with parameters
    o     OBJECT = MPRO_MAX_RESULT
    o     VALUE = <maximum size of the interim result in kilobytes>
    Reference: Note # 630500
    Hope this helps.
    -RajNi Reddy

  • Authorization Object for role creation for query display?

    Hi,
    Can Anybody here tell me what is the Authorization object that we use for role creation for query display?
    I want to assign a role to the newly designed query! that query does not have any role so far!
    Pls suggest me
    Thanks,
    Ravi

    Hi,
    I could make the authorization tab green by entering the authorization object!
    But user tab still remains red as it is not allowing me to enter my username in the user tab!
    in the user tab  i am unable to enter my user name?
    Any suggestions?
    Thanks,
    Ravi

  • There is a dead area in the center of the display.  Display is normal on both sides.  Cursor will cross it but disappears when going through it.  Has anyone seen this?

    I have a dead area in the center of the display in the form of a vertical line about 1/2 inch wide.  The cursor disappears when passing through it but is visible on both sides.  Display is normal on both sides.  Anyone seen this before?

    Might want  to run the Apple Hardware Test just in case.
    Intel-based Macs: Using Apple Hardware Test

  • Master data query display limited to 10000 records

    Hi,
    When I run a query based on master data objects like 0CUSTOMER, the query displays only 10000 records instead of about 50000. This happens with all other master data items. This happens after the upgrade to 2004S. We still use frontend 3.5. Transaction data displays are correct. Has anybody faced this problem? Can someone suggest the solution for this?
    Thanks.
    Param

    Hi
    Check out note -
    <b>955487</b>- Master data InfoProvider reads only 10000 records
    Implement the advanced corrections as SP-09 is too far to be released.
    Hope it Helps.
    Chetan
    @CP..

  • Suddanly Mbp display has got inverted colors with black on white settings. in universal access. When I connect external display(tv), TV display is normal. I reinstalled os x lion. But it did not help.

    Suddanly Mbp display has got inverted colors with black on white settings. in universal access. When I connect external display(tv), TV display is normal. I reinstalled os x lion. But it did not help. I had this problem before but it solved after reinstalling os x lion.
    Did you have this problem? What should I do?

    Sorry, its not an external display. I changed out THE display in my imac. When I hooked up my wife's display it was photo negative and the imac was color. I changed the Universal Settings and the external display went to color and the imac went to photo negative.

  • Normal query display nothing

    hi,
    i'm reporting very strange behaviour:
    I've a pl/sql function body returning sql that generate correctly an sql.
    The query retrieve several data (more than 10000) (i've a debugging field on my page, that displays the content of the query).
    When i paste the query inside oracle sql developer the data are retrieved correctly.
    However in apex the report displays
    report error:
    ORA-01403: no data found
    The story is that the datas are in for sure by the way i've copied /pasted this query in another report and it works correctly:
    Any issue for you about the syntax or regard some item prop??
    SELECT TBCONTATTI.NORECORD NR, ROWNUM, TIPOLOGIA,
    COGNOME,NOMEPROPRIO,NAZIONE, CAP,
    COMUNE, IDENTITA FROM TBCONTATTI, CORRISPONDENZA WHERE CORRISPONDENZA.RELCLIENTE=TBCONTATTI.NORECORD
    by the way i've copied /pasted this query in another report and it works correctly:
    Any suggestion would be great
    thanx

    hi,
    FORGET the previous post: i have to practice a little bit with Apex:
    the story is that i was using pl/sql function returning sql query and first time i ran the queries, it was working correctly why i got the same columns in a couple of conditional selects(why populates conditionally the same report region).
    When i've changed the columns suddenly one of the queries started to return NO DATA FOUND inside the report because (i've simply added another to a select) i was not aware to change as well Use Generic Column Names (parse query at runtime only).
    I found that this is absolutely required inside your pl/sql RSqlQ.
    That's all: i've to discover APEX a little in depth.
    However a better message then NO DATA FOUND, would be better when you have pl/sql RSqlQ. Would be interesting to have ' Nr of columns doesn't match what specified in report attributes/region definition. Try to use generic columns and headers'
    Maybe is difficult to detect a situation like this...
    thank you a lot however
    Message was edited by:
    Marcello Nocito
    Message was edited by:
    Marcello Nocito

  • IF NEW VARIABLE IN SQL QUERY, DISPLAYS AS LAST COLUMN + rpad not working

    Hello everybody and thank you in advance,
    1) if I add a new variable to my sql query to select a column which was already in the table, it shows it in the report table as the Last column to the right. That is, if I add "street" to
    something like city, postcode, street, store, manager, etc, instead of placing street between postcode and store, it places it as i said as the last column to the right.
    2) When values are entered into the cells of the tables, yes, they do expand it to their needed lenght, But, only if it is one word. If it is two, like when i enter the value "very good"
    then it takes two lines so as with a carriage return within the cell, thus, making it too high the row. I tried to padd spaces with rpad but it did not work. something like rpad(stock, 20,' ')
    I must say that the table is in the same page where there is a Form, so as the table grows in lenth it is actually squeezing the form located right on its left.
    3) rpad did not work with the most simple syntax, but less would with what i need because it turns out i am using DECODE in order to do a conversion between value displayed and
    value returned in my select list of values, something like : DECODE (TO_CHAR (stock),'1','Deficient','2','Average','3','Good','4','Very Good',null) AS stock,
    so, i have tried to put the rpad there in several places but either it gave parsing error or it left the column empty not picking any values.
    thank you very much
    Alvaro

    Alvaro
    1) That is standard behaviour of apex builder. You can change the display order with the arrows in the report attributes column report.
    2) You will have to play with the style attributes of the column to accomplice this. For instance style="white-space:pre;" in the Element Attributes of the column attributes. White-space:normal would thread several space (' ') as 1. So no matter how many you add with rpad they will be shown as 1.
    Or set a width either as attibute or in a style class for that column.
    Nicolette

  • Query display value as *

    Hi, SDNs
      When run query , one of the field value in cube is 1000.000 for example as type of quan and has unit value,
      But it's so strange that  display as '*' in query,
      Would appreciate inputs on this
    Terry Ni
    Kind Regards

    It normally occurs if the query has object which has mixed values..like report tried to calculate the sum of two different units of measure. eg cases and kilos
    try to add infoobject 0UNIT from UNIT dimension in to the query and check the results..
    Alternatively as mentioned above
    create Restricted key figure or NEW FORMULA in the columns of your query using function NODIM("Key figure") .
    NODIM can be found In the Query--> formula editor - data functions -- 'Value without dimension (unit free)'
    Hope it Helps
    Chetan
    @CP..

  • Error in Query display

    Hi All
    I am using 0Instl_dur for calculating installation duration. Its flaoting point number tyoe infoobject. However when I display this in query in BEx. the Duration is shown with suffix ERR. e.g. duration 5,0000000000000000E+00 ( 5days) is being shown as 5.0 ERR.
    Can I anyone explain me what needs to be done to get rid of unnecessary charecters 'ERR'?
    Cheers
    PB

    Hi PB,
    to come around the 'ERR' you can do 3 things. First one is already suggested by Michael. Just create a new formula or a calculated keyfigure to get your keyfigure without a unit  --> nodim(keyfigure)
    Second is: put the unit infoobject into the rows of your query.
    Third is: Reload your cube completely and make sure the unit is populated correctly.
    regards
    Siggi
    Message was edited by: Siegfried Szameitat

  • Frontend Query display in Analyzer taking more time

    Hi  ,
    We  have severe performance issue with one of Query .
    We are using  several Hierarchy nodes in query  , we have lot of customer exits and query is built on virtual Provider.  All these performance issues cannot be ruled out as user is insisting to have them .   I tried all suggestions posted in SDN before i am posting this message.
    My query is executing fine in RSRT  it takes approximately 2 minutes to execute in RSRT , However when i try to execute the same query in Analyzer it takes more than 20 min  and work book built on the same query is still worst , It takes 1 hours to display the result.
    Kindly suggest me to over come this issue.
    Thanks in Advance
    Anil

    Hi Anil
    Please find the link https://www.sdn.sap.com/irj/scn/advancedsearch?query=query+performance&cat=sdn_all . It contains various document for query performance and sap notes. Hope this helps.
    Also try to restrict your query with variable to improve the performance.
    Cheers

  • [Solved] nm-applet does not display in normal user's panel

    I installed Arch Linux yesterday. Today, I am trying to get some of the refinements working. I installed OpenBox as a standalone window manager. I got several things working exactly the way I wanted as root, such as networkmanager, nm-applet, and pypanel. When I startx as root, the nm-applet is properly displayed in the pypanel.
    Then I discovered that I could not run an X application as the normal user without first running "xhost +" as root. At this point, it dawned on me that I am not supposed to run startx as root, but as the normal user. Duh!
    So, I thought I set up everything the same way for the normal user. When I startx as the normal user, OpenBox runs, nm-applet runs, and pypanel runs, but pypanel does not display the nm-applet icon. I can now run my X application as the normal user, so that is good.
    My .config/openbox/autostart file is exactly the same for root and my normal user:
    (sleep 3 && pypanel) &
    (sleep 3 && /usr/bin/nm-applet --sm-disable) &
    nm-applet was started by this code, because ps -ef shows it running and owned by the normal user:
    [tim@(none) ~]$ ps -ef|grep nm-applet
    tim 2311 2306 0 15:27 tty1 00:00:00 /usr/bin/nm-applet --sm-disable
    tim 2332 2327 0 15:27 pts/0 00:00:00 grep nm-applet
    [tim@(none) ~]$ ps -ef|grep networkmanager
    root 497 476 0 14:14 ? 00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action eth0
    root 869 476 0 14:30 ? 00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action ra0
    tim 2345 2327 0 15:27 pts/0 00:00:00 grep networkmanager
    Why does pypanel display the nm-applet icon for root but not for the normal user?
    Tim (newbie to Arch but previously ran ArchBang for six months)
    Last edited by ratcheer (2012-05-02 22:34:30)

    I have now switched to tint2 from pypanel, anyway. It is much cleaner and easier to use. At least in my opinion.
    Tim
    Last edited by ratcheer (2012-05-03 02:31:59)

  • How do you get the display to normal view. Cannot see top menu

    Display seems magnified. How to get it to normal view to be able to see top menus

    Could be because it does not work. It does not work in my Mavericks.
    Joe Bailey wrote:
    I am surprised the article referenced by lllass does not mention the use of the Esc or in some cases Command+Esc to exit full screen mode. It seems a strange ommission of a common technique.

Maybe you are looking for