Like prompt on obiee

Hi,
I want to add wildcard condition ie. like %region% in obiee prompt.
How to achieve this?
Thanks,

Use Filter as is LIKE (pattern match) from drop down list and give the value %region%
e.g. Region is LIKE (pattern match) %re%     
or
in obiee 11g u can use filter as contains any and in value give string
e.g. Region contains any re

Similar Messages

  • How to realize this reqirement in the dashboard prompt in OBIEE 10G?

    Hi,
    I have a new query about dashboard prompt in OBIEE 10g..
    All below is needed to Operator in the dashboard prompt.
    We have 4 columns, 4 columns using multi-select type need to constrain together and need to show value which is related with product..
    e.g.
    Now I display "REGION" column using multi-select in Control, and I need to show data which product name is not null. After I add "where product name is not null" in the SQL results in Show, then I cannot use the Constrain box.. and I cannot set any variable if I using multi-select type..
    So anybody have any idea about this?
    Your reply will be highly appreciate..
    Regards,
    Anne

    Hi Anne
    User Input type as " Multi select prompt" keep it with constrain option then apply below query
    apply like this kind of SQL query in Default selection --->SQL result section
    SELECT "MX_PORTFOLIO_STATIC"."MT_BU_Level1" FROM "Position" where "MX_PORTFOLIO_STATIC"."MT_BU_Level1" is not null
    Thanks
    Deva

  • Hierarchy Prompts in OBIEE 11g

    Hi All,
    I have an Issue with Implementing Hierarchy Prompts in OBIEE 11g. I understand that Filters on Hierarchy Prompts can be applied in Selection steps and cannot be viewed in the Physical Query as such. However, what happens is, the Hierarchy prompt only gets applied when the hierarchy is displayed in the report.It is not applied even when it is present in the excluded section. So, it works only when it is displayed in the report. Is this correct? Is there any workaround for this?
    Any help on this would be much appreciated
    Regards,
    Venkatesh
    Edited by: obiapps on May 30, 2012 7:42 PM

    If the column set to prompt no matters what (column is present,or not, excluded or hidden) the prompt should work.
    Check it again something might gone wrong.
    If it is helpful, please mark as correct or helpful

  • Like operator in OBIEE

    hi,
    can any tellme..
    how can i use database function ' LIKE ' in the obiee.
    thanks in advance

    Hi,
    If you want to use any kind for database function in obiee use evaluate method.
    Refer the below links for more information.
    Use EVALUATE function in obiee
    Evaluate Function in OBIEE
    Hope this help's.
    Thanks,
    Satya

  • Image Prompts in OBIEE 11.1.1.5

    I am able to display an image as a logo on an analysis using the fmap notation... say fmap:Images/myimage.jpg.
    However, I am unable to use the image in an Image Prompt using either the fmap notation or explicit URL.
    I have uploaded the image to 2 locations:
    /bifoundation/web/app/res/s_blafp/images/myimage.jpg
    /user_projects/domains/bifoundation_domain/servers/bi_server1/tmp/_WL_user/analytics_11.1.1/7dezjl/war/res/s_blafp/images/myimages.jpg
    I have restarted the services.
    I've tried various URLs but cannot display the image in the prompt.
    Any ideas?
    Thanks.

    Hi,
    Refer:
    Method 1:
    Can you please try the below path and put your image finally restart your services and Run it.
    (Simple installed option folder path)
    Drive:\bi11g\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res
    Drive\bi11g\Oracle_BI1\bifoundation\web\app\res
    URL : http://hostname:port/analytics/res/ldap2.jpg
    Method 2:
    http://docs.oracle.com/cd/E21764_01/bi.1111/e10544/prompts.htm
    aslo
    Image Prompt in OBIEE 11g
    Thanks
    Deva
    Edited by: Devarasu on Dec 14, 2011 8:04 PM

  • Cascade dashboard prompts in OBIEE 10.1.3.4

    Hi,
    Is there any concept of Cascade dashboard prompt in OBIEE 10.1.3.4.
    I have a requirement as described below -
    Start date and End date dashboard prompts. (Calendar) - Results of Start Date and End Date selected are captured in the Presentation Variables Startdt, Enddt respectively.
    Promotions dashboard prompt (multi select) - This Prompt should show the results from the SQL Query -
    SELECT "- National Promotion - Canadian Market"."National Promotion" FROM "SPDM" where "- National Promotion - Canadian Market"."NP Status"='Active' and "- National Promotion - Canadian Market"."NP Region"='Canada' and "- National Promotion - Canadian Market"."NP Type"='National' and "- Calendar".Date BETWEEN DATE '@{Startdt}{06/28/2010}' AND DATE '@{Enddt}{12/31/2010}'
    But the results are not populating in the Promotions Prompt. Can anyone help me in fixing this.
    Thanks in advance.
    Regards,
    Sri

    Hi
    This is a known OBIEE bug.
    Please refer http://gerardnico.com/wiki/dat/obiee/presentation_variable_initialization
    With a Multi Select dashboard prompt
    You cannot set a Presentation Variable in a Multi Select dashboard prompt in OBIEE 10g. This is expected behavior. OBIEE 10g is working as designed. A Presentation variable can assume a single value. Because of that, presentation variables are not available when using multi select prompts. OBIEE 11g will introduce the ability to set Presentation Variables when using multi select prompts. In 10g you can try as a workaround using more than 1 prompt.
    I don't more work arounds than listed here:
    http://obiee-blog.info/answers/multiselect-prompt-presentation-variable/
    But, these work arounds might not suffice your issue.
    Please let me know if you come up with a better solution.
    Good Luck.
    Chandu.

  • Cascaded Prompts in OBIEE 10g

    Hello friends,
    Can some help me to understand how to implement cascaded prompts in OBIEE 10g? My situation is:
    I have three Prompts P1,P2 and P3
    P1: Values are comming from a table
    P2: Shows the value from a Stored Procedure, such that one stored procedure takes input parameter from P1
    P3: Shows the value from a stored procedure , such that one stored procedure takes input parameter from P2
    After selecting value from P3 , I will run the report. So here P2 is based on P1 , P3 is based on P2, ie cascaded.
    I have tried this by checking the box Constrain for P2 and P3 (red some where that if we make a prompt with checked the Constrain box then its value depends on the previous prompt)
    But for me this is not working even if check the Constrain box.
    Can I some one help me to do this.
    Thanks,
    Mithun

    Hi Krish,
    Value of P1 Im passing to a stored procedure (say SP1) to populate P2, same way values in the P2 (which is the result from SP1) I'm passing to SP2 which in turn gives the values in P3.
    I'm using the SP1 and SP2 in the Physical layer as
    EXEC SP_NAME @parameter1 = 'VALUEOF(NQ_SESSION.ID)'
    Here ID is the session variable I have created.
    And in the Dashboard, I have created the prompt P1 (on a field which is from a table), then the value is passed to the variable ID by choosing the 'Request Variable' option in the Set Variable drop down.
    Same way I did for other SP by passing the value from P2..
    Here for P2 and P3 I have checked the box for constrain so that value of P2 is depended on P1 and value of P3 is depended on P2.
    But my problem is this method of cascading is not working.. that is P2 value is not changing based on the value I'm selecting in P1 ans same way for P3...
    Hope my issue is clear to you..
    Thanks,
    Mithun

  • HOW TO CREATE PROMPT BASED ON ANOTHER PROMPT IN OBIEE

    HOW TO CREATE PROMPT BASED ON ANOTHER PROMPT IN OBIEE.
    Requiremenst is as follows.
    Year ,Qtr columns in first prompt.Based on selection on these prompts second prompt should display corresponding prompts
    Second prompt will have Month ,Week and Day columns.Second prompt should be hidden and based on first prompt selection second prompt should display with constraint based on first prompt.
    Any help would be highly appriciated!!!

    hi,
    Using Guided navigation it is possible,
    Please refer the below links.
    http://gerardnico.com/wiki/dat/obiee/dashboard_prompt_1_eq_0
    http://businessdecisionsystems.com/blog/?p=448
    Hope this help's
    Thanks,
    Satya

  • Conditional Prompts in OBIEE

    Hi all,
    Can someone tel me what is conditional prompt in OBIEE and how to use it.. I searched but could not find proper references. Can anyone help?
    Thanks
    Surya

    Hi Surya,
    You can make use of guided sections in 10g,check out David's response in the below link,
    Conditional Prompt Column
    Rgds,
    Dpka

  • I updated my itunes program on laptop , reset like prompted, then itunes dissapears?

    i updated my itunes program on laptop , reset like prompted, then itunes dissapears? what the **** did i update for?

    I have the same problem, but not only won't iTunes 7 launch, but my HP Photosmart all-in-one printer (on my LAN) freezes, with buttons flashing and a cryptic error message, whenever I try to launch iTunes!
    I have found that if I turn off my printer, then I can launch iTunes 7 and it works fine, but I cannot use the printer AND use iTunes at the same time.
    Is this weird or what??? Anybody have any ideas on what might be causing this? HP printer support was no help.
    HP   Windows XP  

  • Image Prompt in OBIEE 11g

    Hi,
    I would like to know how to configure the image for image prompt option in obiee 11g.
    I done it in 10g.
    Please help.
    Thanks,
    Lakshmipathi.

    Hi,
    Placing the image file in /l_en folder dint work for me too however you can place them inside the following paths and restart the services,
    1)
    \MW_HOME\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\s_blafp\images
    2)
    \MW_HOME\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
    You can then call your file with the url, http://hostname:port/analytics/res/imagefile.jpg
    Its worked for me, let me know in case of any issues.
    Thanks
    Deva
    Edited by: Devarasu on Sep 18, 2011 1:33 AM

  • Issues with less than and grater than condition in prompts in OBIEE 11g,

    Hi all,
    i am facing the prombles with less than grater than conditions in OBIEE 11g.
    i created two date prompts with presentation variables datefrom and dateto
    and i used these prompts in fileters like this using grater than and less than symbol.
    filters are as below:
    lastupdated date is grater than or equal to @{datefrom}{1/1/1950}
    lastupdated date is less than or equal to @{dateto){1/1/1950}
    and created two prompts
    creation datefrom >=
    creation dateto<=
    when i passing the dates 05/12/2004 and 05/12/2005 in prompts after clicking the apply button in OBIEE 11g it feches all the records but i need records between these dates. and one more thing is after clicking apply button the two date fields getting the same date..
    am i do any thing wrong in the above ???
    please let me know friends..
    waiting for ur replyyyyyy..
    Thanks
    Edited by: BI_user on Oct 12, 2011 2:10 AM

    Hi,
    Create date prompts with operator as = not >= (or) <= as you need to save that value in presentation variable and you are filtering report using those variable filters.
    Regards,
    Srikanth

  • Concatenated Prompts in OBIEE answers

    Hello All,
    Can we have Concatenated OBIEE Prompts in Answers(Not in Dashboard)
    ex: Vendor_Number || Vendor_Name..
    it has to be displayed in this way when the user runs the request. either can go into the DB to process the request. This is something like Lookups in the Oracle EBS we have Value -- Description
    Can we achieve this in OBIEE if so How?
    Please help me.. thanx in advance.....
    Kiran

    Kiran,
    Could you explain more clearly what your aim is here, is this a saved query to which users have access through Answers? If so why is prompting necessary when they will have access to the query criteria.
    You can concatenate the columns in the column formula, a filter on that coulmn would then require the value entered to be a valid concatenation of the two columns.
    It seems like an odd thing to do in Answers though, rather than a dashboard.
    regards
    Ed

  • Only one Apply button for Dashboard Prompt in obiee

    Hi experts,
    We have a need wer we need to place prompts at specified places like one at right top then next 3 one below other. But only one Apply button.
    Please let me know how to customize OBIEE 11.1.1.5 to achieve this.
    Thanks in advance.

    Hi,
    You are using OBIEE 11g ,so constrain the second report should be on the first prompt.I mean,In the second prompt properties we have an option like "based on the other prompt";where you need to give the first prompt column name.like wise third prompt also.
    Then you will get only one apply button for 3 prompts.
    mar if helpful/correct..
    thanks,
    prassu

  • I cant able to create a new Analysis and Dashboard prompt in OBIEE 11g

    Hi Gurus,
    i try to create a new Analysis in OBIEE 11g in (brower: ie,Google chrome, Mozila), i got the error "*unterminated string literal*" and "*Exception at function updateSelectionsPanel: unterminated string literal*".
    and i try to create a new Dashboard Prompt using column prompt when i select the column i don't get the filter form and not to be add the column prompt in the Dashboard Prompt.
    Thanks,

    Moving this discussion to the Adobe Creative Cloud forum.
    Kriskristferson if you are facing difficulties with your order then please contact our support team directly at Contact Customer Care.

Maybe you are looking for

  • How to change locale of keyboard in linux using java.

    In my application I have a JTextArea . In that field i have to call my language dependent keyboard. How to do this?. I tried with InputContext ipt = InputContext.getInstance(); ipt.selectInputMethod(new Locale("en", "US"))But it is working in windows

  • Unnable to update to iTunes 10.5, where is the file iTunes.msi

    Hi I'm trying to update to iTunes 10.5 and during the instalation appears the message - the resource that you are trying to use is in a network place that is not avaliable look for the file iTunes.msi. I use Windows XP Can anyone help me. Thank you.

  • ClassCastException: weblogic.jdbc.rmi.SerialPreparedStatement

    I am attempting to retrieve CLOBs and XMLTypes in a servelet from a 9i release 2 database. Using sampe code from oracle, I am getting ClassCastException when I attempt to cast ... oracle.jdbc.OraclePreparedStatement stmt = (oracle.jdbc.OraclePrepared

  • Dense_Rank() over order by date fields not working properly

    Hi, i have a pl/sql statement which looks like this: WITH OrderedByDateTable     AS      SELECT     gsp.*, DENSE_RANK () OVER (ORDER BY A_varChar_col1, decode(upper('COMPLIANCETICKSDATE'),'TASKNBR',TASK_NBR, 'DESCRIPTION', DESCRIPTION, 'PARTNBR', PAR

  • Authenticated RSS feeds viewer in Sharepoint 2010

    Hi All, I need to create an RSS feed viewer in the sharepoint page from an external site (Service Now) in which authentication is needed. I tried adding the OOTB RSS viewer webpart and found out that in our environment they are not allowing authentic