Two different drill down based on values in rtf

Hi All,
For a column in rtf, can we have multiple drill down path based on the values of the column. For example, if the value is > 10,000 navigate( hyperlink) to Report A otherwise navigate(hyperlink) to Report B.
In obiee answer in action link we can put condition, but in BI Publisher using rtf is there a way to perform multiple drill down for same column.
Thanks,
Sushil

Thanks for your kind reply.
where to create conditional hyperlink in rtf. When we insert hyperlink we just place the url. I have a sample column1 with three values A , B and C. If the value is A then display www.google.com and if value is B then display www.yahoo.com and if value is C then display nothing. Where we place the condition while inserting the hyperlink in rtf.
Thanks,
Sushil

Similar Messages

  • Issues in building two level drill down

    Hi All,
    I have built a sample two level drill down dashboard using two combo boxes which filters the data after each drill. I'm facing three issues here.
    1.
    I have placed both combo boxes behind 3rd chart but it's visible while I'm on 3rd chart as shown below.
    2. When we click on chart two, it inserts the data(item on which we have clicked) into a cell. The second combo box uses the data in that cell an filters data in chart2 and serves to chart3. If I'm not using(visible in above image with ##) a grid to see the data in that cell, the back button being shown on chart 3 is not working(It goes back and comes to chart3 again immediately).
    3. I'm hiding the combo boxes using dynamic visibility (with such condition that never gets satisfied) since I do not want to show those combo boxes to user. But, this also affecting the drill. I'm not able to see any data in chart2 which was visible when I didnt hide the combo box1 with dynamic visibility. Do dynamic visibility also hides functionality ?? I don't think so because it is pushing the label selected into a cell which I was observing.
    Please help.

    Hi Nikhil
    The xlf you sent had one of the Pie charts as the most top component in the list and hence it was showing up. The order was not same as the screenshot.
    Once I moved the combo-box to back it worked fine.
    The Dynamic visibility makes a component inactive or active = not just visible to eye. So if you make it invisible it will not function too. So dont make the Combo boxes invisible. They need to stay visible when they need to work. So you have to use the chart's background or an actual background to hide it.
    Why the grid helps - very strange I think it picks up the blank and inserts there again. Not sure. But Pie or any chart without the ability to bind the Item Selected - behaves this way - once you have clicked a value it remains clicked so even when it went invisible and came back to visible it remembers the selection. Thats why soon after BACK inserts blank in cell B7 the Pie chart 2 inserts the last selected value there and changes the logic.
    You seem to have solved a huge problem by using the grid. So keep that in place and hide it behind a background.
    Thanks
    Runali

  • BAI code map to two  different GL's based on currency

    For a BAI code ex:195,if i have to post to two different Gl accounts based on the currency for the incming payments.How do i map it in EBS.One BAI code to two different gl's based on currency.
    Please advice.

    In the EBS config, you assign BAI codes to posting rules.  Posting rules use account symbols.  GL Accounts are assigned to account symbols.  When you map account symbols to GL accounts, you can create different entries by currency.  So you would set up multiple entries for the account symbol(s) - one entry per currency - and assign the appropriate GL account for the currency.
    Regards,
    Shannon

  • Selective drill down based on particular values

    Hi,
    I would like to know if it is possible to enable drill down only to certain values in a column and the other values in that column should not have the option for a drilldown(hyperlink should not be enabled).
    PS: dimensions are established correctly in the RPD. All other conditions are satisfied.
    Col1
    val1<hyperlink enabled>
    val2<no hyperlink>
    val3<no hyperlink>
    val4<hyperlink enabled>
    Now val1 and val4 should have drilling option. Is this possible in 10g/11g ???
    Thanks for your time and help....
    Kiran

    Hi,
    In obiee11g it's possible u r use Action Link method with conditional option. refer my below screen short.
    http://imageshack.us/photo/my-images/687/actionlink.jpg/
    i have implemented this method and it's working fine.
    Refer: action link method:
    http://siebel-essentials.blogspot.com/2010/09/11-obiee-11g-tips-7-action-links.html
    http://www.rittmanmead.com/2010/07/obiee-11gr1-action-framework-and-conditions/
    THanks
    Deva
    Edited by: Devarasu on Dec 9, 2011 1:17 PM

  • Chart drill-down based on series

    I have a flash chart with multiple series, which are all retrieved by a single query, due to performance issues. Is there any way to build a drill-down link, which is dependent on series that user clicks. I guess I am looking for a system variable to reveal the series id, user clicks.

    I'm having the same issue. Can you respond with a simple example of what to pass in the link? The following example of a flash chart on OTN (as well as the other examples I've found) only pass null in the link.
    SELECT NULL link,
    sales_month value,
    revenue "Hardware"
    FROM (
    SELECT TO_CHAR(o.order_date,'Mon YY') sales_month,
    SUM(oi.quantity * oi.unit_price) revenue,
    TO_DATE(to_char(o.order_date,'Mon YY'),'Mon YY') sales_month_order
    FROM OEHR_PRODUCT_INFORMATION p,
    OEHR_ORDER_ITEMS oi,
    OEHR_ORDERS o,
    OEHR_CATEGORIES_TAB ct
    WHERE o.order_date <= (trunc(sysdate,'MON')-1)
    AND o.order_date > (trunc(sysdate-365,'MON'))
    AND o.order_id = oi.order_id
    AND oi.product_id = p.product_id
    AND p.category_id = ct.category_id
    AND ct.category_name like '%hardware%'
    GROUP BY TO_CHAR(o.order_date,'Mon YY')
    ORDER BY sales_month_order
    I can pass page items with no problem but trying to pass data from the result set the chart is based on it proving difficult.
    None of the syntax I've tried seems to pass the content of the "value" field the flash chart is based on to the new page. I've tried any of a number of ways (see below) but none of them pass the value.
    The following passes the literal "value" to page 64
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,:value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,&value.'
    The following generates an error (really thought this was the answer)
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,' || value
    Some targeted help would be most appreciated.
    Regards,
    Mike

  • Drill down on all values of a row from bex universe

    Hi
    We had developed BO universe on bex query, and as in web i the whole row will come as a single object.
    so when we drill  on the row the drill is not performing on the whole row rather its happenig on a single value of the row
    Ex:- if we have rows named as US, china, America, Japan, Gross sales, invoice etc
    when wen i drill on any row for lets say US, and i drilled on currecy type the drill is happening only us from the row.
    But we need this drill on whole values of the row,
    if aware of bex analyser, we need the same drill down future as in bex.
    Any help in this regards is appreciable.
    Thanks in Advance,

    Hi,
    Your code seems to be right.
    Try writing the code as the below format.
    CASE SY-UCOMM.
    * CHECK FUNCTION CODE
    WHEN '&IC1'.
    * CHECK FIELD CLICKED ON WITHIN ALVGRID REPORT
    IF SELFIELD-FIELDNAME = 'LIFNR'.
    * READ DATA TABLE, USING INDEX ROW USER CLICKED ON
    READ TABLE IT_FINAL INTO WA_FINAL INDEX SELFIELD-TABINDEX.
    * SET PARAMETER ID FOR TRANSACTION SCREEN FIELD
    SET PARAMETER ID 'BES' FIELD WA_FINAL-LIFNR.
    * EXECUTE TRANSACTION 'XK03',AND SKIP INITIAL DATA ENTRY SCREEN.
    CALL TRANSACTION 'XK03' AND SKIP FIRST SCREEN.
    ENDIF.
    ENDCASE.
    Thanks
    Arbind

  • Feature Request: Make RECENTS better with two more drill down options

    Hi everyone!
    I love my iPhone but - as with everything - one can make things get even better... Not sure where to post so I try here. Would love to hear if you feel the same need:
    I realize that RECENTS within the phone application could be improved quite a bit by adding two simple buttons at the top.
    Right now there is "ALL" and "MISSED"... being able to drill down the MISSED calls is great, but many times I would like to be able to drill down:
    * outgoing calls (aka those placed by me via iPhone)
    * incoming calls (aka those that I received on my iPhone)
    Would love to hear what others think about that. If we there will be many replies chances are good that Apple will fix this with a software update. It should be very little work on Apple's side.
    Greetings!

    I agree this feature would be most useful: most other phones incorporate it, and it would probably not be too difficult to add it to the iPhone? I expect most will agree with you, but this type of feedback should be sent directly to Apple:
    http://www.apple.com/feedback/iphone.html

  • Voyager member drill down based on BW query

    Hi GUru's
    I would like to know how to manage drill down and dill up hierarchy in Voyager based on an BW infocube or BW query? (Ex: Year --> Month/YEar --> Week --> Day --> Material)
    Is it possible, How ?
    Thanks
    Cyril

    Hi,
    I know that i oculd slide and dice. but my need is to create Parent and son in drill down. It is possible in voyager (in help documentation and when i double click on a member i have a message that no child for the member)
    SO i want to know is it possible to create a such link between member based on BW query or BW infocube.
    Regards
    Cyril

  • Cond display of drop down based on value selected in another drop down form

    Hi,
    I have a requirement in my app in which I need to be able to conditionally display the values in the drop down down list based on the values selected in another drop down list...
    Currently I have 2 drop downs.
    First drop down is a list of Jacks from 2000 to 4999...
    Second Drop down consists Chassis ranging from 1 to 900..
    So when a user selects any jack between 2000 - 2999, in the second drop down only Chassis ranging from 1 to 300 should appear.
    when anything between 3000 - 3999 is selected, Chassis ranging from 301 to 600 should appear..
    and for jacks between 4000 - 4999, Chassis ranging from 601 to 900 should appear in the second drop down.
    Can someone please provide me pointers on how to do this..
    Thanks,
    Nehal

    Hi Larry,
    Thanks for your response..
    Here are the queries for my select lists.
    P62_JACK
    select list query for Jacks:
    select JACK_NUM display_value, JACK_NUM return_value
    from CTS_LIST_OF_JACKS
    order by 1
    P62_CHASSIS_BLADE_PORT
    select NETWORKPORT display_value, NETWORKPORT return_value
    from CTS_LIST_OF_NETWORKPORTS
    order by NETWORKPORT_ID
    jacks range from 2000 to 4000
    chassis_blade_port ranges from 100 to 900...
    Can you please let me know how to do it..
    Thanks,
    Nehal

  • Webi Report with two drill down paths

    HI All,
       I have a requirement to build two different drill down paths in a report , i think i need to create custom hiearchies for that,
    can anyone give me information/links regarding.
    please help!!
    Thanks in advance
    Yogz

    Hi Yogz,
    In Universe Designer,
    From  u2018Toolsu2019 menu, click on Hierarchies.
    Choose the desired class from u2018Default Hierarchiesu2019 panel. Add it to the u2018Custom Hierarchiesu2019 area.
    Click OK then on Click Save > Export.
    In Web Intelligence document :
    Add the dimension that is at the top of the hierarchy to the report.
    Click Drill under the u2018Edit Reportu2019 tab. and then Save the report
    hope this will help you.
    regards
    laksh

  • Drill down on posting date and Document number

    Hello Gurus,
    In a Bex report, I am looking at account balance on a keydate for a G/L Account. When I drill down based on posting date I do not see any values for the keyfigure 'Account balance as on key-date'....But after I drill down on posting date --> document number I get to see values for thie key figure.
    What is this strange behaviour? Kindly explain.
    Regards,
    KP

    Hi KK,
    This may be due to the values/quantities having different UOM or currency for different documents/posting date.For example,  Usually when there are mixed values like this, the aggregated value is not displayed, instead a '*' is displayed in the report result. However there is a setting in BW where you can mention how to handle such mixed values.
    So I suggest you first check the currencies for the amount at the posting date/document level(when you drill down). If they are different then check the settings in the transaction SPRO --> SAP Business Information Warehouse --> Report-relevant settings --> General Reporting settings in the Business Explorer --> Presenting the numeric value in the Business Explorer.
    Here check the value maintained for 'Mixed Values'. If it is blank, then this is the reason that no value is displayed.
    Regards,
    Shilpa

  • Web Intelligate Summer Report drill down and drill up problem

    I use summary table and @aggreage_aware function to design a universy.  I want WI report shows highest level summary table data first, then drill down to next high summary table data.  But when I drill up back,  it still shows be next high summary table data.  I don't use the report to do any calculations.  I just want it shows different level data.
    Detail:
    I have three tables:
    1.  Month_Data table:  - Base fact data table.
    Year
    Quarter
    Month
    Department ID
    Supplier ID
    Score          -- Measure type
    2.  Quarter_Data table: - High level summary table.
    Year
    Quarter
    Department ID
    Supplier ID
    Score          -- Measure type
    3.  Year_Data table:  - Highest level summary table.
    Year
    Department ID
    Supplier ID
    Score          -- Measure type
    I like to create a web intelligence report that shows data from year_data table:
    Year          Score
    2008          105
    2007          99
    2006          90
    If I drill one level down, It will show data from quarter_data table:
    Year (example 2007)
    Quarter1     Score
    Quarter2     Score
    Quarter3     Score
    Quarter4     Score
    If two level drill down, it will show data from month_data table:
    Quarter1
         Month1          Score
         Month2          Score
         u2026
         Month12                     Score.
    No calculation needed on the report.
    I will use follow steps to create a universe:
    1.  Three tables will be three classes.  The classes order is:
         Year_Data class;  Quarter_Data class; Month_Data class.
    2.  When I create universe, I join:
    Year_Data  class to   Quarter_data class:
    Year to year                 1 to n               
    Department ID to Department ID          1 to n
    Supplier ID to Supplier ID          1 to n
    Quarter_Data class to Month_Data class:
    Year to Year               1 to n
    Quarter to quarter               1 to n
    Department ID to Department ID          1 to n
    Supplier ID to Supplier ID          1 to n
    3.  Create a filter class with object Department ID and supplier ID.
    4.  I create two aggregate aware classes:
    Agg_dimension class:
         Year:    aggregate_aware(year_data.year, quarter_data.year, month_data.year)
         quarter: aggregate_aware(quarter_data.quarter, month_data.quarter)
         Month:     aggregate_aware(month_data.month); 
    Agg_Measure class:
         Score: aggregate_aware(year_data.score, quarter_data.score, month_data.score)
    5.  I may re-define year, quarter, month and score as aggregate_aware function for objects in all classes:
         Year:     aggregate_aware(year_data.year, quarter_data.year, month_data.year)
         quarter: aggregate_aware(quarter_data.quarter, month_data.quarter)
         Month:     aggregate_aware(month_data.month); 
         Score:   aggregate_aware(year_data.score, quarter_data.score, month_data.score)
    6.  create user hierarchies: 
    agg_dimension.Year
    agg_dimension.quarter
    agg_dimension.month 
    7.  Figure out Aggregate Navigation  -- it is easy.
    Then create a report.  I put follow objects on report:
    Agg_dimension.year          agg_measure.score
    When I run report, it shows right data:
    Year_data.year          Year_data.score
    On the report. I drill down on year, it shows right data.
    Quarter_data.Year:
    Quarter_data.quarter1                quarter_data.score
    Quarter_data.quarter2                quarter_data.score
    Quarter_data.quarter3                quarter_data.score
    Quarter_data.quarter4                quarter_data.score
    But when drill it up back on quarter, it shows:
    Quarter_data.year     quarter_data.score1
    Quarter_data.year     quarter_data.score2
    Quarter_data.year     quarter_data.score3
    Quarter_data.year     quarter_data.score4
    Not
    Agg_data.year          agg_data.score.
    It has drill up back problem on my report.
    Please help.
    Thanks
    Frank Han

    and keyfigures are coming frm 2lis_03_bf..But when i drill down on purchase organization, purchase grou , vwndor account group and planning group then # is coming instead of value....i dont the reason for this..
    Did you chk if you have vendor, purchase org, all this coming from 2LIS_03_BF??
    Can you chk in listcube transaction what is the output by putting the same restrictions as in the query?
    Edited by: mansi dandavate on Jul 10, 2009 11:37 AM

  • Drill down feature with parameters

    Can we drill down in smartview by taking the parameters from the existing row and column?
    For example: I have a group with different entities A, B, and C. In smartview, I have all the accounts in the rows and the three entities A,B,& C in the columns. When I double click on the combination of entity A and an account, I want to see all the transactions with ICP Entities for that entity A. Does smartview has the feature to know the column and then drill down based on the column header?

    If you are using Essbase Studio or EIS the intersection is passed as parameters to the SQL in the format of $$Column-name$$ and $$column-value$$ so yes it does know the intersection values.

  • Difference between Drill down Report and Interactive Report

    What is the difference between Drill down Report and Interactive Report?

    Hi,
        Drill down report and Interactive report seems to be acts as same. But there is a minor difference between those two.
    Drill Down Report  - When you  click on a particular field in a report it drills down to the next report, it won't trigger another screen.
    Interactive Report -  When you click on a particular field in a report it will trigger another report based on the field clicked. It opens another session internally in the same screen.
    Regards,
      Jayaram...

  • Answers Caching Drill Down Filter

    Hi
    Im experiencing an intermittent issue when drilling down from a report and returning to the parent level report, and then selecting a different drill down filter from the header report.
    It seems as though the drill down filter in the first attempted drill down is being stored as no results are being returned the second time and when you go to edit the report it shows the initial filter is still selected.
    Has anyone else experienced this? and if so please can you advise of a solution/workaround.
    Thanks
    James

    FYI This issue is occurring on 10G OBIEE

Maybe you are looking for

  • Animated gif changes color palette while playing

    Hi everyone, I've been creating animted gifs using Matlab and the ImageMagick suite (convert). If I open the gifs in Preview, the color comes out fine in each frame; however i I use Quicktime (which is necessary, that's what we use for presentations)

  • Permanently pair iphone to macbook pro

    Hi, Can someone please tell me how to permanently pair an iPhone to a Macbook Pro?  I have had several iPhones and multiple laptops that do the following: 1.  Pair phone with laptop.  Connect to network (for tether).  Everything works fine. 2.  After

  • Short dump SAVE_NOT_ALLOWED while using CL_GUI_ALV_GRID in editable ALV

    I created an editable ALV field and when i changed the value in that field and click tab  or enter, then i am getting a shortdump. This is not happening regularly. can anyone let me know the reason for this. Sharath.

  • REP-0999 Unimplemented Error

    When using Forms and Reports v 6.0.8.11.3 and trying to 'Generate' report output from the previewer to a RTF file, we get the above error. Can anyone offer any ideas? The documentation is not much help. Thanks, Ron

  • How do I do a dynamic textarea in Dreamweaver CC

    How do I do a Dynamic textarea in Dreamweaver CC? I have a Text field in my database for comments.  I need to be able to update that field from the form. I think this used to be one of the server behaviors in DW 5.6, but it's not in the Extension tha