Operator in dashboard prompt

Hi all

We have a strange to show requirement AND/OR operators in dashboard and other guests. When the user selects AND filter must be a combination of AND and when the user selects OR to run based on this condition.

For example

We have country column and product in the command prompt.

When the user Select Country and produced it should show products in this country, and when the user selects a country or product, you have to show this country or another countrry. How can I achieve this. Help, please. Thank you

Arun

Hello

Create a variable prompt dashboard and choose its values only AND and OR and assign a variable presentation. then, in the report create a filter like the code below.

Convert the SQL filter. Select any column and convert its filter in SQL. then write your column below replace the code

Countries (@{PVC}) @{PvO} {AND} product in(@{PVP})

PVC = variable presentation for countries

PVP = variable presentation product

PVO = variable of presentation for the operator

Tags: Business Intelligence

Similar Questions

  • Dashboard prompt that is not bound to a column

    Hello

    It is perhaps a fundamental issue, but I'm missing something here.

    How can we create a dashboard guest who is not related to any column? This message should be a drop down with two values to choose from.

    1 accounting
    2. operational

    The value selected in this prompt will be used for the calculation in my reports. The calculation of accounting and operational procedures is different.

    I don't have these two values in a column.

    Please suggest how can I do this.

    It comes to OBIEE 10.1.3

    Your help is highly appreciated

    In this case you can mark as correct instead of useful at my suggestion right?

  • Dashboard, prompts and analyzes.

    Hi all

    I created a dashboard with a command prompt and analysis. When I access the dashboard, OBIEE automatically runs the analysis but I'd OBIEE wait until I choose my criteria on the prompt and then run the analysis.

    Is this possible?

    Thank you.

    Hello

    There are two ways,

    1.) in your dash prompt, you can put a dummy value @ part of selection prompt default value
    (2) instead of creating quick bettter dashboard, you can quickly create on Hello.adb analysis, this will limit the automatic execution of dashboard... (This way u must select prompt value then only it runs).

    Note: create quick scan--> going to change analysis and click Next, select tab (Prompt) and create her... that's all as guest of dashboard. (execution of o/p will be two steps 1 had to select guest and run it)

    Thank you
    Deva

  • CDA, ptd, qtd in dashboard prompt

    Hello

    How to use ptd, qtd, CDA as a guest of dashboard

    I created netamount ptd, CDA, qtd in SPR

    my metric is netamount

    in the dashboard if I select ptd, then give values of ptd
    SELCT CDA give CDA netamount
    Also QTD even


    its dashboard to change all the dashboard

    How to do this

    Try first with the single report and a test if its working. later, you can implement for all reports.

    Create Measssure
    'Your_table_name '. "" PTD "= Somr calculation I SPR
    'Your_table_name '. "" QTD ' = Somr calculation I SPR
    'Your_table_name '. "" for a year "= Somr calculation I SPR

    Now you have 3 steps in the layer of presentation called ptd, qtd, for a year.

    Create a report format the column as 'Your_table_name '. "' @{var_mes} {PTD}" (ptd as defalut Messure) save the report.

    Now create the dashboard quick. In this Variable Prompt selection. In the right part of the presentation Variable as var_mes writing.
    Now, select list selection and custom values, select enter ptd.
    Select values enter qtd and again for a year...

    Now you have a presentation with 3 custom values, ptd, qtd CDA variable

    Save the guest of the dashboard.

    Put this guest of dashboard and report to the saingle dashboard. imitaialyy your report must indicate the value of ptd (coz you have default select ptd above in column e formula 'Your_table_name'.) ("' @{var_mes} {PTD}")

    Now wheh u change the command prompt, vraibale should go and maessuare should change.

    check if correct/help
    Bachelot

  • Dynamic columns in dashboard prompt

    Hi all
    I have to 'TOP' dispay & dynamic value 'BOTTOM' in the drop-down list of the dashboard invites the creation of a dynamic column value in the drop-down list prompt dashboard? I'm trying to create in writing view sql result but not getting does not correctly according to the selection of HIGH and low, I must make a report changes
    SELECT CASE WHEN 1=0 THEN ExistedPresentationColumn ELSE 'TOP' END FROM SubjectArea
    
    UNION ALL
    
    SELECT CASE WHEN 1=0 THEN ExistedPresentationColumn ELSE 'BOTTOM' END FROM SubjectArea
    
  • Dashboard prompt text

    default if I create the dashboard, dashboard quick text is available on the drop down prompt dashboard.

    can someone tell me how to get the dash next to the text prompt?

    Published by: user12255470 on October 13, 2010 19:37

    Visit this link,
    http://obiee101.blogspot.com/2009/04/OBIEE-prompts-putting-label-in-front_18.html

    Are you looking for this?

    Thank you
    Vino

  • MonthName() in dashboard prompt

    Hello
    It seems MONTHNAME() for quick dashboard does not work
    can neon help me with this n give me another way to achieve this

    I used the following in the formula... but it doesn't work


    CASE of the MONTH ("custom object 2". DATE_25) WHEN 1 THEN 'Jan' WHEN 2 THEN 'Feb' WHEN 3 THEN 'Mar' WHEN 4 THEN "Apr" WHEN 5 THEN 'can' WHEN 6 THEN "Jun" WHEN 7 THEN 'Jul' WHEN 8 THEN "Aug" WHEN 9 THEN 'MS' WHEN 10 THEN 'OCTS' WHEN 11 THEN "Nov" WHEN 12 THEN 'Dec' END


    Another approach, I used is to select sql for the date result in want to be induced n applied this sql statement
    SELECT MONTH case ("2: custom object".) DATE_25) WHEN 1 then 'Jan' WHEN 2 then 'Feb' WHEN 3 then 'Mar' WHEN 4 then "Apr" WHEN 5 THEN 'can' WHEN 6 THEN "Jun" WHEN 7 THEN 'Jul' WHEN 8 THEN "Aug" WHEN 9 THEN 'MS' WHEN 10 THEN 'OCTS' WHEN 11 THEN "Nov" WHEN 12 THEN 'Dec' END OF ' Advanced custom objects lists "WHERE MONTH"(Custom"objects 2. DATE_25) in (1,2,3,4,5,6,7,8,9,10,11,12)...


    kindly help

    Rita Negi

    Hi Rita,.
    MonthName (...) works for the guest of the dashboard. Just as in the report make sure you have a filter "is invited" on the same formula as that of the command prompt.
    even if it does not work as you say and use the second option, then you must modify your code something like this:

    BOX WHEN MONTH ("custom object 2". DATE_25) = 1 THEN 'Jan' WHAT MONTH ("custom object 2". DATE_25) = 2 THEN 'Feb '... During MONTHS ("object custom 2". DATE_25) = 12 THEN 'Dec' END NULL OTHERWISE.

    Despite this being the correct syntax, the code above won't work as long as you try to force a char value to place a digital.

    Ideally, the first option should work.let that we know what happens when you test

  • By using a column twice in a dashboard prompt - selection multiple and wild-carding

    My client uses OBIEE 10.1.3.2; It is impossible to pass at this time. However, they want to be able to enter a list of values and a search for wildcard for additional values at the same time for a single column in a row of dashboard.

    Since they cannot be upgraded, they do not have the Wildcard feature search function fast multiple selection improved 10.1.3.3 and later versions.

    If anyone has found another method to do, perhaps using a column twice in a row of table edge or separate dash invite on the dashboard page, in order to, OR the results of a multiple selection and an edit box (with entry wildcard-matching)? I suspect that this won't work - that the result sets from a command prompt to a column replaces any other games of fast results for the same column.

    Has anyone found another way to do this, before his 10.1.3.3 release?

    Yes, it is possible.

    This is how to do it:

    In your report you need to add two filters on the same column and combine them with OR.
    First filter: is invited.

    Second filter: is as presentation_variable
    Then protect this filter! * What will make your prompt is filtered on the Prée variable and it will not be replaced by another invite.

    Now create your guest of dashboard:

    First add your column with an edit box and attach the presentation variable.
    Then edit the formula in the column, so it will not refer to the column more. (Which is not necessary, because the value will be set to the variable Prée.)

    Then add the column even with a multiple selection.

    Then, test and verify your results.

    Kind regards
    Stijn

  • Dashboard prompt: display current Date earlier this week on the top in the list of choices to obiee

    Hello

    I develop a relationship where we have a requirement to indicate the start date of the week current on top in the drop-down list.

    The start date of the week is Sunday, March 10, 2013 "and Saturday weekend date is 17 March 2013", it comes directly from the source and now when I ordered it to be, goes to the week of the
    2015 or 1950 from the desc or asec.

    I want to display the start date of the current week as the default display using the dash prompt and I need digital week, I need the date: I do not have access RPD to set the variable repository.

    For example week start date (18/03/2013 and end date of week 23/03/2013), it should be dyanamic were based on the current date, it must default to this week to start and end date. Please let me know your inputs.

    Thanlks

    Try this at the prompt of-> see the-> SQL results

    SELECT Time.Date FROM 'SA' where week (Time.Date) = week (current_date) and year (Time.Date) = year (current_date)
    order of Time.Date

    If brand aid

    Published by: Srini VIEREN on March 18, 2013 21:18

  • Interaction of value of navigation from one column to the dashboard prompt

    Hi all

    I am fairly new to OBIEE and employs 10g. Currently, I am trying to format our dashboard to track usage. So, I have a report that I want to be able to select a column ("dashboard") and use navigation value interaction or another method to pass its value in a quick dash in a different tab, so I can sort by this column ("Dashboard") for the six reports it. I can get the navigation to work tool to go to another report or dashboard, but it will not filter by the selected column, nor can I get it in the dash line. I was search the forumns and google like crazy, and can happen anywhere... This funcationality still exist?

    Any help would be much appreciated!

    M

    941044 wrote:
    Hi all

    I am fairly new to OBIEE and employs 10g. Currently, I am trying to format our dashboard to track usage. So, I have a report that I want to be able to select a column ("dashboard") and use navigation value interaction or another method to pass its value in a quick dash in a different tab, so I can sort by this column ("Dashboard") for the six reports it. I can get the navigation to work tool to go to another report or dashboard, but it will not filter by the selected column, nor can I get it in the dash line. I was search the forumns and google like crazy, and can happen anywhere... This funcationality still exist?

    Any help would be much appreciated!

    M

    Try this:

    (1) create a small report with a single column, the column that you use in your source in relation to the Interaction of the value.

    (2) on your six reports, put a filter on the same column, conversion to the "filter based on another request.

    (3) points to the report small and the column of the report.

    Your reports will be properly filtered.

  • How to set sysdate as date in dashboard prompt by default

    Hi all

    I want to set default date (sysdate) in guest of dashboard. How to do this.
    I've not done this before.
    tell me clearly.

    Thanks in advance.

    Hi Anand,

    Try this:
    (1) will put in default of-> Variable.
    (2) @{system.currentTime}

    Good luck and if you have found this helpful, please give points!

    Best regards

    -Joe

  • Sql dashboard prompt

    Hi, I find that the sql code of the dash prompt only supports loading data in the columns of the presentation layer.

    is it possible to load the columns directly from the physical layer?

    Thank you very much!

    ! http://img36.imageshack.us/img36/5151/dashboardprompt.jpg!

    Then this post is for you:

    Guests of OBIEE LOV
    http://obiee101.blogspot.com/2008/12/OBIEE-lov-prompts.html

    Note that there is table LOV in the presentation layer for the list of values that you can use at the command prompt, so you can't avoid it. You need to join between LOV dim (dummy) and fact LOV (which in fact contains values) to allow OBIEE to put this in the first MDB.

    Concerning
    Goran
    http://108obiee.blogspot.com

  • Line num in dashboard prompt

    I use guest of dashboard. I want to show numbers from 1 to 50 in a drop-down list box.

    Is there a mechanism to do?

    Is one thing, I think, Pick-up an existing table column and select rownum out of it. I'm not sure if ROWNUM can be applied on OBIEE promot...

    Any suggestions?

    Thank you

    Hello
    In the quick Dashboard select sql result instead of all values and write the following query, I have tried to use SH RPD you can change the name of the column according to your needs, in the drop-down list control to select multi for the drop-down list box.

    SELECT case when 1 = 0 so visitors. "' Casting from another area of the country" (rcompte (customers. (("" Country region ') as char) end OF SH where rcompte (customers. ("" Cust Id ")<>

    Concerning

    NGO

  • How to set the default prompt of dashboard?

    Hello
    In my dashboard prompt, I get values such as:

    March 2010
    Apr 2010
    May 2010
    June 2010

    How to set the default value for the month in progress (June 2010). I don't want to use "specific value. I want to use the 'SQL result' to populate the default value.

    Appreciate your help

    You can use select to_char (trunc (sysdate), 'Mon-YYYY') of the double

    see you soon,
    Vineeth

  • Prompt dashboard with date?

    Hello
    I have 5 reports on my dashboard and all displays them data from yesterday. For this I used the following filter on the column of the day
    TimeStampAdd (SQL_TSI_DAY-1, CURRENT_DATE) = "Time". Day

    Now, I had the need to create a dashboard prompt with the default date as the date of yesterday and will be all the date until 3 months back.

    How do filetr my reports to selected dates where it counts already TimeStampAdd (SQL_TSI_DAY-1, CURRENT_DATE) = "Time". Filter day set in place?

    I would appreciate your help
    Thank you

    Hi try to use cast (column_name as date) in your report and and in command prompt.

Maybe you are looking for

  • HP OfficeJet Pro 8715: How to bring together copies on the settlement 8715

    Can someone help me understand how to interclasser on my new settlement 8715 copies? It does not appear in the copy dialog, and I can't find anything useful either online or in the manual. Thank you.

  • Unable to save film on computer with Windows movie maker problem

    I tried to record a movie on my computer. But every time I try, it says: "your movie is recorded on a recordable CD, rather than save it on my computer. What is the problem? He started this a few days ago. Also it will never be updated windows movie

  • activate Windows does not work

    When I try to open windows activate its tells me that windows do not have access to the file, you do not have the appropriate permissions to access the item what I'm soposse to do

  • Radio off Bluetooth check

    Is it possible to determine in 4.1 if the connection Bluetooth has been disabled?  I know that you can check if the Bluetooth is supported, but what happens if the user accesses the connections and disables the Bluetooth connection?  Y at - it a clas

  • How can I reset password for PC HPE-210f?

    I've been using a password because I got the computer and last night, when my daughter tries to use the computer with my password, she received a message from "user profile service cannot connect.  I tried to login using my password and I could not g