Getting problem in Dashboard Prompts

Hi All,
I have designed a dashboard prompt for the time which captured data for month,quater and year.
when i click on the month option to select some data and for example i have selected all the data from the month and click on ok and when again i open the selection option to select/deselect the some data then i find everything again (on the right side of this prompt) though all the earlier selected items are still to the left as well.
can anyone help me in resolving this issue?
thanks in advance.

thanks kishore..
it means oracle bi doesn't provide any solution for this...
actually its good when user have to select some data from the available options but in case when he/she has to select more than 20 items from 100 items available then he/she can be confused about what items he/she has already selected...
and when they click on the 'ok' button then all the duplilcates (which he/she has selected more than one time) will come to the display for column filters(via dashboard prompts).
isn't it?

Similar Messages

  • Problem with dashboard prompt initial value (OBIEE 11g)

    Hi alli,
    I have a problem with dashboard prompt and session variable in OBIEE 11g.
    I have declared a session non-system variable which I set/change with dashboard prompt. At login the variable is initialized in initialization block that gets a value from an SQL select statement.
    When I change the value in prompt, the session variable changes accordingly, as it should (change is made by calling function NQSSetSessionValue() within javascript function). While I am in my dashboard, cruising around pages the variable stays the same, and when I return to the page that has prompt on it, the correct value is shown. Everything works fine.
    The problem occures when I go to Catalog (in presentation services) to create some new Answers. When I return back to the same page in dashboard (which has a prompt), the prompt selected value and session variable are set back to the default value. It looks like the initialization block is executed again.
    My prompt is configured like this:
    - Choice List Values: SQL Results
    - Default selection: Variable Expression (@{biServer.variables['NQ_SESSION.VariableName']} )
    - Set a variable: Presentation Variable
    Is there a way to stop the initialization block from executing again? Isn't it logical that the initialization block executes only at login, when the session variable is empty? I don't need it to execute every time i come to the dashboard.
    Thanks in advance,
    Marko
    Edited by: markor on 14.3.2011 8:58

    How and where do you use the nqssetvalue() function.
    I tried it in several places but it doesn't work.
    Can you help me, please!
    Thanks

  • How to get value in dashboard prompt from database

    Hi All,
    I am using dashboard prompt (Year Prompt) to filter reports on year basis.
    fact table stores the hit date on a particular site linked with date dimension table .
    I have Datas in fact table say from year 2005 to 2009 .In dashboard Prompt it is showing me all the years 1990 to 2021(that are in date dimension).
    I hard coded the value of years in prompt now it only showing me years 2005 to 2009.
    My question is that is their any way that prompt automatically take values from database, those years which are stored in fact table ?
    Thanks in advance.

    Hi...
    Try writing query for dashboard prompt to get desired values..
    *select distinct year(FactTable.HitDate) from SubjectAreaName*
    To work this.. you should have HitDate column in presentation layer. (You can drag this column from fact in BMM and drop in any dimensions of presentation Layer, and name it as HitDate (Fact).. some thing like this...

  • Problems with dashboard prompts - 11.1.1.6 on Win 2008 64 bit

    Hi, I'm just curious if anyone who is using / testing 11.1.1.6 on a 64 bit Windows 2008 environment is having issues with dashboard prompts.
    I'm seeing issues where dashboard prompts are showing up with a NULL option - i.e. if a dimension has values A, B, and C, I see the prompt showing up as:
    NULL
    A
    B
    C
    There are NOT nulls in the data, and I can see that the related query is only returning 3 rows. It feels like something is broken with 11.1.1.6, but just curious if others are seeing this.
    BTW, this happens with all types of prompts - check boxes, radio buttons, choice lists, etc. But strangely it doesn't seem to happen with the "sample" data - not sure if it's because it's from XML instead of database?
    Thx,
    Scott

    Nico - I owe you a ton, that's exactly the problem. So the workaround is for me to set everything to not allow NULLs in the physical layer - kind of a pain, but management.
    Having said that - do you have any idea WHY this would happen? Just because a column CAN have a NULL, why would OBIEE automatically display a NULL in the prompt, even when one doesn't exist? After all, this column could also have "Nico" or "Scott" in it...and it isn't displaying those?????
    Wonder if this has something to do with the new "buttonless" prompts. Or maybe I'm just missing something obvious...
    Thanks!!!
    Scott

  • Some problems in dashboard prompt

    Hi,
    I have a requirement about prompt with report response,
    There is a Year prompt, the value of year is '2010','2011' and '(Null)' ,because there is a NULL in year column in DB, so '(Null)' is displayed in prompt,
    the report has only one column that is year,but this year column is not the same column as the prompt,only the value is the same.
    What I have to realized is
    the first time I went into this page, the prompt is blank, but the report will show all data,namely,'2010','2011' and null value(blank value),
    when I choose All choices,the report also will show '2010','2011' and null value(blank value),
    when I choose 2010,the report will show 2010,
    when I choose 2011,the report will show 2011,
    when I choose '(Null)',the report will show only one row that is blank.
    Any solution???
    Thank you!

    Alpha,
    You can never get this working unless you satisfy normal sql join.
    For eg: A.col = B.col
    This join will always fail for NULL values..
    2 Options to solve this:
    1) Database Level: Update all null values to specific value like 'NA'
    Or
    2) In your RPD physical use:
    IFNULL(A.col,'NA') = IFNULL(B.col, 'NA')
    Users need to select NA from dropdown to show NA records...Display a static message saying NA is actually NULL values
    Hope you are clear with your funda...

  • Dashboard Prompt - Getting error for Adding SQL query in "Default to"

    Hello Oracle,
    I am facing some problem in Dashboard Prompt. Like when i add some sql query in "Default to" in Dashboard prompt and for the next prompt when i check for Contrain option i get error in the second prompt. but it works fine when i hard-code a value in "Default to" options.
    For Example:
    Like when we consider a two prompts :
    1) Year -> (In Default to i select SQL Query and enter the query as SELECT "YTD Dim"."Fiscal Year" FROM "YTD Report" WHERE "YTD Dim"."Fiscal Year" = Year(Current_Date)
    2) Business Unit -> (In specific value i give as some hard code value of Business Unit and check the contrain option)
    i get error as
    Business Unit
    Error Generating Drop Down Values
    A numeric value was expected (received "SELECT "YTD Dim"."Fiscal Year" FROM "YTD Report" WHERE "YTD Dim"."Fiscal Year" = Year(Current_Date)"). Error Details
    Error Codes: EHWH2A7E
    but i get correct value for Year as 2011.
    I need to use SQL query in default to option and need to check the constrain option too.
    Looking for positive feedback.

    You need to create a dashboard prompt and in Default To -> select SQL Results
    Click on the ... (three dots ) underneath it and put in your sql
    For Example , I have a Table called "Sales Date" in my "ABC" presentation folder. This has a column called "Year" and "Date". If I want to have a Year prompt with the default value set to current year, here is what the syntax of my sql result will be :-
    SELECT "ABC"."Sales Date".YEAR
    FROM "ABC"
    WHERE "Date" = current_date
    In SQL, we cannot put SQL as we know of in terms of Oracle, Sql Server etc. The SQL here refers to sql as OBIEE understands it and should be in the form of Select "Presentation foler"."Table Name".ColumnName from "Presentation Folder"
    Hope this helps

  • Duplicates in dashboard prompt

    How to remove the duplicates that I am getting in the dashboard prompt.?

    How you are defining your prompt? Is that any SQL you are writing to get the values for the Prompt?

  • Problem with passing dashboard prompts

    Hi All,
    I have a problem with passing dashboard prompts.
    Scenario:
    I have a report with country(column interaction),amount sold and two prompts.when the user selects the particular country, i need to navigate to other detailed dasboard with 2 prompts and country.
    with the column interaction, am able to navigate to other dashboard with all the prompts only when the target dashboard prompts, defaults to presentation variable.
    but when the user directly opens the target dashboard, i have to display the report with the default values which am not able to achieve.
    All the prompts are customized prompts.
    Any suggestions would be greatly helpful.
    Thnx in Advance

    Hi,
    When you drill down, corresponding filter values get added to your report. So next time when you change the prompt values It does not give you proper data.
    So before you change the prompt values, you comeback to the default report. and try changing the prompt values.
    Otherwise you can do one thing, Do not enable drill in place for the report section. So when you try to drill down in the report, it takes you to the new page.
    And in the main page even if you change prompt values, It will work perfectly.
    Regards,
    TKB

  • How to get the column names of the table into the Dashboard prompt

    how to get the column names of the table into the Dashboard prompt
    Thanks & Regards
    Kishore P

    Hey john,
    My requirement is as follows
    I have created a Rank for Total sales by Region wise i.e RANK(SUM(Dollars By Region)) in a pivot table.
    My pivot table looks like this
    COLUMN SELECTOR: TOTAL US , REGION , DISTRICT , MARKET
    ---------------------------------------------------- JAN 2009          FEB 2009        MAR 2009
    RANK              REGION                  DOLLARS           DOLLARS        DOLLARS DOLLARS
    1 CENTRAL 10 20 30 40
    2 SOUTHERN 10 30 30 70
    3 EASTERN 20 20 20 60
    4 WESTERN 10 20 30 40
    When i select the District in column selector
    Report has to display rank based on Total Sales by District. i.e
    ------------------------------------------------- JAN 2009         FEB 2009       MAR 2009
    RANK             DISTRICT              DOLLARS           DOLLARS        DOLLARS DOLLARS
    for this i need to change the fx of rank i.e RANK(SUM(Dollars By Region)) to RANK(SUM(Dollars By District)) and fx of Region i.e Markets.Region to Markets.District dynamically.
    so , i need to capture column name of the value selected from the column selector and dynamically i need to update the fx 0f RANK & fx of region.
    do you have any solution for this?
    http://rapidshare.com/files/402337112/Presentation1.jpg.html
    Thanks & Regards
    Edited by: Kishore P on Jun 24, 2010 7:24 PM
    Edited by: Kishore P on Jun 24, 2010 7:28 PM

  • OBIEE(11.1.1.6.8) dashboard prompts "Please Wait" Problem after the automatic upgrade of browser

    Hi  all,
    We have a problem in OBIEE(11.1.1.6.8) dashboard prompts after the upgrade of Chrome browser.. The values of dashboard prompts are not shown to user ( with message "Please wait" ) We had this problem in Internet Explorer 10. So we had announced the users to have minimum browser versions Chrome 12+ , Firefox 17+ , Internet Explorer 9.x as its is declared in certification matrix. Now after upgrade (automatically)in Chrome version 30.0.1599.101 m , we have the same problem and the only working browser remaining is Mozilla Firefox. What should we do to prevent this without upgrade or patch ? Is there any workaround ?
    Thanks ...

    OBIEE problems with Chrome (update 30) plus patch

  • Problem while passing parameters for dashboard prompts in URL

    Hi,
    We have created a dashboard on OBI which has some dashboard prompts. We have a requirement that we shall open the dashboard from an external application. We are doing this by invoking an URL. We want the dashboard to turn with prompts already being applied.
    I was trying to open the dashboard with the following URL
    http://<servername:port>/analytics/saw.dll?Go&PortalPath=/shared/Procurement%20and%20Spend/_portal/Supplier%20Performance&Page=Overview
    But when I use the above Go URL the dashboard is not coming up. It shows the following error
         No Columns
         The request cannot be performed because it contains no columns.
    When I use the following URL(which has the keyword 'Dashboard' not 'Go') the Dashboard is coming up fine
    http://<servername:port>/analytics/saw.dll?Dashboard&PortalPath=/shared/Procurement%20and%20Spend/_portal/Supplier%20Performance&Page=Overview
    There are dashboard prompt defined in dashboard. When I try to send the filter value via URL(given below) it is not working. I just see the Dashboard coming up.
    http://<servername:port>/analytics/saw.dll?Dashboard&NQUser=Administrator&NQPassword=SADMIN&PortalPath=/shared/Procurement%20and%20Spend/_portal/Supplier%20Performance&Page=Overview&P0=1&P1=eq&P2=Supplier."Supplier%20Name"&P3=1+AccessMicron
    when we use the keyword Dashboard in the URL , can we pass the parameter for the dashboard proimpt ..? If we can do that .. how to do that ..? Is it the same manner that we do for Go URL. ..?
    Please let me know if you need any more information on this.
    Thanks in advance for your time,
    Raj Kumar
    Edited by: Raja Kumar on Jan 22, 2010 3:29 AM

    Hi Raj,
    Raghu is correct, you need the Action=Navigate to make prompts work, otherwise you get move to the target dashboard without prompts.
    I think you figured it out your self, but the ?Go is for Answer Requests and ?Dashboard is for navigating to dashboards.
    I would also recommend using col1="COLUMN_NAME" and val1=value syntax instead of the P0,P1, etc, etc. It's a little easier to read and implement.
    Try this:
    http://<servername:port>/analytics/saw.dll?Dashboard&Action=Navigate&NQUser=Administrator&NQPassword=SADMIN&PortalPath=/shared/Procurement%20and%20Spend/_portal/Supplier%20Performance&Page=Overview&col1=%22Supplier%22.%22Supplier%20Name%22&val1=1+AccessMicron
    Good luck!
    Best regards,
    -Joe

  • Problem showing constrained values in dashboard prompt using a specific val

    Hi all,
    I'm using a dashboard prompt showing several fields ie Company, Business Area, Dept. They are set as the following:
    Drop Down List Box
    Show > All Choices, Constrained
    Default > Specific Value
    The requests work fine with these prompts. The problem is if I go to Dept drop down, all I see are '(All Choices)' and the default dept I established defining the prompt. There are other depts for the same Business Area that I want to see, not just the default value.
    What did I do wrong?
    Thanks in advance

    Hi ,
    may be the problem with company also ,you enabled the constrained to company as well i guess..
    Just check with this order Business Area,Dept , Company , .. enable the constraint for company and Dept and test the prompt by selecting the business area , are you able to see the company and dept correctly or not.
    Just a testing method ...helpful for you.
    Thanks,
    Ananth

  • Dashboard problem-Filtes not working as per dashboard prompt

    I have created one dashboard with prompt but the prompts are not working as selected values as per prompt are not getting filtered out
    e.g. one of the prompt is "sales stage" if eventhough i select a particular sales stage it shows all results with no data filtering.
    Please help
    Edited by: user1074008 on Nov 1, 2010 2:25 AM

    Hi,
    In the detailed report you have to prompt the fields which you have added in the dashboard prompt(i.e. Click on edit filter option set the operator to "Is Propmted"), then only it will work.

  • Getting the dashboard prompt value

    Hello,
    I there a way on how can i get the dashboard prompt value when using other operators beside equal/is in. It seems that you can only set a presentation variable using the equal/is in operator.
    Also how can i get prompt value when using multi-select control?

    Hi. Yes, presentation variable is only for is equal to/is in.
    But no need to use other operators ( is less than or equal to, etc) if you want to write data in presentation variable, use equal/is in if you want to show data that is for example less and set presentation variable and in the report instead if IS PROMPTED write advanced SQL filter like:
    TABLE.COLUMN <= '@{pv}'
    You asked also how can to get prompt value when using multi-select control?
    No way to do that. But what do you need that information for. Lets say that you are able to do that and you put multiple values from multi-select into variable, where do you need to present that data? In the report? No need for that because the report is already filtered by it.
    Also check this one:
    Using multiple values row wise session variables in dashboard prompts and requests
    http://108obiee.blogspot.com/2009/10/using-multiple-values-row-wise-session.html
    Regards
    Goran
    http://108obiee.blogspot.com

  • New to dashboard prompts and having problems

    I am trying to use two dashboard prompts as presentation variables (which I have never used before) for the start and end dates of a date range for a report.
    I created two dashboard prompts: pvStartDate and pvEndDate as you suggested. For these dashboard prompts, the operator is "is equal to or is in", the control is Calendar, and "Default to" is Report Defaults. I selected "Presentation Variable" and named as pvStartDate and pvEndDate.
    At the suggestion of a seperate post, I am using these presentation variables as filters in the report. Currently I use the two fillter method: Modified is greater than or equal to @{pvStartDate} and Modified is less than or equal to @{pvEndDate}.
    I get the following error when trying to procede:
    Error getting drill information: SELECT Lead."First Name"||' '||Lead."Last Name" saw_0, Lead."Product Interest" saw_1, Lead.Status saw_2, Activity.Type saw_3, Activity.Subject saw_4, Activity.Description saw_5, "- Owned By User"."Employee Name" saw_6, "- Due Date"."Task Due Date" saw_7, Activity."Last Modified" saw_8, Activity.Status saw_9 FROM "Activity Lists (RTO5)" WHERE (Lead."Product Interest" = 'Forensic/IST') AND (Activity."Last Modified" >= timestamp '0000-00-00 00:00:00') AND (Activity."Last Modified" <= timestamp '0000-00-00 00:00:00').
    Any help would be appreciated.

    Thanks for your response.
    Actually, the error was from pulling at the dashboard.
    I decided to go the easier route and use the step-three prompt in the filter.
    It seems, though, that the operaters "between" and "less than or equal to" do not contain the final prompted date in this system as the date is indicated as 12:00 AM--or midnight at the start of the date.
    This system is so strange.

Maybe you are looking for

  • How do i get rid of 39 cents on my account to later switch the country to canada?

    hello everyone, i have a US account with 39 cents on it that i obviously cant spend of anything. I live in canada now and i have 20 free song downloads that id like to use but am not allowed to on my US account. I cannot change my country with the ba

  • Display Static Running 2012 MBA Clamshell

    When waking my Air from sleep in clamshell mode I get a fuzzy static screen occasionally, unpluging/repluging the Thunderbolt to DVI fixes it, but its still and odd problem. Anyone else experience this?

  • ITunes 10 keeps launching, can't quit

    Since I upgraded to version 10, I've had 2 days where iTunes launches on it's own and no matter how many times I Quit, it keeps re-launching automatically. Today, it was when we visited a Flash site: http://www.howtotrainyourdragon.com/ and on the ot

  • Safari locks up after installing update

    The color wheel spins, then have to force quit ... thanks for any help ... here's the report: Date/Time: 2009-09-14 20:57:17 -1000 OS Version: 10.5.8 (Build 9L31a) Architecture: ppc Report Version: 4 Command: Safari Path: /Applications/Safari.app/Con

  • How to connect application instance to new DB2 database instance

    Hi, Recently we want to transfer the DB2 database instance from old host( db 9.1.7 under windows 2003 r2) to new host( db2 9.7.9 under windows 2008 r2). Currently system is: * ECC 6.0 under NW 7.0 SR3 * DB2 9.1.7 running on windows 2003 r2 64bit. * K