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"

Similar Messages

  • 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

  • Passing Dashboard prompts - Need help

    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 Rahul,
    This is a bug in 11.1.1.3, request for patch 10381088 to resolve this issue.
    Bug 10381088: DASHBOARD PROMPT VALS NOT PRESERVED WHEN NAVIGATING TO OTHER PAGES IN DASHBOARD
    Rgds,
    Dpka

  • 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

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

  • 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

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

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

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

  • How to Pass dashboard prompt value to RPD variable??

    Hi Experts,
    I am creating RPD variable with below query in initialization block
    SELECT extract(month from Max(report_date))  from xyz_date_dim where report_id=14 and year=:YEAR
    I am having YEAR prompt in dashboard..from this RPD variable i want to get MAX(month) from selected year in dashboard.Here my problem is unable to pass selected YEAR to RPD Initialization block.
    I read some threads we can pass user selected values to session variables. If possible can any one help me how to pass variable to achieve my requirement.
    can any one help me in this....
    Thanks,
    KSS.

    So you want to pick a month in a dashboard prompt and have the answers report filter for that month, and return results for that month, month -1, month -2 etc etc.
    If so try the following, lets assume your measure is simply called 'count'
    in the BMM you have measure 'count' with aggregation set.
    Create a new measure in the BMM called 'count MAGO' or whatever you want (this will be month -1)
    in the logical forumula for that column, use the AGO function, syntax would be AGO(count measure,<time dimension.Month>, -1) - this function is found under the 'Time Series Functions' category.
    repeat steps to create 'count 2MAGO' and use -2 in the AGO function to take off 2 months.
    Repeat for however many Mth Ago's you want.
    Then in answers, simply use is prompted on your month fied to filter the report for the relative month, select your 'count', 'count MAGO', 'Count 2MAGO' etc, the measure will be calculated for prior months relative to your filtered month.
    Sorted?

  • Unnecessary Report refresh on the dashboard when changing the dashboard prompts

    Hello All
    I have two reports on a dashboard with two dashboard prompts for example Report 1) Year, State, Count; Filter: Year is prompted 2) Year, State, Count; FIlter: State is prompted. On the dashboard we have two reports Report1) and Report 2) with Year and State dashboard prompts.
    The issue is when you change year prompt both the reports gets refreshed even though nothing changes on report 2 but it still dissapears and appears as it is refreshing and  the same happens with report 1 when i change the state prompt it refreshes that report.
    Please letme know how i can limit the dashboard prompt to refresh only the report where it is prompted.
    Thanks
    Ravi

    are you talking about the database table caching? if so we are using OLAP cubes and I am not sure if caching is disabled. Is my issue related to caching? also another updated if I have just one dashboard prompt for example just year  only report 1 refreshes and the report 2 doesn't disappear. But when I add state dashboard prompt, which ever prompt I change state or year  both reports refreshes. The problem is when I add more than one prompt on the dashboard all the reports refreshes when the dashboard prompt selection changes. Any ideas.
    Thanks

  • Adding Dashboard prompt

    Hello,
    I am using OBIEE 11g.
    I would like to add a dashboard prompt which is for a column "Month".
    First i dragged and dropped from SA and some other columns.
    Then added formula to this column,by doing edit formula
    Now i want this modified month to act as a filter.
    So i created a dashboard prompt.
    But the problem when i select the column prompt i could see only
    the actual month column and not the modified month column.
    Is there any way i can take that?
    Thanks
    Edited by: user123 on Jun 8, 2011 10:48 AM

    Hi,
    Refer to this thread for some related information : Re: The dashboard propmt not showing desired results
    Cheers,
    Aravind

Maybe you are looking for

  • SCAN LISTENER runs from only one node at a time from /etc/hosts !

    Dear all , Recently I have to configure RAC in oracle 11g(r2) in AIX 6.1 . Since in this moment it is not possible to configure DNS, so I dont use SCAN ip into the DNS/GNS, I just add the SCAN ip into the host file like : cat /etc/hosts SCAN 172.17.0

  • Hex Characters in Comments Field

    Hey there, I was wondering if I could get an opinion/confirmation about something weird that I'm seeing after installing 5.0 on my Windows XP Home Operating System. I get pretty elaborate in my Comments field, filling in Mood or "Feel" for each indiv

  • Why is  HP C4280 all in 0ne not working with Mac OS X Mavericks

    After upgrading  my Mac to OS X 10-9-2 Maverick , The HP C4280 All In one , will not  scam properly , ck with HP the syst  was scan and as told that the Mac was not working or had  issues with the operating syst.

  • I want to convert number to hours in oracle 10 like this.

    Dear All Some can help me I want to convert below MS-SQL query in oracle 10g. please help me. for eg: Select numasdate, Cast(numasdate / 60 as Varchar) + ' hours ' + Cast(numasdate % 60 as Varchar) + ' minutes' as [TotalHoursAndMinutes] From #SampleT

  • SPAM update - LOAD_PROGRAM_CLASS_MISMATCH

    Hello, I am just preparing for an upgrade to our DEV ECC system. I have the patches downloaded and ready to go in EPS/In I've run the SPAM update in the usual way and seen this error: Runtime Errors         LOAD_PROGRAM_CLASS_MISMATCH Date and Time