11g dashboard prompt - anyway to add an action to apply to open another tab

I have a requirement to show the prompt for a particular dashboard on one tab and the reports on another. Is there anyway to add an action to the apply button so it applies the filter and opens another tab?
Thanks

Hi,
Use the Action Link
ie Add Action link to your dashboard page which is placed with in the prompt and
goto Properties of Action Link -> Type your report name in Link Text -> New Action - Navigate to BI Content and browse the Report -> click OK.
Note: Don't forget to give the filter option - is prompted in your report.
Thanks,
Balaa...

Similar Messages

  • OBIEE 11g Dashboard Prompt Reset Button Functionality

    Dear Experts,
    Can anyone explain what is the exact functionality of 'Reset' Button in any OBIEE 11g Dashboard Prompt.
    If anyone found any documentation related to it... please let me know.
    thanks,
    Varun

    Hi Varun,
    This is the functionality of Reset button,
    Reset will go back to last applied values. It does not clear values. Currently the Reset button works in the following ways:
    if 1) the prompt is blank 2) select some value, 3) reset 4) it should go back to blank.
    if 1) the prompt is blank 2) select some value, 3) apply 4) reset. 5) it should NOT to back to blank. actually it does not change anything.
    if 1) the prompt is blank 2) select some value, 3) apply 4) change any values 5) reset. 6) it should undo any changes in step 4.
    Rgds,
    Dpka

  • Adding 'All' filter in Obiee 11g dashboard prompt

    Hi All,
    I am using ver 11.1.1.5
    My requirement is to see all data in dashboard prompt as well as there should be another item its 'ALL' which return the all data.
    Example:
    There is a dashboard filter on a field type (like: Value1,Value2) , our client want to see the data on filter (like: ALL,Value1,Value2) the ALL will filter the boat Value1and Value2.
    Please explain with steps.

    You have to go with SQL Results in the prompt something like below.
    The 2nd statement can be other way so that its return all values..
    Make sure that similar you have in report too so that you get all values for ALL
    SELECT COL1 FROM "SA"
    Union
    SELECT CASE WHEN COL1 IS NOT NULL THEN 'ALL' ELSE COL1 END FROM "SA"
    instead of not null you may go for like '%'
    if helps mark

  • OBIEE 11g - Dashboard Prompts - Radio Buttons

    I have a report where I need to run 3 different ways based on the same filter with different values. Each way has multiple values. I was hoping to create a Dashboard prompt as a radion button to allow the user to select which variation of the report to run. I would like the radio button to pass the multiple values to the filter based on the user's selection. Does anybody know if this is possible? If not, is there another reccommended way. I would prefer not to save three versions of the same report with the only difference being a filter. Also, I would prefer for the users not to have to select multiple values each time they run report depending on the version they want to run.
    Thanks,
    William
    Edited by: user11228139 on Aug 5, 2011 8:51 AM

    wfortson wrote:
    I would like the radio button to pass the multiple values to the filter based on the user's selection. Does anybody know if this is possible?I see only one way. You create the dummy report with appropriate number of columns for filtering using combine request. Each request in this complex report will correspond a choosing in a radio button prompt. In a main report for every filtering column you need to use option 'results are based on another request'.

  • OBIEE 11g Dashboard Prompts

    Hi,
    I need some help on possible designs for dashboard prompts. We have a number of prompts which are based on SQL Results (custom query) in some dashboards. Unfortunately obi cannot "Limit values by" or constrain values returned by the selected values of another prompt.
    My questions is what solutions have you tried & implemented to constraint the values returned by the selection values of another prompt when using SQL Results prompt?
    Thanks in advance
    Phil

    Hi,
    What we tried is having a presentation variable for the first prompt and according to the value of the first prompt, second prompt will show values.
    For example,
    First prompt has a presentation variable as @{first_prompt}
    Second prompt has sql results as -SELECT "dim1_column1" from sh where "dim1_column2"=@{first_prompt}
    Hope this helps.
    Regards
    MuRam

  • OBIEE 11g Dashboard Prompts can be  selected sequencely (unhide/hide)

    Hi,
    I want to show dashboard prompt sequencely. The user completed one of dashboard prompt the other prompts can be hide.
    How can I make a relationship between dashboard prompts for selection the prompts one by one?
    Do you have any suggestions?
    thank your replies.

    Thanks. I would need only ONE Clarification.
    the Fact table has data at Date Level. For Example,
    Date Revenue Stage
    20120101 123.98 1a
    20120302 178.965 1b
    20120401 768.99 1c
    The report should contain the following columns based on date range selection:- Start Date & End Date
    Start_Date_Revenue End_Date_Revenue Start_Date_Stage End_Date_Stage
    So, I have used FILTER(Revenue using Date = 'Presentation Variable for Start Date') & FILTER(Revenue using Date = 'Presentation Variable for End Date') for Revenue Calculation.
    Similarly, is there any way to retrieve the stage columns data for each date and show it in report?
    Note:_ I have tried the filter function for Dimension Column to bring Stage but it works only for Measure Column

  • Is there anyway to listen to music when I switched to another tab?

    i play music in Firefox. and i open a new tab. the music stopped. how can i fix it?

    No, sorry this feature if not available at this moment.

  • 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

  • Dashboard prompt submit on change

    Hi gurus,
    I am using OBIEE 11g. Is it possible to submit dashboard prompt on submit and to hide the "Apply" button?
    Regards,
    Slavi
    Edited by: Slavito on 2012-8-30 15:22

    Slavito wrote:
    Hi gurus,
    I am using OBIEE 11g. Is it possible to submit dashboard prompt on submit and to hide the "Apply" button?
    Regards,
    Slavi
    Edited by: Slavito on 2012-8-30 15:22Yes, 11.1.1.6 comes with this inbuilt feature like dpka mentioned in his reply. Here is a post from saichand detailing all the steps with screenshots on how to achieve it. ( http://www.varanasisaichand.com/2012/08/hide-apply-and-reset-button-obiee-11g.html )

  • Obiee 11g 11.1.1.6 Action links not taking into consideration DashBoard Prompts

    I really hope someone can help.
    I have a dashboard with an analysis that has a column that is not shown but is prompted via dashboard prompts.
    This dashboard is a summary set of data and the column in question is deliberately exclude at the request of the users for clarity within the analysis.
    An example would be a pivot report that looks something like this.....
    OrgUnit
    Year 2010-11
    Year 2011-12
    Org 1
    5
    19
    Org 2
    7
    25
    Org 3
    3
    7
    With a Prompt on the dashboard for example pay grade set to a default value.
    The dashboard prompt works just fine and only the items prompted for are shown.
    However - the dashboard report has another report linked via an Action Link - that allows you to drill down on one of the values.
    The prompts on the linked report are Org Unit, Year and Pay Grade.
    clicking on the Year 2010-11 value for Org 1 I would expect only 5 results however every value for the year 2010-11 at Org 1 is returned and the prompt on pay grade is ignored - obviously as it not passed by the action link!
    How can I get around this?
    Is this a 'feature' of OBIEE as other similar tools I  have used take any top level prompts as explicit parameters for further drill downs - any help would be appreciated.....
    J.

    Hi,
    Yes, we do face this issue.There is no workaround for this issue as of now.
    Rgds,
    Dpka

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

  • Can I pass parameters from a dashboard via a dashboard prompt and presentation variable to publisher report based on a data model with select statements in OBIEE 11g ?

    I have a publisher 11g (v 11.1.1.7)  report with a single parameter. The report is based on a data model not a subject area.  I created a dashboard put a dashboard prompt and link to the report in separate section on the same page.  The dashboard prompt sets a presentation variable named the same as the parameter in the report. 
    The problem was when I created the dashboard prompt, it forced me to select a subject area which I did (though did not want to) and then I created both a column and variable prompts. But clicking on the
    report link completely ignored the value that I thought would be passed in the presentation variable to the report.
    Side note :  My report uses a pdf template for its layout where I have mapped the columns names from my data model to the form fields on the pdf form.  I noticed that if I create a publisher report based on a subject area, then I do not have the choice to choose a PDF as a template type for my layout.  (I only see BI Publisher Template as a choice). 
    I see some documentation online that suggest it could be done in 10g.
    Thanks
    M. Jamal

    Ok,
    I just tried that and it still doesn't pass anything to the prompt.
    I changed the prompt to an edit field and I made the following weblink but when i click the link from an account it doesn't put anything in the prompt and all data for all accounts is shown.
    This is the URL maybe I messed something up...
    https://secure-ausomx###.crmondemand.com/OnDemand/user/Dashboard?OMTHD=ShowDashboard&OMTGT=ReportIFrame&SelDashboardFrm.Dashboard Type=%2fshared%2fCompany_########_Shared_Folder%2f_portal%2f360+Report&Option=rfd&Action=Navigate&P0=1&P1=eq&P2=Account."Account Name"&P3=%%%Name%%%
    thanks

  • Passing Chinese characters in OBIEE 11g GO URL to init the dashboard prompt

    Hi Experts,
    Currently we are using OBIEE 11g and passing the dashboard prompt parameter values through the OBIEE go url. When we are passing English strings the dashboard prompt is initialized with the correct passing value. However for Chinese character it is not. I am using the URLEncoder.encode("parameter value", "UTF-8") encoding to encode the passing string.
    Can anyone tell me what is the wrong in this approach? How can we pass any language strings to OBIEE 11g via go url?
    Thanks

    To avoid encoding problems use POST method. Here is js example for OBIEE 10g, but I bellieve you will find similar XML syntax in 11g.
    function getGoXML(P){
         var goXML = '<sawx:expr xmlns:sawx="com.siebel.analytics.web/expression/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sawx:logical" op="and">';
         for (var i=0; i<P.length-1; i=i+2){
              goXML = goXML + '<sawx:expr xsi:type="sawx:comparison" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" op="equal">';          
              goXML = goXML + '<sawx:expr xsi:type="sawx:sqlExpression">' + P[i] + '</sawx:expr>';
              goXML = goXML + '<sawx:expr xsi:type="sawx:untypedLiteral">' + P[i+1] + '</sawx:expr>';
              goXML = goXML + '</sawx:expr>';          
         goXML = goXML + '</sawx:expr>';
         return goXML;
    function dashboardPageNav (navParams){     
         var tForm = saw.createForm("customNavForm");
         tForm.action = saw.commandToURL("Dashboard");
         saw.addHiddenInput(tForm, "PortalPath", navParams.portalPath);
         saw.addHiddenInput(tForm, "Page", navParams.portalPage);
         saw.addHiddenInput(tForm, "Action", "Navigate");
         saw.addHiddenInput(tForm, "StateAction", "NewPage");
         saw.addHiddenInput(tForm, "P1", "dashboard");
         saw.addHiddenInput(tForm, "P0", getGoXML(navParams.P));
         tForm.submit();
    dashboardPageNav({
         portalPath: '<portal path>',
         portalPage: '<page name>',
         P: new Array(                         
              '<param1 name>', '<param1 value>',
              '<param2 name>', '<param2 value>',
              '<param3 name>', '<param3 value>',
              '<param4 name>', '<param4 value>'
    });

  • NULL and Unspecified in Dashboard prompts after upgrading 10g to 11g OBIEE

    Hi All,
    We are working on OBI upgradation project from 10g to 11.1.1.6.5. We are facing one issue in Dashboard prompt level. If we can create Dashboard prompt on a column, its giving "NULL", "Unspecified" additionally. But, in 10g there are no extra values.
    And the 10g, 11g instances are pointing to the same database and there are no NULL, Unspecified values in Database level.
    Through some blogs and articles we found some solutions n are below.
    To remove NULL:
    -->Go to the Physical Column properties in Physical Layer and Disable the Nullable option by uncheck the box.
    -->Go to the Database Features in Physical Layer and disable value to NULL_SUPPORTED.
    -->Go to Edit Dashboard Prompt, in Choice List Values drop-down list select SQL Results.
    To remove Unspecified:
    -->Go to Edit Dashboard Prompt, in Choice List Values drop-down list select SQL Results, then write the SQL statements as columnname is not equals to "Unspecfied" ( In this way we can able to remove Null's also.)
    -->Go to Content tab of LTS, in Where clause write an SQL query to restrict Unspecified values.
    Note: CHeck with ETL, because if they maintains the Default value is Null when the Datatype is Character and they can maintain 9999 or #### if the datatype is Numeric. And check the Physical query and debug it carefully.
    But, we have very big Repository and we have huge no.of Dashboard prompts. So, its not an easy thing to manage by using above solutions. Correct me if there are any mistakes in above.
    Any ideas on this...?
    Appreciate your help on this..!
    Thanks in Advance,
    Raghu Nagadasari

    Hi Frnds,
    As of now, i found the only solution for the above mentioned issue that how to avoid NULL in dashboard prompt level:
    Go to the Physical Column properties in Physical Layer and Disable the Nullable option by uncheck the box.
    We have done this manually for all tables.
    Appreciate if u have any other ideas.!!
    Thanks,
    Raghu Nagadasari

  • How to use action links or master-detail event in dashboard prompts?

    Hi,
    I am new to OBIEE 11g. I have created three reports 1.Daily Data Report, 2.Weekly Data Report 3. Monthly Data Report.
    I have created one dashboard prompt in which I have specified choices as Daily, Weekly and Hourly.
    My requirement is that when I select the choice as 'Daily' I should get Daily Data report below Dashboard prompt.
    When I select the choice as 'Weekly' I should get Weekly Data report below Dashboard prompt
    and when I select the choice as 'Monthly' I should get Monthly Data report below Dashboard prompt.
    How this can be achieved in OBIEE 11g?

    Hi,
    What you do is just put this 3 different reports in 3 different dashboard sections and in section condition assign a condition based on presentation variable so that when u select weekly in the prompt only the weekly section condition should be true and other 2 section conditions should be false, in that case only the true section condition will display and false conditions will hidden.
    Try implement this u will definetly can achieve the result.
    Note: Create Variable prompt for this as best practice
    Revert for any queries.
    Mark if helpful/correct.
    Thanks
    Edited by: 934322 on Mar 19, 2013 7:49 AM

Maybe you are looking for

  • How to join two tables and get the supply delivery date next to order?

    So there are two tables. One has customer's order no, ordered date, order quantity, available quantity and code of article- The other table comes form supply side where we have supply order no, article number, ordered qty, and delivery date. We keep

  • How to change the date path of Web Server to my system time?

    Hi, I have downloaded a Countdown SWF file from the Internet. It is working fine with the Computers which have Internet Connection. But not working without Internet connection because of the following line of code in XML file: <PHPurl>http://www.flep

  • Interesting Confusion

    SELECT STATUS , TO_DATE(CNT_ALL.PERIOD,'MM-RRRR') , CNT_ALL.SALES_CAT, CNT_ALL.DOM_EXP, CNT_ALL.REGION, CNT_ALL.CURR, CNT_ALL.PRODUCT, SUM(TRIPS_CREATED)TRIPS_CREATED , SUM(TRIPS_DISPATCHED)TRIPS_DISPATCHED, TRUNC((SUM(TRIPS_DISPATCHED)/(CASE WHEN SU

  • Credit management mass change FD37 or F.34

    Hi SAP Experts, I'm confused in transaction code FD37 and F.34, I can't find any documents that would discuss their differences between SAP versions. I'm using 4.6c and both transaction are existing in table TSTC, however, F.34 is executable but FD37

  • Sparcstation 10 won't boot

    I have this Sparcstation 10 which has worked fine until yesterday. When I turn it on it shows me the banner and then it prints "Testing memory" for a half second before it just reboots and the same thing happend again and again... I tried diag-switch