How to model a non key figure numeric field

I am new to SAP BI, so please acceopt my apologies if I am asking a very basic question.
I have some numeric fields which are attributes of master data. These fields are not key figures and will not be aggregated. How can I model this in BI? I have to keep them as numeric fields because they may be used in some calculations at reporting.
Thanks!

You can display them as display attribute along with your main infoobject in query.
or
Model it using replacement formula variable by using attribute value as in this [Help|http://help.sap.com/saphelp_nw04s/helpdata/en/03/6ba03cc24efd1de10000000a114084/content.htm] doc.
Hope this helps.

Similar Messages

  • How to Create a Restricted Key Figure in BO Webi Report

    Hi Experts,
    Please tell me How to Create a Restricted Key Figure in BO Webi Report.
    Thanks in Advance.
    Regards,
    Rafi

    Hi,
    1. Define a new measure in the designer.
    2. In the select clause give the reference to the key figure on which restriction to be applied.
    For example
    @Select(Key Figures\Number of Records)
    3. In the where clause, give the MDX expression for the filter to be applied.
    For example
    <FILTER KEY="[0PURCH_ORG].[LEVEL01]">
    <CONDITION OPERATORCONDITION="InList">
    <CONSTANT CAPTION="HAS"/>
    </CONDITION>
    </FILTER>
    Regards

  • Exceptions on non-Key Figures

    Hi,
    I'm creating a new query in 'query designer' and I'd like to apply an exception. Is it possible to apply exceptions on non-key figures? I would like to apply an exception on a characteristic (ie if project status = active, highlight it green)?
    Cheers.

    Hi Simon,
    Welcome on Board.
    I had a similar requirement and what i did was to use a key figure to display whether it is active or not (with value 1 or 0).
    And thereafter used exceptions to colour them as per my requirement.
    Let me know if it suits your requirement.
    Regards
    Shalabh Jain

  • How to find the basic key figure for a calculate key figure?

    Hi,
    We know one Calculated Key figure available in a query for a Info Provider. How can we find the Key figure which has been used for that CKF or from the Calculated key figure? Please help.
    Advance Thanks,

    Hi,
    1. To check the definition of the CKF you need to go to the query designer.
    2. Once into the query desiger switch on the technical names in the query. THis option is available in the Icons displayed on the top of query designer
    3. Then right click on the CKF and click display. You will find the necessary details.
    4. If you are not able to see the definition of the CKF, then you may need to go in the change mode and then . Try this in development environment.
    Regards,
    Adarsh

  • How to right align a read only numeric field in a panel form layout

    Hi, does anyone know how to right align a read only numeric field in a panel form layout? I am using: Style Class = AFFieldNumberMarker, but it only seems to work if the field is disabled. Disabling the field gives it a difference appearance that does not look right on our forms. These are calculated fields, which cannot be modified, so read only is necessary.
    I have looked online for some answers, and it seems that others are having similar issues.
    I have tried different combinations for the properties, but so far I cannot get it to work.
    Thanks
    Judy
    I am using JDEV 11.1.1.5

    Sorry for the delay in my response. Here is the code
    <af:inputText value="#{bindings.TotalAirlineCostEst.inputValue}"
    label="#{bindings.TotalAirlineCostEst.hints.label}"
    required="#{bindings.TotalAirlineCostEst.hints.mandatory}"
    columns="#{bindings.TotalAirlineCostEst.hints.displayWidth}"
    maximumLength="#{bindings.TotalAirlineCostEst.hints.precision}"
    shortDesc="#{bindings.TotalAirlineCostEst.hints.tooltip}"
    id="it20" readOnly="false"
    disabled="true"
    styleClass="AFFieldNumberMarker">
    <f:validator binding="#{bindings.TotalAirlineCostEst.validator}"/>
    <af:convertNumber groupingUsed="true"
    pattern="#{bindings.TotalAirlineCostEst.format}"
    type="number"
    maxFractionDigits="0"/>
    </af:inputText>
    thank you,
    Judy

  • How to build new basic key figures in library 4FM for different local curre

    Hi Experts.  I am working my reports with library 4FM.  I need to create a new basic key figures in order to create a new report with severals currencies, like group currency or  transaction currency.
    Does anyone know how to do that ?
    regards,
    Ruth

    Yes I did.  they told me:   "availability control only works with local currency. Transactional currencies are not supported in availability control (neither BCS nor Former Budgeting).    The developer confirmed the information above. At this moment that thereare no plans to support transactional (non-local or non-FM area) currencies in BCS in a future release. I am really sorry, but I cannot provide you with a more positive answer,anyway, I propose you to refer to note 11.    11 Requested function is not in standard system.    Note 11 will guide you to request the suggested changes, this is the correct channel and the chance to provide the requested functionality asstandard.  Thank you very much for your understanding!  "
    I wrote them back and I said "we don´t need availability control in another currency, we only need that SAP add a key figures in FMAVCT table in order to have FM reports with different currencies"
    Should I say another thing?
    We are waiting for good news.  will see.
    Thanks a lot for you cooperation.

  • How to ignore blank/null key figure value in BI Queries

    Reports on Multiprovider - we see some cells of a Key figure as blanks. These blanks are interpreted as zeros by the system and calculated accordingly resulting in incorrect values. As per our requirement, we need a count of all hard/real zeros only, not the blanks. For example, if there are 10 rows of which 6 are real zeros and 4 are blanks - our count should be 6 and not 10.
    How to ignore the blanks in BEx queries please?
    Thanks for your help.
    Upender

    Rakesh,
    It is not possible to find a pattern because the report is on a MultiProvider with 2 InfoProviders- Purchasing documents DSO and Material Movements InfoCube.
    Every Purchasing Document has several materials associated with it. These materials are compared with materials in Materials Movement. Not all materials in Purchasing Document are found in Materials Movement. For those Materials found in Materials Movement, the Quantity is obtained. For these found rows, the correct value is showing up - if the quantity is zero, it is showing in reports as zero. If the material is not found in Material Movements then Quantity shows up as blank values.
    My requirement is ignore such blank quantities and not count them. Only Quantities with 0 values should be counted. Currently both blanks and zero values are counted showing inflated count.
    Thanks,
    Upender

  • How to Selectively Delete ONE Key Figure from Cube....

    Hi:
    On a Daily basis (Via Process Chain), I need to do the following:
    1.  DELETE Single Key Figure from my planning cube.  When the "PYMNT DATE" is greater than System Date, then delete the
         key Figure.
    2.  Once Deleted, LOAD the same Single Key Figure from another cube when the PYMNT DATE is GT  System Date. 
    How can I do this in a Program.  What would be the code for this?  Need help with ABAP.
    Thanks in advance.....  PBSW

    Hi,
    See Article on Selective Deltaion in
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Using Selective Deletion in Process Chains
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/s-u/using%20selective%20deletion%20in%20process%20chains.pdf
    Thanks
    Reddy

  • How to populate " UnRestricted Stock" key figure from 0IC_C03

    Hello All,
    There is requirement for us to show a field known as "unrestricted stock" from the info cube 0IC_C03. but there is no such key figure in that info cube. I searched all the forums and learnt that it must be calculated on fly while the report executes.
    can any body help to identify / populate the "Un Restricted Stock"  from the info cube 0IC_C03.
    Thanks for all your time

    Hello Mr.Nagaraju vadlamani,
    Thanks for your reply.
    Can you please let me know how to get the following objects you mentioned to calculate the "unrestricted stock"
    Projected Stock of today - ?
    Demands with demand date today - ?
    receipts with delivery date today  - ?
    Thanks,

  • Handle non-*** key figure in IM

    Hi Gurus
      I'm using a non-cumulative key figure in our inventory management scenario. Let me give an example:
      after the initialization
           2007-09-01   MaterialA      20
           2007-09-01   MaterialB      10
           2007-09-01   MaterialC      12
      on 09/03, goods movement data, only have A&B
           2007-09-03   MaterialA       -1
           2007-09-03   MaterialB       2
      so in the report on 09/03, it will be
           2007-09-01   MaterialA      19
           2007-09-01   MaterialB      12     
           (MaterialC missing here)
      My question is, if there's no movement for a certain material, this material should also be diplayed in the report. Any suggestions?
    Best regards
    Arthur

    Hello Chen,
    What are the characteristics defined in the Validity table?
    If you  use 0calday and remove other characteristics from your validity table you will be able to see the stock for all materials even if there are no movements on a particular day.
       Check this
    Validity table
    http://help.sap.com/saphelp_sem40bw/helpdata/en/02/9a6a1c244411d5b2e30050da4c74dc/content.htm
    Jaya

  • How to find if one key figure is used in any report

    Dear Experts ,
    I have one key figure info object .I wanted to know how to find this key figure is used in which report .
    As I know "where used list " but this will not help me .
    Any suggestions please share .
    Puru

    Hi Puru,
    Try following approach,
    goto RSZELTTXT table and put your key figure name in the long text and click on execute. Get the list of all the ETULID's and go to table RSZCOMPDIR from this table for all the ETLUID's get all the list of COMPUID's and from COMPUID's you will be able to find all the reports from RSRREPDIR in which that key figure is getting used.
    Regards,
    Durgesh.

  • How To Transport a Restricted Key Figures

    Dear all,
    can u plz tell me how to transport Restricted key figures for the first time.
    i mean shall i create new package or shall i use the existing package only?
    Regards
    venu

    Dear Venkat,
    In qaulity the sales value for a week is showing correctly where as in the production the sales value is showing only for one material that to in the -ve...we have so many materials....
    When i open a Query Designer in quality the system is giving a status message
    <b>[E865(RSO)]ERRORS: System is not set to Changeable - objects are not changeable</b>
    [<i>b]When i click the documetaion on the error message the following is appearing:</b></i>
    Errors: System is not set to changeable - objects are not changeable [E865(RSO)]
    Diagnosis
    You want to change objects although the system setting is "Not Changeable".
    System Response
    The objects cannot be changed.
    Procedure
    Change the setting for the system or client to "changeable". You can do this using transaction SE06 or SCC4.
    Venu

  • How to copy two different key figures in third key figure in different time bucket.

    Hello,
    I require to copy one key figure-A for 2 months (M+1 and M+2) in other Key figure C. At the same time, I need to copy key figure-B from 3rd month onwards (M+3 onwards) to same key figure C. Is there any way to do this, please suggest.
    Regards
    Rajeev

    Check the following thread
    Defaulting to a KF from 2 KFs, based on different periods
    Thanks,
    Pramod

  • How can we see restricted key figures in Portal

    Hello,
    We are using 0ANALYSIS_PATTERM template, when we use the "new analysis" and from the drop down at the top (view, query, infoprovider) when we choose the infoprovider as a cube for example (0PU_C02) we can see pretty much like a web version of query designer i guess, we can see all the objects. But is there any way the end user can see the restrcited key figures that are created in the query designer by BW developer, so that they can drag and drop their objects and create a report.
    It would be great to have this function.
    Thanks,
    Kiran

    Currently, this is not available. You could have a query that has all RKF as a starting point to achieve this. If you think this would be good to have by default, please log a development request on the OSS Messaging System.

  • How to create Calculated/Restricted Key Figures in AO

    All,
    In our project we are consuming Bex Queries for AO Analysis. In these  we have lot of calculated/restricted key figures. In bex we can restrict 2 characterstics to one Keyfigure, So can we able to create calculated/restricted KF in AO
    Regards,
    John

    Hello Tammy,
    We are having a reqauirement in which we have 5 Bex queries built on the same infoporvider and we are trying to consolidate all the 5 queries to one single generic Bex query or two. So in AO we would like to consume this query and build different AO workbooks to meet all the old 5 queries requirement.
    So as part of this process, I would like to know can we create calculate/restricted KF's in AO , that way i can make a better decision to create them in Bex VS AO.
    Thanks for your inputs in advance.
    Regards,
    John
    Message was edited by: sunny johnson

Maybe you are looking for