Stop a dimensional drill for a particular value of a column in obiee 11g

Hi,
I have dimensional drill been setup for Supervisor Hierarchy Table.I need to stop the dimensional drill for a particular value of the column in obiee 11g.
Example: I have two columns
1.Supervisor Level 1 Name
2.Supervisor Level 2 Name
Supervisor Level 1 Name Columns have these values.(Ram,Higher,Sam)
Supervisor Level 2 Name Columns have these values.(Ravi,Higher,Raghul).
If we pull Supervisor Level 1 Name Column in report which has a dimensional drill(It will navigate to Supervisor Level 2 Name).It will show
1.Ram
2.Higher
3.Sam
I should not drill on Higher value but the rest of the values(Sam and Ram will drill to Supervisor Level 2 Name) should be drillable.The same should happen for Supervisor Level 2 Name.
Please Suggest.
Thanks,
Azim

Azim,
Don't think you can actually get this working

Similar Messages

  • Query not executing for one particular value

    Hi
    I have query on multi provider. and this multi provider is combination of Info objects only but not any ODS or cubes. I have one key figure in this multi provider.while executing the query i need to give input for variabl which has 7 different values. Query is executing fine for 6 values but not for one particular value.
    query executed in listcube transaction and it is executed fine here for the same selection. then what might be the reason?
    Please advise as soon as possible.
    Thanks

    Hi Kiran,
    are you maintaining any filters in the query? or is there any logic in the exit for this variable.
    regards.

  • How do i search a textfile for a particular value?

    How do i search a textfile for a particular value?
    I have made the records etc, six fields per record, i would like to find a value which is typed into the search textbox, find the record in the textfile and display the record in the boxes used to enter the data.
    SO HOW WOULD I SEARCH A TEXTFILE?
    Thanks very much for your help, Antony (UK)...

    If it were me, I'd use Lucene. Each line could be a separate document, and each field would be a field in Lucene. That would provide you one of the fastest and most flexible ways to do what you want.
    Or did you mean you want someone to complete your homework assignment? :-)

  • Hashtable- how to retrieve key for a particular value?

    I fetched few values from the database and stored all them using hashtable. Then i check for the value entered by the user in a textbox using contains() method of hashtable. Now i want to fetch the key associated to this particular value so that i can pass it to my rest of the program?
    Pls help me....

    The obvious question is what are you using as your key when you store the value into your hashtable?? The idea behind the key/value system is that you use the key to get the value you want, not the other way around. In your current situation, the contains() method might return true, but that could you mean you have 1, or 1000 instances of that value in your hashtable. Which key do you want? You could, I suppose, parse through the output of Hashtable.toString()... but that still wouldn't resolve the possibility of duplicate values in the hash.
    Another possible solution to your problem, depending on how your application works, is to wait until you get that user input before running your database query. Simply append the added info onto your SQL SELECT statement to accurate retrieve only those entries from the database that you will need.

  • Locate an entry in SXMB_MONI for a particular value(IDoc numbe) in payload

    Hi,
         We have an R/3 – XI – Third party scenario. R/3 is sending tones of IDocs. In some cases some IDcos are not going beyond XI. In BD64 we get a status code 40(from XI).
    We would like to locate the entry in SXMB_MONI for one particular IDoc. The only way now is to manually open all entries for the service/interface combination and see the IDoc number which is becoming very painful.
    Since we are in testing phase, there are a lot of entries for the sender/receiver interface combination. We tried to narrow down the result in SXMB_MONI with all possible search criteria like service, interface, etc. Time is ruled out because, we have queues with a lot of messages and never know when a particular message is processed by XI  (so the time of sending from R/3 may not make sense in SXMB_MONI as a search criteria).
    So my question is: it there a way to find an entry in SXMB_MONI for a particular IDoc number (which is present in the payload) ?
    As a programmer, I could think about a program which does this ?! But don’t know in which tables the entries are saved or the relation between the tables ?!
    Can someone please throw some light on it ?
    Thanks in advance
    Cheers
    danus
    null

    There is a way actually.
    Idoc Tracking is available from Sp18 ( I think ).
    http://help.sap.com/saphelp_nw04/helpdata/en/c1/bab13bb3acd607e10000000a11402f/content.htm
    Look into Idoc Tracking in this link.
    Regards
    Bhavesh

  • Filter for a Particular column in obiee 11g

    Hi,
    I have created an report having 10 measure columns and filter by month i.e., less than (particular month ) which is working perfect.Actually my requirement is to one column to be filter by equal to particular month. if is it possible kindly tell me how to do. thanks in advance!

    Hi,
    Goto Edit formula for that particular column.
    and use FILTER(measure_column USING (condition)).
    eg:
    FILTER("XXXXX"."measure_column" USING ("OBIA"."D5.Times"."Month" =particular_month ))
    Try this... This will work fine.

  • Filter value based on Date in OBIEE 11g, Reporting Issue

    Hi,
    I have following tables
    Dim_Item
    Dim_Loc
    Fact_Price-Item_Key,Loc_Key,Date_Key,Reason_Code,Amount,Load_date
    Reason Code is the code which discribes the reson behind price change
    Amount- price of Item at particular location (Note: one item can have different price at different location)
    Load Date - When ever there is price change for a particular item at particular location new record is inserted in the fact load date represents the date on which the data is updated
    Item_key  Loc_key  Date_key  Reason_Code  Amount  Load_Date
    1                  1        20131113                  0          1400    13/11/2013
    1                  1        20131115                  6          1100    15/11/2013
    2                  1        20131112                  0          900      12/11/2013
    2                  2        20131112                  0          1200    12/11/2013
    2                  2        20131113                  3          325      13/11/2013
    My report requirement is
    Report should show only the Item & location for which there is price change
    Report should be like
    Item Loc Orignal_Amt Changed_Amt
    1       1         1400           1100
    2       2         1200            325
    I have tried to calculate Orignal_Amt by taking Min(Load_Date) & Changed_Amt by taking Max(Load_Date) but result is not correct
    I need to min(Load_Date) or max(load_date) for an Item at particular location
    i.e it should be like min(load_date by item_key,loc_key)
    max(load_date by item_key,loc_key)
    then I can filter out Amount based on this min & max value.
    How can I achive this, is there any other approach to achive this
    Thanks
    Sameer

    Hi,
    Does this approach with comparing prices in the first and last date of the period actually indicates the price change?
    What about the sample data below - is considered to be a price change or not?
    Item_key  Loc_key  Date_key  Reason_Code  Amount  Load_Date
    2                  2        20131110                  0          325     12/11/2013
    2                  2        20131111                  0          1100    12/11/2013
    2                  2        20131112                  0          1200    12/11/2013
    2                  2        20131113                  3          325      13/11/2013
    Option #1:
    Use 2 requests:
    Req1 selects surrogate key for the first and last record by load date for each location and product. Surrogate key is just a concatenated expression of Item_Key, Loc_Key and Load_Date fields (use separators between them).
    For this request you need to filter out all other dates but first and last - use Rank function with BY clause. It will be 2 calculated fields: RANK(Date_Load BY Item_Key, Loc_Key) = last date, RANK(-Date_Load BY Item_Key, Loc_Key) = first date. Select records having any of these ranks=1.
    In result this request should return up to 2 records for each product-location combination with surrogate key, something like this for my example:
    Item_key  Loc_key  Date_key  Reason_Code  Amount  Load_Date          KEY
    2                  2        20131110                  0          325     12/11/2013      LOC:2;ITM:2;DT:20131110
    2                  2        20131113                  3          325      13/11/2013     LOC:2;ITM:2;DT:20131113
    In fact, it could be more than 2 records in case there are more than 1 change in a day for the price and no time stored on date field. This is up to you how to eliminate duplicates.
    Now you have another request, resulting one, which is filtered by Req1 using the same surrogate key expression. Orignal_Amt =Min(Amount), Change_Amt = Max(Amount). Apply a filter to find records with different values between them.
    In result, if product price is the same in the beginning and end of period (or it is single record) - these records will be filtered out, otherwise you get them in the report.
    Option #2:
    Play around with logical SQL under Advanced tab, it allows you to write requests with joins (as regular SQL does).
    This is sort of desperate option as such an analysis is hard to maintain (make modifications to it).

  • Using CASE WHEN for Essbase column in OBIEE 11g

    Hi all,
    I have a business model in OBIEE 11g, taking the source from Essbase 11. The measures of the Essbase cube in the physical layer is flattened, and the aggregations for the measures are set to SUM.
    The Product dimension has 5 generations. In Product logical table, I created a logical column called "Product Grouping" using a simple CASE WHEN formula:
    CASE
    WHEN "TEST"."Product"."Gen5,Product" IN ('100-10', '100-20', '200-10', '300-10') THEN 'Group 1'
    WHEN "TEST"."Product"."Gen5,Product" IN ('100-30', '200-20') THEN 'Group 2'
    ELSE 'Group 3'
    END
    Problems:
    1. If I don't place this "Product Grouping" in the logical level/hierarchy, I got error in the report when I simply show Product Grouping and a measure.
    2. If I place this "Product Grouping" in the logical level/hierarchy (on the 5th level), no more error in the report when I simply show "Product Grouping" and a measure. The measure value also shows the correct SUM (group by). However, when I add "Gen1,Product" the "Product Grouping" and the measure value suddenly becomes not grouped by.
    Has anyone ever tried and encountered something like this? Any thoughts?
    Thank you very much!

    Hi Deepak, thansk for the suggestion.
    However, I can't use calculated item for this report because:
    1. incorrect result will be shown when my measures involve a formula to derive a percentage value.
    2. calculated item is not available if we do "combine requests" (or union) in 11g.
    Any thoughts anyone on how to solve this? Is this just me, or it's a bug?
    Thank you very much.

  • How to hide % measure column Grand Total  value in Pivot View in obiee 11g?

    Hi ,
    I am facing a issue in obiee 11g .I am using a Pivot table to display the grand total of 3 metric columns eg: A , B,  C out of which B is percentage  so I need to remove the grand total value of the percentage column. We have to stick to Pivot View only. Anyone can sugest me on this?
    Thanks ,
    Shruti

    Move B to rows section or cast to char in Criteria tab by keeping the B in Measures section only.
    cast(B as char)

  • Search help for a particular value

    Hi ABAP gurus,
    Suppose i have 2 fields in Selection-screen i.e Plant and Material, Plant have 3 values say 1000,2000,3000.Whenever user enter 1000 and Press f4 in Material field then all the material values related to plant 1000 should be displayed,Similarly with value 2000 & 3000.
    Thanks in advance
    Sumit Kumar Sharma

    hi sumit.
    in report if you want search help based on another selection screen field value then you need to one function module to capture selection screen field value. i.e DYNP_VALUES_READ.
    the following is the example program please go though for this no need of enter.
    *Structure declaration
    TYPES: BEGIN OF ty_posnr,
           vbeln TYPE vbeln,
           posnr TYPE vbap-posnr,
           END OF ty_posnr.
    *internal table creatioin
    DATA:t_posnr TYPE STANDARD TABLE OF ty_posnr INITIAL SIZE 0.
    DATA: t_dyn TYPE TABLE OF dynpread,
          w_dyn TYPE dynpread.
    DATA: g_vbeln TYPE likp-vbeln,
          g_posnr LIKE vbap-posnr.
    *Selection screen
    SELECTION-SCREEN BEGIN OF BLOCK b1.
    SELECT-OPTIONS: s_vbeln FOR g_vbeln NO INTERVALS NO-EXTENSION ,
    s_posnr FOR g_posnr NO INTERVALS NO-EXTENSION .
    SELECTION-SCREEN END OF BLOCK b1.
    *At selection screen on event
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_posnr-low.
      PERFORM f4_help.
    *&      Form  f4_help
    *       text
    FORM f4_help .
      w_dyn-fieldname = 'S_VBELN-LOW'.
      APPEND w_dyn TO t_dyn.
      CALL FUNCTION 'DYNP_VALUES_READ'
         EXPORTING
           dyname                               = sy-repid
           dynumb                               = '1000'
    *   translate_to_upper                   = 'X'
    *   REQUEST                              = ' '
    *   PERFORM_CONVERSION_EXITS             = 'X'
    *   PERFORM_INPUT_CONVERSION             = 'X'
    *   DETERMINE_LOOP_INDEX                 = ' '
    *   START_SEARCH_IN_CURRENT_SCREEN       = ' '
    *   START_SEARCH_IN_MAIN_SCREEN          = ' '
    *   START_SEARCH_IN_STACKED_SCREEN       = ' '
    *   START_SEARCH_ON_SCR_STACKPOS         = ' '
    *   SEARCH_OWN_SUBSCREENS_FIRST          = ' '
    *   SEARCHPATH_OF_SUBSCREEN_AREAS        = ' '
         TABLES
           dynpfields                           = t_dyn
    EXCEPTIONS
       invalid_abapworkarea                 = 1
       invalid_dynprofield                  = 2
       invalid_dynproname                   = 3
       invalid_dynpronummer                 = 4
       invalid_request                      = 5
       no_fielddescription                  = 6
       invalid_parameter                    = 7
       undefind_error                       = 8
       double_conversion                    = 9
       stepl_not_found                      = 10
       OTHERS                               = 11
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CLEAR w_dyn.
      READ TABLE t_dyn INTO w_dyn WITH KEY fieldname = 'S_VBELN-LOW' .
      IF sy-subrc = 0.
        SELECT vbeln
               posnr
               FROM vbap
               INTO TABLE t_posnr
               WHERE vbeln = w_dyn-fieldvalue.
      ENDIF.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
    *            DDIC_STRUCTURE         = ' '
                retfield               = 'POSNR'
    *            pvalkey                = ''
                dynpprog               = sy-repid
                dynpnr                 = '1000'
                dynprofield            = 'S_POSNR-LOW'
    *            STEPL                  = 0
    *            WINDOW_TITLE           =
    *            VALUE                  = ' '
                value_org              = 'S'
    *            MULTIPLE_CHOICE        = ' '
    *            DISPLAY                = ' '
    *            CALLBACK_PROGRAM       = ' '
    *            CALLBACK_FORM          = ' '
    *            MARK_TAB               =
    *          IMPORTING
    *            USER_RESET             =
        TABLES
          value_tab              = t_posnr
    *            FIELD_TAB              =
    *            RETURN_TAB             =
    *            DYNPFLD_MAPPING        =
    *          EXCEPTIONS
    *            PARAMETER_ERROR        = 1
    *            NO_VALUES_FOUND        = 2
    *            OTHERS                 = 3
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                                                    " f4_help
    It will work fine. If you satisfied give points.
    regards.
    laxman

  • Graphs in WAD for a particular value of infoobject which is the dataprovide

    Hi,
    I am using a query as the dataprovider, in that i have one characteristic infoobject reigon. This region has different values like central, emea, america, northeast etc.
    I want three charts to be displayed without any user intervention (drop down, filter, check box).
    The charts would display:
    1. Chart for Region = emea and america
    2. Chart for Region = Northeast and central
    3. Chart for Region = All region values
    Chart 3 can be easily acheived by assigning dataprovider to the chart, but without using filter, dopdown and anyother user intervention how can i restrict the chart which is using the same dataprovider to different region values.
    Thanks
    Rani

    hi rani
    create different views based upon ur query
    and attach each view to ur chart and u can assign drop down box or filters web items to any of the chart..make it sure that data provider assigned differently otherwise it will reflect other graph
    hope this helps
    shalini

  • How to apply hyper link for a particular cell in the column?

    Year
    2001
    2002
    2003
    2004
    I wanna apply Hyper link for 2001 only! How to achieve this?
    Can we apply no. of hyper links for a column?

    You have to create a conditional variable.
    For eg. create a variable with hyperlink in the syntax for Year.
    Now if else logic, so if YEAR=2001, return hyperlink else YEAR object.
    Hope you understood.
    Thanks
    Gaurav

  • Prevent null values from displaying in answers OBIEE 11g

    Is there any possibilities in OBIEE to Prevent null values from displaying in answers
    For example, If i have two records in table
    TV         cost=NULL(having agg rule sum in BMM layer)
    RADIO   cost=10(having agg rule sum in BMM layer)
    in answers i get two records
    TV       NULL
    RADIO 10
    but i want to get one, only with not null cost

    Just want to clarify your question,You want to eliminate the NULL values from the report am i right? If that is the case then put the filter COST <> NULL.
    Do let me know the updates?
    Thanks,

  • Expand and collapase column values of Pivot table in obiee 11g?

    Hi experts,
    I have Requirement.
    *----------------------(+value1)---(+value2)----(-value3)---------(+value 4)
    --------------------------------------------- x---y---z
    **col1*-----col2----------------------------------------------------
    ----abc-------sys-------------------------------------1---3---9*
    ---xyz--------inc-------------------------------------7---8---77*
    ----xyz2------inc2------------------------------------7---8---32*
    ----xyz3------inc3------------------------------------5---08--13*
    ----xyz4------inc4------------------------------------6---0----72*
    ----xyz5------inc5------------------------------------4---2----3*
    like that i want ...
    any suggestions / help..
    I hope you understand..
    Thanks
    Raam
    Edited by: Tallapaneni on Jun 16, 2012 5:10 PM

    i couldnt understand what you mean, can you please describe?

  • Coloring value with condition in Analysis OBIEE 11g

    Dear Gurus,
    I have pivot analysis, which show date and sales.
    I want to highlight the value of the date if it holiday.
    I want to coloring red the holiday date.
    How to do that?
    Thank you before
    Regards
    JOE

    Hi,
    Here I have one question,
    How you know wether which day is holiday in your time dim? do you have any condition on that?
    If you know that just go-->time date column properties-->click --> condtinoal tab--> apply filter condition and apply the color as you like.
    Hope this help's
    Thanks
    satya

Maybe you are looking for