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...

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

  • 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?

  • 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

  • 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

  • How to add some text between columns in dashboard prompt?

    Hi,
    OBIEE version:10.1.3.4.1
    Can we add some words between columns in dashboard prompt?
    like, I want to add OR, make sure user not to select different month, if selected the different months it will make the report no data.
    Month OR Date Range(this is a calendar)
    Does anyone have any idea about this?
    Thanks in advance!
    Regards,
    Anne

    Hi,
    If you are using the prompts with presentation variables or referring only the columns separately then you can create individual prompts and place static text between them.
    But if you need to have both the prompt columns together then create the prompts and use 'space' as the label names for both.(ie prompts would appear but the name wont appear). And create a static text in the page or in a report and place in the page. Which appears as the name of the prompt with 'OR' between the prompt names.
    This should solve your problem.
    Edited by: MuRam on Jan 13, 2012 10:18 AM

  • 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 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

  • 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

  • Problem related to Dashboard prompt

    Hi friends. I'm new to OBIEE field and I'm stuck in one of my report. My dashboard has 2 reports and dashboard prompt fiscal year. Fiscal year in both the reports comes from different tables; thats why prompt doesn't sort both the reports simultaneously. I can't change the report format due to nature of the database table. Can you please suggest me some alternate way to filter both the reports on (Fiscal Year dashboard prompt).

    I think a presentation variable in your DB-prompt will help. Store the chosen year as for example 'year' and let both the dashboard reports use this presentation variable in their filters for "fiscal year"

  • Some user cannot save Dashboard Prompt Selections OBIEE

    We are having issue with some users cannot able save dashboard prompt selections of themselves, even though the group they belong to has rights to it.
    This issue happens only for some users, it works fine for other users. They all belong to the same group.
    Access privilege on the Saved Selections is set for "Everyone".
    Any help will be great appreciated

    Verify if the 'My folders' for each user has been enabled or not. Usually , if 'My Folders' is disabled for that user there would'nt be any "_selections" folder created in the individual user catalog folder. Once the "My Folders" is enabled for that user via Manage Previlages , the users should be able to save the dashboard prompt selection 'for themselves and also for other too'.All the selections by the user would be saved to this folder.

  • Date format problem - dashboard prompt - presentation variable

    Hi,
    I've created a dashboard prompt on a date and defined a presentation variable.
    In my report I make use of the following object : TimeStampAdd(SQL_TSI_MONTH,-12,date '@{pv_afw_start_date}' )
    My report works when making use of a drop down list, but when I want to make use of a calendar to select from, I receive the following error
    *A general error has occurred. [nQSError: 46047] Datetime value 17/11/2009 from 17/11/2009 does not match the specified format. (HY000)*
    Is there a difference in the date formats used by the prompt type (drop down list, calendar, ..)? And how you can align them..
    Txs for your help.
    Kr
    A

    Timestampadd ask for a timestamp not for a date.
    Check here :
    http://download.oracle.com/docs/cd/E12103_01/books/admintool/admintool_SQL14.html
    The syntax is :
    TimestampAdd(SQL_TSI_DAY, 3, TIMESTAMP '2000-02-27 14:30:00')You may have to change your prompt to retrieve a timestamp.
    Where do you use your formula ? In a formula column ?

  • 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.

  • 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

  • Report help

    Hi folks, Its basically a HR ABAP report. i hav a table having 2 fields . family dependant type is the fst field and subtype is another field. suppose 03 ---> signifies dependant type child.         01 ---> spouse         14.... like this we hav othe

  • How to link within a spry data set?

    Hi everybody, I am working with DW CS4 and want to know how to insert a link to another html site within the Spry data set. All I am archieving at the moment is to write the hyperlink-addy as plain text on my website. I have this kind of structure in

  • How do i uninstall firefox from my pc

    i tried to uninstall dut it didnt

  • Transfer of G/L account

    Hi Gurus, Can anybody tell me how to transfer one g/l to another g/l a/c Ex:For example i have 2 salaries accounts salaries1 and salaries2 accounts how can i transfer entire transactions of salaries1 to salaries2 account. sd/- Sreenivasulu.P

  • Adobe Audition CRASHED. Multitrack is scrambled. PLEASE HELP!!!

    Hello. Can someone please help me!!! I Just finished editing my vocal tracks in Adobe Audition and the whole sound session was playing well I pressed save. The computer was saving all what I was working on but crashed. I re opened Adobe and all of my