Key figure display in the query

Hi experts,
In a query in the columns we have 3 key figures. I dragged a characteristic into the columns and
executed. Now for each value in the char it is showing all the 3 key figures.
My requirement is, for only one keyfigure value the characteristic should show the value. For the
remaining 2 key figures it should not show.
The remaining key figures to be displayed as normal.
How to get this ?
Regards,
Nishuv.

Hi Rao,
Thanks for the reply...
My requirement is :
We have netvalue and cutomer outstanding key figure in the columns.
I want to drag terms of paymnet characteristic into the columns.
By doing this the query output will be as follows:
Terms of payment                   
Net value|Customer outstanding
But my requirement is Terms of payment should be only for Customer outstanding i.e
Terms of payment
Customer Outstanding
It should not take the Netvalue under terms of payment.
Netvalue should be displayed outside.
How to do this ?
Regards,
Nishuv.

Similar Messages

  • How to filter Key Figures - not using the GUIDs

    An example How to filter Key Figures may look like this:
    http://XXX.com:8000/sap/bw/BEx?sap-language=DE&bsplanguage=DE&CMD=LDOC&TEMPLATE_ID=XXX&FILTER_IOBJNM=41F68RV4ZB5VYSARODYU70CAQ&FILTER_VALUE=41F68SAI18DB01DO023IR49QA
    The GUIDs consume the space in the URl. Is there a way to work with an alias.
    To use the technical name of a Key Figure defined in the Query does not work.

    Hi Cherie,
    This is exactly the type of problem that I'm currently trying to figure out. I'm trying to following your solution but I'm not clear on how you actually achieved this in you last note. I want to dynamically select actuals/budget column fields based on what period I enter. I thought about creating 12 separate RKF fields for actuals and 12 separate RKF fields for the budget reforecast and outputting these all and then doing some VBA to hide the fields not required based on which period was selected... how is your variable ZFYAPER7 defined and calculated?
    Cheers

  • Key figure flag in the planning layout

    Hi,
    Can anyone explain the importance of the key figure flag in the planning layout?
    Regds
    Pavan.

    Hi Arun and  Zegion,
    Thank you for your responses.
    Arun, I do not have any aggregates on the cube. I changed the aggregate properties of the Key Figure from SUM to Minimum. this has solved my problem temporarily.
    the reason I am saying temporarily because this is a SAP delivered InfoObject. This is for the datasource 0CO_PC_PCP_01. When I read through the documents, it said, SUMMation for Aggregation and Last value for "Exception Aggregation" will display the value of KF as the last value and does not add them up.
    Since this wasn't the happening in my query, I changed the Aggregation from SUM to Minimum.
    Regards,
    S.P

  • Additive delta causing problem with data being displayed in the query.

    Hi,
    I am having a delta mechanism to load data from ODS to cube. The delta runs everynight and when we run the report for yesterday the report works fine but if some of the line items changed during the course of the day today the delta is picking them up today in the nightly job. When I run the report tomorrow for yesterday and today the report is displying incorrect data because the cube thinks there are more than one line items.
    for eg: Yesterday let's say
    Salesdocument customfield docitems Keyfeild
    ODS : 1001                 1                1            1
    IC:      1001                 1                1           1
    When I run the query today and "customefield" is in the report it is displaying value of "1" which is correct.
    Today let's say the key feild has been changed to 2. Since ODS is overwritable
    ODS : 1001        1     1  2
    but in IC, I see
    IC:      1001         1    1  1
              1001         1    1   -1
              1001         1    1   2
    and when I report on "Customefield" it displays the value of "3" instead of "1". Is there any way to solve this issue.
    Very urgent.
    Thanks,
    PV

    PV,
    Normally when the delta is loaded from an ods to cube, it will have two records, one will be the reverse image of the existing record and a new image of the record. So, in your case (I think you are referring to change in key figure and not the key field)
    After the change, this is how it should look like --
    ODS : 1001 1 1 2
    IC: 1001 1 1 1 (original record)
    1001 -1 -1 -1 (reverse image of the old record)
    1001 1 1 2 (new image)
    So when you run the report, you will get the following correct result.
    1001 1 1 2
    If this is not happening, then there must be something else. You can check all this by loading the delta to psa and looking for the particular record etc.
    -Saket

  • Unable to find key figure attribute in the cube

    Hi all of you,
    I am struggling while working on this "Display Attribute". Please read this and help me out.
    I want to create attributes and then load data into a cube.
    I had created an InfoArea IA_ATTRIBUTES.
    Under this IA_ATTRIBUTES I created an InfoObject Catalog IOC_DISPATTR.
    Under IOC_DISPATTR I created an InfoObject ZCUSTNUMB which is my primary key.
    After defining the ZCUSTNUMB I clicked on the Attributes tab and entered the other attributes like ZCUSTNAME, ZCUSTADDR, ZCUSTREGI, ZCUSTLOCA, and ZPRICE. All of these attributes except ZPRICE are characteristics WHILE ZPRICE is a keyfigure.
    I've also made sure that the Attributes only check box is not checked for all the characteristics.
    I then activated the InfoObject ZCUSTNUMB and came back.
    Now I created a cube DISP_ATTR. I clicked on the InfoObject Catalog button and selected the above mentioned catalog IOC_DISPATTR and transferred the IOs from the template into the structure.
    Now when I transfer IOs in this way all the IOs both characteristics and key figures should come into the structure of the cube isnt't. But only characteristics have come and the keyfigure ZPRICE hasn't come.
    Moreover when I hit on the key figures tab and hit on the find button and find ZPRICE I am getting a message saying "No (further) object found". So when I hit on the create button and create a key figure ZPRICE I am getting a message saying "InfoObject ZPRICE already exists as Key Figure (please rename)".
    However when I double click on ZCUSTNUMB which is the primary key, the screen "Display characteristic ZCUSTNUMB: Detail" opens. In this screen I find all the attributes in the attributes tab that I had defined while defining attributes including ZPRICE.
    So what I don't understand is when all the characteristics IOs are visible under the characteristics tab then why am I unable to find the key figure ZPRICE under Key figures tab when I created it while defining attributes. Can anyone please explain me this situation and tell me how should I find the key figure ZPRICE so that I can go ahead and create the cube.
    Lastly I want to know what are the differences between InfoObjects and Attributes. Is an attribute also an IO?
    Please explain.
    I would appropriately rewards your answers.
    Thank you.
    TR.

    Hi Oscar Romero,
    Thanks a lot for your reply. As per your suggestion I created another IOC FOR key figures called IOC_ATTR_KF. In this IOC I had included the key figure ZPRICE and activated the IOC.
    Now I have created a cube again ATTR_DISP. On the right corner where we find 5 buttons I clicked on the InfoObject Catalog button. The screen "Select InfoObject Catalog" opened displaying the IOC_ATTR_KF that I had created earlier. When I double clicked on the IOC_ATTR_KF I got the msg asking "Do you want to transfer the IOs from the template into the structure?" I clicked on Yes. But I don't find any key figures either in the Structure pane or in the Template pane. Both the panes are empty.
    I also clicked on the All InfoObjects button and searched for ZPRICE but again I am getting the message "No "further) object found". However when I try to create ZPRICE I am getting the message ZPRICE already exists.
    Please explain me why this is happening like this?

  • How can i display all the query items to a table?

    how can i display all the query items to a table in a jsp file?
    i always have an out of memory error..

    any body??any idea?
    is it possible thru configuration or i have to write a program by the abaper??
    Biswa

  • ERROR MESSAGE : display of the query spec is not allowed

    Hi all,
    I have many queries built under a multiprovider. The problem is if i try to chane a query it is not allowing me to do it. Even for a query which i built it is not allowing. It is displaying an error message 'display of the query spec is not allowed'.
    Can anyone help me in understanding this issue?
    Thanks,
    Raj.

    Have you check your authorizaiton trace with ST01?
    You need authorization for this query in auth obj S_RS_COMP or S_RS_COMP1

  • Key figures display limitation in BI 7.0 query

    Hi,
    When i converrt my 3.5 query which has 12 key figure columns displayed all in 1 page into 7.0 version it only displays 4 columns at a time.
    Please how can i resolve this? I need to see all KF columns in once like the 3.5 version.
    Tahnks a lot.
    Cesar

    1. Start BEx Web Application Designer tool
    2. Open your webtemplate if you have one or (0analysis_pattern)
    3. Go to the "Overview" tab which lists all the webitems in that template.
    4. Find the web item with name "ANALYSIS" and go to its properties(or edit) using context menu.
    5. find the property "Number of Data Columns Displayed at Once" and  change the default value of 4.
    Assign points if helpful
    Regards, Uday

  • Key Figure values in the Bex Report are different from the cube

    Hi all,
    When I tried to pull data of the cube, the values of the Key Figure 0Lotsize_cm was showing 100 EA. But when I try to run the query of the cube, then the key figure is LotSize is showing up as 500 EA. I don't understand why this is happening.
    When I checked for Aggregation in the Key Figure. It shows up as "Sum" under aggregation and "Last Value" under Exception aggregation.
    Could some one help me find a solution to this issue.
    I look forward to hearing from the experts.
    Regards,
    S.P

    Hi Arun and  Zegion,
    Thank you for your responses.
    Arun, I do not have any aggregates on the cube. I changed the aggregate properties of the Key Figure from SUM to Minimum. this has solved my problem temporarily.
    the reason I am saying temporarily because this is a SAP delivered InfoObject. This is for the datasource 0CO_PC_PCP_01. When I read through the documents, it said, SUMMation for Aggregation and Last value for "Exception Aggregation" will display the value of KF as the last value and does not add them up.
    Since this wasn't the happening in my query, I changed the Aggregation from SUM to Minimum.
    Regards,
    S.P

  • Calculated key figures are returning the word "ERROR"

    Hi All,
    the calculated key figures which i used in one query are displaying the word  "ERROR" at the end of the results as part of each cells formatting.But when i copied the same query to my system then its not showing the word error and even i created one more query which is a replica of the first one and then also iam not getting the error .
    what might be the cause of this issue . kindly suggest me how to control the word error in the out put
    regards,
    jayakrishna

    Hi,
    you can control the way BW displays exceptions with customizing (SPRO) transaction RSCUSTV4.
    identify differences of these settings in your systems and apply them accordingly.
    hope this helps...
    Olivier.

  • SAP BW Key figures displayed 100 times larger than it should

    Dear all,
    I'm using Crystal Reports 2008 SP2 und SAP Intetegration Kit X3.1 SP2 to create a report upon a BW Query (7.01). Several key figures are displayed exactly 100 times larger than it should. Only the formatted value  is displayed correctly.
    Is anyone familiar to this phenomenon?
    best regards,
    madadm

    Solved:
    the regional settings of the client machine have to match the servers' .This have been hard times...

  • Webtemplates - Disply Group Of Key Figures based on the selection criteria

    Hello,
    I have a requirement of displaying Kefigures based on the selection criteria in the browser.
    Assume that I have Query with the following set of key figures.
    Plan_KF in units CSE
    Actual_KF in units  CSE
    Difference in units CSE
    Plan_KF in units T3
    Actual_KF in units T3
    Difference in units T3
    Plan_KF in units PAK
    Actual_KF in units PAK
    Difference in units PAK
    1) I should have drop down box with values
    CSE
    T3
    PAK
    2) If user selects PAK then query should display only the key figures with units in PAK
    i.e.
    Plan_KF in units PAK
    Actual_KF in units PAK
    Difference in units PAK
    If user selects CSE the query should display only key figures
    Plan_KF in units CSE
    Actual_KF in units  CSE
    Difference in units CSE
    I tried using the DropDown Box - (not much usefull to select more than one Key Figure)
    and CheckBox web items - I have to do multiple selections (Not very much suitable if the Key figures are too many).
    I appreciate your timely help.
    system specifications:
    SAP_BW - 310
    Front-End - 6.20
    Advanced Thanks,
    Ramana

    Hi,
    One alternative would be to save two additional copies of the query (each with different units) and code your dropdown box with the RESET_DATA_PROVIDER command.
    So if your queries were:
    Z_QUERY_CSE
    Z_QUERY_T3
    Z_QUERY_PAK
    You would define the default unit (I'll assume CSE) in yoru web template, and code your dropdown box entries to switch the Data Provider (I'll asume DP1) to the appropriate query.
    The code behind "T3" in your dropdown box would be:
    <SAP_BW_URL DATA_PROVIDER='DP1' CMD='RESET_DATA_PROVIDER' INFOCUBE='Z_CUBE1' QUERY='Z_QUERY_T3'>
    http://help.sap.com/saphelp_nw04/helpdata/en/bd/43143c1ab8ff1ae10000000a11405a/frameset.htm
    Two things to look out for in this work-around:
    1) Number of queries increases by a factor of 3
    2) Performance implication in replacing the data provider with a new query.

  • Master data is not getting displayed in the Query Designer

    Hi,
    I have a DSO in which I have an InfoObject called Emp No. in the Data Field.
    The Emp.No is being maintained as master with (Emp Name, Address, Telephone No, DOB) as attributes.
    I have loaded the data in the Emp. No. master. Then tried loading the transaction data in DSO.
    The Emp.No is there in the DSO active data, but in the query designer its not getting displayed.
    Hope its clear.
    Please help.
    Thanks

    Hi,
    I have brought the Emp. No. in the Key Field and also have activate the master data again.
    Yet my Query Designer doesn't have the Emp. No.
    I have done a full load for both Master and Transaction.
    Please advice me what the other alternative.
    Thanks

  • Key Figure Display in Interactive Planning

    Hello,
    I am unable to display some of the key figures in  SNP Interactive Planning. All these Key Figures are present in Planning book and are also included in the data view.
    Is there any setting wherein I can control the display of Key figure although that key figure is present in Planning book and data view. For Example I have my "safety stock" key figure in my planning book and data view, but I am unable to see the "safety stock" key figure in SNP interactive planning.
    Would really appreciate your help.
    Thanks,
    Sarath.

    Hi Visu,
    Your answer is really helpful, thanks for that. But while I am trying to hide some key figures it is not allowing me to do so. It is either hiding all the key figures or unhiding all. Please let me know if why the system is behaving like this.
    Thanks

  • Key Figure Aggregate in Bex Query

    Hi Gurus
    I am using BI7.0; but 3.5x BEx tools
    I am loading 6 fields from a flat file.  I am loading data for tickets.  I have create an InfoObject that counts the number of tickets.  No problem.  Also I also have key figures that I am assigning the same value to all Charactersitics: 10,30 per ticket.
    The Key figures are (Sum) with a Summation aggregation type. 
    In my Query, the 10,30 aggregate up based on the number of tickets (characteristic) that are available.
    Question:  How do I remove/stop my key figures from aggregating up (sums) the values of 10, 30 based on the charactersitic?  I want only 10, 30 to be present regardless of the number of tickets (constant value applied to the key figure).
    Should I change my aggregation type?  If so, to what?  I see a number of options, such as Last Number, No aggregation, etc
    Thank you

    I found a solution to my requirement.

Maybe you are looking for

  • Add more fuctionality to my java program

    hi i have this program which is a simple game to find the prize, but i need to add more to it so that the user only gets ten go's at guessing the button where the prize is any help? import java.awt.BorderLayout; import java.awt.GridLayout; import jav

  • Slim "restart" after ctl_alt_bksp desktop exit refuses to work...

    I've tried adding the following to /etc/inittab: x:5:respawn:/usr/bin/slim >& /dev/null as the wiki says, but SLiM will not restart after exiting the desktop via ctl/alt/bksp. I get a blank screen with a mouse cursor, but nothing seems to actually be

  • Fx 5200 Td64

    Hello! When i install the newest drivers , then in windows ( win xp sp1 )  it fozes afer a cuple minutes and the screen becomes black like there is no signal. Then after a about 20 seconds it comes back and there is windows error that windows has jus

  • Create a formula variable using replacement path for current date

    Hi All, I created a formula variable using replacement path for current date. But when i used this variable am getting an error message saying . " This Variable cannot be used in this query". Could you please let me know the reason? Thanks, Zehra

  • Regarding Interaction Records Creation

    Hi All, I am implementing the BADI CRM_IC_IARECORD  and write the code in BEFORE_IR_CREATE. Here i am going to suppress the creation of interaction record if user has not pressed save button. Could you please anybody suggest me here how to get whethe