'All' filter in Obiee 11g dashboard

Hi All,
My client 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 CustomerType (like: GOLD,SILVER) , our client want to see the data on filter (like: ALL,GOLD,SILVER) the ALL will filter the boat GOLD and SILVER.
-I think its very common but i cant do in OBIEE.

Select All is available in prompts but with limited scope.
The option "Include "*All Column Values" choice in the list*" is available, when we uncheck "*Enable user to select multiple values*".
So basically this option limits the choice to 'All' or "Only One value".
Desired functionality: 'All' or " multiple values"
Thanks,
Ravi
OBIEE 11.1.1.5

Similar Messages

  • 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

  • Link to OBIEE 11g Dashboard Page from a 10g Dashboard Page

    Hi all,
    Is it possible to place a Link object on a dashboard page (within OBIEE 10g) and have that navigate to an OBIEE 11g dashboard page?
    If so, how is that implemented?
    Our 11g and 10g environments are on different servers.
    For business reasons (and budgets) we are not migrating our entire 10g environment to 11g just yet.
    Thanks.

    You can use Go URL as long as they are on same network domain [Go URL|http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/apiwebintegrate.htm#i1005050]
    http://sureshotstrategies.wordpress.com/2008/12/13/integrating-oracle-obiee-content-using-go-url-syntax-2/
    http://www.iwarelogic.com/2010/09/integrating-oracle-obiee-content-using-go-url-850/
    Hope this helps.
    SVS

  • 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

  • OBIEE 11g: Dashboard not invoking simple javascript alert

    Hi Experts,
    I'm trying to invoke one simple ALERT command with javascript in obiee 11g dashboard. The purpose is when it loads, it should print one ALERT message and also when we change something in the prompt and clicking Apply button.
    Here is code written in a text item (Checked html markup option) after prompts;
    <script language="Javascript">
    alert ("Hello");
    </script>
    The Javascript alert message is showing when the dashboard page loads, but its not coming when we click the Apply button after changing the prompts.
    Can anyone give helpful hint, how to check it and why its not showing up when we press Apply button?
    Any hint or some useful links will b highly appreciated.
    Thanks in advance.

    You just used code and I would say the default event is onload of the page, thats the reason you are able to see alert.
    Since you didnt ask or written code onClick event to show alert, its not showing.
    You need to tell to browser when to prompt alert message instead of onload.
    Hope you are more confuse about 'how to do'
    if yes, mark :)
    give some more info about your actual req. that helps any other gurus to help.
    Edited by: Srini VEERAVALLI on Mar 27, 2013 8:42 AM

  • View maps on OBIEE 11g Dashboard

    Hi All,
    My Installation: I have OBIEE 11g installed on Windows Server 2008. My Database is SQL Server 2012.
    My Requirement: Display maps in OBIEE Dashboard.
    Firstly, from the various posts available online, I have understood that the OBIEE 11g MapViewer works ONLY with Oracle database. If this is true then I need another way to view maps because I don't have Oracle DB.
    Can I have Google maps on my OBIEE dashboard ?
    Any suggestions/advice will be highly appreciated.
    Thanks n Regards
    Dev
    Edited by: Devpriyo on Mar 25, 2013 3:45 PM

    Hi Dev
    Did you find the resolution.Even I am facing the same issue.It would be great if u have found the solution.
    Regards
    Kishore

  • How to apply filters for union all report in OBIEE 11g

    Hi All
    Can we apply saved filters to union reports in obiee 11g?
    I am able to apply saved filters for normal reports but not for union reports.
    The catalog pane is blank, when i click on result columns or each criteria.
    The only option i see is to manually create the filters for each criteria, dont i have any choice to use a saved filter for union report?
    Is this a bug or something i am unaware. Please guide me
    Thanks

    Hi manu,
    Filter is created based on subject area.we can't use save filter in any other subject areas.
    now we can use new filter for union reports.
    if Helps please mark as correct.. :)

  • OBIEE 11g Dashboard dropdown

    Hi,
    In OBIEE 11g the dashboards are located in a dropdown box (to choose from), not so nice - I think. Is it possible to change this appearance so it looks like in OBIEE 10g? Hopefully a setting somewhere.........

    Hi,
    I too have the same need, I think the 10g dashboard layout is easier to work with.
    Thanks
    Hicham

  • Downloading All Rows in OBIEE 11g

    Hi all,
    I'm just starting using OBIEE 11g, and found out the difference between 11g and 10g on the downloading of query result from the Answers.
    In OBIEE 10g:
    (1) Default rows shown in the table view is 25.
    (2) Clicking on "show all rows" will show all available rows.
    (3) Downloading to Excel will download all available rows, no matter what I'm currently seeing. So even if I'm seeing row 1-25, all available rows will be downloaded; if I'm seeing row 100-125, all available rows will be downloaded; and so forth.
    In OBIEE 11g:
    (a) Default rows shown in the table view is 25.
    (b) Clicking on "show all rows" will only shows 500 rows.
    (c) Downloading to Excel will only download the rows which are currently shown. So if I'm seeing row 1-25, that's all that will be downloaded; if I'm seeing row 501-1001, that's all that will be downloaded; and so forth.
    I've looked at some blogs about this, and found out that it is possible to increase the number of maximum rows shown by adding <MaxVisibleRows>500000</MaxVisibleRows> and changing <DefaultRowsDisplayedInDownload>500000</DefaultRowsDisplayedInDownload> in the instanceconfig.xml file. It solved the problem (b) above. So now, clicking on "show all rows" will show 500000 rows. It's not really show all rows, but it should be enough.
    However, problem (c) still exists. I can only download all rows after clicking "show all rows" first. It means, I will have to show the maximum 5000000 rows first so that I can download them. Which is different from 10g, as mentioned in point (3) above.
    I'd like to be able to download all available rows without having to show all the rows first. Because if I have to show all the rows first, when there are a lot of records, it will make the browser hang. Is it possible to achieve the same method as what was done in 10g? Any advice?
    Thank you very much.

    Hi,
    Refer
    http://obieeelegant.blogspot.com/2011/06/exporting-in-excel-to-download-more.html
    Increasing the no.of rows/pages in obiee 10g answers
    Sent it from iPhone 
    Thanks and Regards,
    Devarasu.R
       update the below code in you instance config.xml file, after that restart all bi services.
    <Pivot>
    <MaxCells>1920000</MaxCells>
    <MaxVisibleColumns>30</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>64000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>64000</DefaultRowsDisplayed>
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
    <DisableAutoPreview>false</DisableAutoPreview>
    </Pivot>
    <Table>
    <MaxCells>1920000</MaxCells>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>64000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>64000</DefaultRowsDisplayed>
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
    </Table>
    Thanks
    Deva
    Edited by: Devarasu on Nov 4, 2011 10:48 AM

  • OBIEE 11g: Dashboard Javascript Issue

    Hi Gurus,
    We have upgraded obiee from 10g to 11g and finding issues with javascript in a dashboard.
    Functionality: There are some custom labels showing prompt values in it with large font. When user change prompt value and Apply, it should change the value of those text as well.
    In 10g its running fine, but in 11g its not happening after we change the value of prompts. I found the following Javascript is responsible for this functionality. Even I saw one thread to suggest the exactly same code, but in 10g.
    <script type="text/javascript">
    (function(){
    var tblTag = document.getElementsByTagName('table');
    var tdElem= document.getElementsByTagName('td');
    for(m=0;m<tdElem.length;m++){
    if(tdElem[m].className=='GFPSubmit'){tdElem[m].childNodes[0].tBodies[0].rows[0].cells[0].childNodes[0].childNodes[0].innerHTML='Run Report';
    }//close if statement
    }//close for loop
    }// close function clickVal()
    </script>
    Thread:
    Change Go Button Text on Prompt Only
    I need to understand what its actually doing? and Does it really work in 11g? Whats the alternative code?
    Thanks in advance.

    In 10g these are the html objects, after upgrade you need to know the html objects for that report based on that you need to modify javascript code.
    From given code, activity is doing on these objects; You need to find out the equivalent object name for 'GFPSubmit' in 11g.
    GFPSubmit
    table
    td
    If make sense mark

  • Re: OBIEE 11g Dashboard Page Prompt

    Hi all,
    We have a Dashboard page in that multiple reports is there and one Region prompt is there with the scope of page level ,
    once i gave the filter with that prompt every report is filtered based on that prompt values .
    but in that reports for a particular report we were already drill down based on hierarchy and the remaining all reports are in highest level , now we were applies the filter through the prompt the remaining reports are filtered based on prompt value except that report which is in already drill down mode .
    Can any body help me out , is it a tool limitation/ i have to do any changes.
    Thanks,
    Ravi

    Hi,
    The report will react to a prompt only if there is a is promt column in that report. Check if there a is prompt filtered column in the report and remove it.
    If you think that column is to be filtered as Is prompted and should not react to the dashboard prompt, then need to check...
    Thanks

  • OBIEE 11g Dashboard Customizations

    Hi All,
    I have this question which I need to be able to resolve in a short window. I have deployed a new skin for the OBIEE Dashboard and everything is working fine apart from the color or the Dashboard Page name being messed up.
    Please refer attached link for a screen-shot of the issue.
    https://plus.google.com/u/0/photos/114302734370650365790/albums/5966634315151450721
    Thank you in advance

    User, please post your question in the right forum. This forum Community Feedback and Suggestions (Do Not Post Product-Related Questions Here)
    is not for product related question as the name tells you.
    Try Business Intelligence Suite Enterprise Edition
    Timo

  • OBIEE 11g Dashboard Help

    Hi,
    I have the following requirement needs to be implemented in OBIEE RPD/Answers/Dashboard. Please suggest
    Dimension:_
    1) Country
    2) Currency
    3) Time
    4) Customer
    5) Stage
    Fact:_
    1) ASOF
    Requirement:_
    a) User will be selecting the Start Effective Date & End Effective Date in Prompts and this filter is based on Time dimension
    b) Please note that, the time dimension has only Calendar Date Column and Fact Table also has data with respect to Calendar Date ONLY NOT LIKE Effective Start Date Revenue, Effective End Date Revenue
    b) once date range is selected, the report has to be shown with the following selected columns and filters applied
    Selected Columns:_
    Effective Start Date Revenue
    Effective End Date Revenue
    Effective Start Date
    Effective End Date
    Effective Start Date Stage
    Effective End Date Stage
    Effective Start Date Revenue - Effective End Date Revenue
    Filters Needs to be Applied:_
    For Effective Start Date Revenue, sum(Revenue) for the Calendar Date is less than or equal to Effective Start Date
    For Effective End Date Revenue, sum(Revenue) for the Calendar Date is less than or equal to Effective End Date
    Effective Start Date Stage, max(stage) for the Calendar Date is less than or equal to Effective Start Date
    Effective Start End Stage, max(stage) for the Calendar Date is less than or equal to Effective End Date
    Please let me know how to do it in OBIEE 11g

    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

  • OBIEE 11g Dashboard page load performance issue

    Hi All,
    One of my dashboard is taking for 5 to 15 min to load,Once the dashboard is displayed reports are coming fast. Dashboard has 5 pages.
    Eg:
    When I click on Dashboard -> XXXX Dashboard. It took 5 to 15 min to display the dashboard page. Reports are coming fast once the page is loaded.
    Please help me on this.
    Regards,
    Hari

    Cool,
    Thank you for sharing the opinions of you.
    My English i'snt so good. May not have expressed myself correctly.
    In response to my post, I said that "OTHER" point which should also be evaluated is the environment you are using. not that this point is paramount.
    Since the OBIEE is generated queries, the evaluation of queries generated and sent the data sources for sure should be evaluated.
    thank you guys

  • Filter in OBIEE 11G

    Hi,
    Could any one please guide me on how i can use Values from a Notepad/xls/csc etc as filter for my answers Reports.
    Requirement is to filter values in answers based upon a values(Customer_Id) locally saved notepad file in user Machine.
    Also below are some more clarifications.
    1. Does OBIEE Supports Correlated Sub Queries,if so how i can implement.Is this done using the Advanced Tab -> Sql Issued?
    2. Can we perform Local Joins and Join an excel/notepad/csv with the Results/Answers?
    Local Join Scenario: Ex: I have a result/answers A and B which have a common column,so can i combine them and get result?
    If so then how?
    External File Join: Ex: Application A has provided an .xls sheet which contains Some "Ref Number" which has to be used by Answers 1 and get the records.
    Thanks in advance for your suggestions...

    Select All is available in prompts but with limited scope.
    The option "Include "*All Column Values" choice in the list*" is available, when we uncheck "*Enable user to select multiple values*".
    So basically this option limits the choice to 'All' or "Only One value".
    Desired functionality: 'All' or " multiple values"
    Thanks,
    Ravi
    OBIEE 11.1.1.5

Maybe you are looking for

  • Itunes wont open in vista 32 bit

    problem described as follows, can anyone advise what to do? Problem Event Name: APPCRASH Application Name: iTunes.exe Application Version: 8.0.0.35 Application Timestamp: 48c60272 Fault Module Name: QuickTime.qts Fault Module Version: 7.55.90.70 Faul

  • Change toolbar in an alv tree

    Hi, I 'm using an alv tree. I need to change the toolbar to add an icon in which we have several choices as for example the icon "VARIANT" in wich we have 3 or 4 entries : "Save variant" (&SAVE), "Maintain variant" (&MAINTAIN), ...(&COL0")  --> One i

  • Correlation not working

    Hi, I have a large file from the sender system which I am splitting by using 'recordsets per message' in the file adapter. Now I want all the split files to enter the same BPM. I have designed the BPM logic by using the correlation in the receive ste

  • How to design 8x2 Table in webdynpro ?

    Hi, I have given a task of creating 8x2 (8 rows x 2 columns) table where top row should be filled with green/blue color for titlw purposes. I tried doing it without any luck. Please help me to design this table. Table can be any rows or any columns b

  • The best way to remove a sound?

    Hello, I have an outside sound, which plays at the same time as the vocalist start to sing in my voice track. These two sounds (the outside one and the vocal) are so mixed, that I don't seem to be able to remove the outside sound without destroying t