OBIEE 10g answer or dashboard parameter default to all values.

I have an answer report with one parameter "branch", which has multiple values. I build a dashboard which includes the answer report. I want the dashboard to have default branch to all values. How can do that? I tried in answers to set an filter to all branches but in the filter how can I select all choices? I can choose each item of course but there are more than one hundred values (branches). I see there are value, sql expression, variable for the filter, I tried sql expression but don't know the syntax for all values.
Thanks.

'All Column Values' as in 11g is ==  'All Choices' as in 10g
you should not distracted by the above just try to grab the logic (ie your aim)
do not distract and just aim
if not clear have fun and just ignore all my messages

Similar Messages

  • Obiee 10g - How to Increase the default size of Bubble chart radius axis

    Hi,
    I have an requirement of creating bubble chart in obiee 10g.
    When i was developing the bubble chart i noticed that there is no option of increasing the size of the bubble.
    When the measure value is low the bubble is not getting displayed.
    Kindly help me with any solution.
    Regards,
    Abdul

    Hi Alok_Aswal,
    In SQL Server Reporting Services 2008, the Bubble chart has several custom attributes which allow us to control the size of the bubbles. "BubbleMaxSize" and "BubbleMinSize" attributes allow us to define the size of the bubble in the chart series. The values
    set are in percent of the whole chart size. We can find those attributes in the property pane by selecting bubble series and expanding 'CustomAttributes' properties.
    And based on my research, the Marker size has a wide range, but for some reason once we get to around 8 the bubble in the legend will not grow any bigger. So in your scenario, we can set the Marker size to 8pt, then set the appropriate “BubbleMaxSize" and
    "BubbleMinSize" based on the chart size to make the size of both the bubble are the same. For example, we can also set “BubbleMaxSize" and "BubbleMinSize" to 8, then manually adjust the chart size until both the bubbles have same size.
    Beside, we can delete the original legend, and drag a tablix to the right of the chart. And then insert the corresponding data and color to tablix to let it looks like a legend. For more details information, you can refer to the link below to see Mike’s
    post:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/cbf2f48e-fe40-4c1b-b82a-d40fd269f2ef/setting-custom-colors-on-a-column-stacked-bar-chart?forum=sqlreportingservices
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Parameter not returning all values

    I have a crystal report built off an oracle DB.  For one parameter it is not returning all values.  I can display data or the entire table it shows me all values, but when i build a parameter it only shows me through August.  It is a date/time field.

    check the following thread
    [Dynamic Parameter only showing 1000 records when Crystal report is run.;
    regards,
    Raghavendra.G

  • Decode a parameter to be all values

    Hi-
    I would like to know if there is a way to decode a value of a parameter to all values for a particular column:
    ie can i DECODE(column_name, 'ALL', [something that represents all], 'Option1', 1, 'Option2', 2, 3)
    I have tried to use *- discoverer gives me an error(i think it thinks it is multiplication) and '' - this does not return anything. Is there a way to specify all values in a function?
    Thanks!

    I'm not sure I totally understand your question.
    Are you saying you have a parameter entered by a user. Then with whatever that parameter is, you then want to create a column based on another column?
    Or, are you saying you want to create the DECODE based on what parameter the user enters - and then use as a condition to limit data?
    If you're just creating a calculation (to be used as a column) and you want to use the DECODE so that calculation / column has values based on the parameters, then for ALL, couldn't it just be the last option in the DECODE? And then use that calculated value in a condition?
    ie:
    calcA: DECODE(column_name,'Option1','1','Option2','2','%')
    then as suggested above in this thread:
    CONDITION LIKE calcA
    Is this the kind of thing you're referring to?

  • OBIEE 10g answers display filters used in result

    Hi,
    Is it possible to display the values of filters used in the result of an answer report?
    E.g.
    answer report:
    branch, sales
    Filters: branch = 1
    I want to show the filters used in the result in compound view. I have tired different views, none of them seems to work for this.
    I know I can put it in a dashboard with prompts so users can see the filters applied. But just curious is there any way to do it in the answers? Because in dashboard, it only prints PDF or HTML, but in answers it can print excel, which is what I want.

    In compoud Layout itself, there is option to add filter view. in the top of the answers resuls, you can find some tools and tabs, there you can find add view, by adding the filter view you can have the filter in the compound layout and you can see it printed in PDF like below.
    Fiscal Period
    Closing Amount
    2012-12     
    11.9
    2013-01    
    93.52
    Fiscal Period is equal to 2012-12 , 2013-
    01
    Try it and let me know if it works.

  • MDX Eliminating the default "abc.ALL" Value

    Hello MDX'ers,
    Can anyone guide me on a suitable MDX statement that an help me eliminate summary lines ( abc.ALL) from SAP MDX queries?  This default of returning subtotals(=summary lines) per characteristic is causing some trouble.
    Many thanks
    Ian

    Dear Halomoan,
    Thank you for your reply, but I'm afraid I can't get that to work.
    Here is the MDX (via MDXTEST) that I was originally using
    SELECT [Measures].MEMBERS ON  COLUMNS,
    NON EMPTY [PA_CMPOCD].MEMBERS *   [PA_INVIND].MEMBERS ON ROWS
    FROM [PA_PROC/ZGPRQ_PA_MINI_TEST]
    WHERE {  [PA_CMPOCD].[200806],  [PA_CMPOCD].[200807]  }
    which returns
    **All PO Initial Test Dt     All Inv Class
    **All PO Initial Test Dt     WithPO NoMA
    **All PO Initial Test Dt     WithPO WithMA
    **All PO Initial Test Dt     Not assigned
    **Jun 2008     All Inv Class
    Jun 2008     WithPO NoMA
    Jun 2008     WithPO WithMA
    Jun 2008     Not assigned
    **Jul 2008     All Inv Class
    Jul 2008     WithPO NoMA
    Jul 2008     WithPO WithMA
    Jul 2008     Not assigned
    What I need to do is eliminate the  [PA_CMPOCD].[All]  and [PA_INVIND].[All] members from the results set, therby eliminating all the rows marked "**".
    I can't quite see how to do that using MEMBERSET ( there is no hierarchy ).
    Any further help you can give?
    Thanks
    Ian

  • Change the default font in OBIEE 10g

    Hi all,
    I need to change a few things in the default design of my OBIEE 10g, namely:
    Font and Font Size from all views (Tables, Pivot Tables, graphs…)
    Alignment of text. Numbers should be aligned to the write and text to the left
    I tried to change the font and font size in the view.css file but that’s not working.
    Can anyone tell me where/how I can change this?
    Thanks in advance

    Do change in common.css file
    ~ http://cool-bi.com

  • OBIEE 10g Copy user profile from one Env to another Env

    Hi All,
    I have to copy an user profile from DEV to SIT.
    It has so many components. I have copied the following components from DEV to SIT. but i am getting an access errors. could you please help me find out what am i missing?. I also tried by deleting user1.atr on Target Server.
    web\catalog\DEV_REPO\root\users\user1                -- folder
    web\catalog\DEV_REPO\root\users\user1.atr           --file
    Error:
    Assertion failure: pRoot at line 107 of ./project/webxml/xmldocument.cpp
        Error Details: Error Codes: OQ78YWIW
    Regards,
    Suresh

    How are you friend
    by this time you might have checked this OBIEE - Oracle Business Intelligence 911: OBIEE 10g Error from Dashboard layout

  • Dashboard as Default when logged in

    Hi,
    I would like to set a dashboard as default for the users.
    i have three dashboards:
    dashboard1 , dashboard2 and dashboard3.
    and three groups:
    group1 , group2 , group3
    at present: i would like to default dashboard2 as the homepage when users of all three groups logs in.
    in future : i would like to default dashboard1 as default for group1 users ...dashboard2 as default for group2 ..........if you can give some idea on this also...i will implement when we need.
    Thanks in Advance.

    Hi ,
    To set a dashboard as default for all the users....
    I have used the following sql query in the INITIALISATION BLOCK of the session variable "PORTALPATH"
    select '/shared/foldername/_portal/dashboardname' from dual;and it is working now.dashboard is default homepage for all the users....

  • How to Get My Dashboard as Default Page Instead of Home Page in OBIEE 11G?

    Hello Gurus,
    I have one requirement where i need to change default page to "My Dashboard" like what we had in OBIEE 10G ?
    Rite-now in OBIEE 11G when any user logs in they are directed to "Home" Page, but i want to change the navigation to "My Dashboard" for all user..
    I know the option to in My Account and Change the Default dashboard in Preferences , but it's manual way to do it for all end-users.
    and the other is to create the PORTALPATH Variable and do it from RPD.
    So I am looking to some other way there we can change the navigation path from system file itself...
    Thanking You..

    Hello David,
    Thanks for reply.
    Actually I am just concern abt the OBIEE Dashboard page, the link that u have mentioned is for Application Server, where we can manage the multiple Application Portals.
    and it also doesn't come with Middleware that we are installing for OBIEE.
    so i did get some useful information but not related to my question.
    is there any place in EM(Enterprise Manager) or Console(Admin Console) from where we can manage the Default Portal for OBIEE Users?
    Thanking You..

  • How to realize this reqirement in the dashboard prompt in OBIEE 10G?

    Hi,
    I have a new query about dashboard prompt in OBIEE 10g..
    All below is needed to Operator in the dashboard prompt.
    We have 4 columns, 4 columns using multi-select type need to constrain together and need to show value which is related with product..
    e.g.
    Now I display "REGION" column using multi-select in Control, and I need to show data which product name is not null. After I add "where product name is not null" in the SQL results in Show, then I cannot use the Constrain box.. and I cannot set any variable if I using multi-select type..
    So anybody have any idea about this?
    Your reply will be highly appreciate..
    Regards,
    Anne

    Hi Anne
    User Input type as " Multi select prompt" keep it with constrain option then apply below query
    apply like this kind of SQL query in Default selection --->SQL result section
    SELECT "MX_PORTFOLIO_STATIC"."MT_BU_Level1" FROM "Position" where "MX_PORTFOLIO_STATIC"."MT_BU_Level1" is not null
    Thanks
    Deva

  • Switch Section in a dashboard based on the selection of Prompts (OBIEE 10G)

    Hi All,
    I have a requirement : I have to switch Section in a dashboard based on the selection of Prompts (OBIEE 10G).
    Lets say I have 1 report in section1 and another report in section2 of a dashboard. I have a dashboard prompt,now say when the user does not select any value in a prompt I have to show section1 and when he selects values in a prompt then I have to show section2 of the dashboard. I tries this using Guided Navigation Link and presentation variable but there is a limitation that I have to select only one value in the prompt as i have created presentation variable.
    But the client wants the prompt as Multi Select. in this case I can 't use the presentation variable.
    How can I fulfil this requirement.Please let me know.
    Thanks,
    Krishna

    How you create your multiselect prompt? Is it based on a column? Using multiselect prompt you'll get an issue in this case. The prompt behavior with choosing all values and choosing nothing is equivalent. But your requirement has different behavior lines.

  • One download link for 2 diffferent reports on a Dashboard page Obiee 10g

    Hi All,
    I have a requirement where in I have 2 different report in 2 sections on a Dashboard page. Is it possible to have a single download link so that the user downlaods the 2 reports by clicking on a single button. At present we are having 2 download link and the user has to download twice for 2 different reports.
    I have to implement this in OBIEE 10g.
    Thanks,
    Krishna

    Hi,
    By implementing briefing book method you can achive it.
    steps
    1) Create briefing book and add your two reports into that briefing book
    2) save it your briefing book and then add it your dashboard page
    ref:
    http://gerardnico.com/wiki/dat/obiee/briefing_book
    http://tipsonobiee.blogspot.com/2010/07/working-with-oracle-bi-briefing-books.html
    Thanks
    Deva

  • Dynamic dashboard page name in obiee 10g

    Hi All,
    Can we set the dynamic dashboard page name in obiee 10g.
    if yes, please give me details about this.
    thanx & regards
    Prashant

    Prashant,
    You can't have the page name change dynamically. The only option left is to create duplicate pages with different names and apply object level security based on different grps.

  • Images in dashboard after deploying obiee 10g in weblogic server

    Hi,
    We have deployed OBIEE 10g in weblogic server at the location E:\BIDEP
    Initially for OC4j server we placed the images in two places:
    +1. E:\OracleBI\web\app\res\s_oracle10\images+
    +2. E:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\images+
    and called the image in dashoard by Link or Image fmap:images/india.jpg We were able to disply images indashoard.
    After deploying, we also placed the images in
    +3. E:\BIDEP\res\s_oracle10\images+ (E:\BIDEP\ is the folder where we deployed obiee.)
    Now we are unble to view the images in dashoard.
    Please let us kow how to do this.
    Thanks.

    Hi MK,
    Thanks. It worked.
    One clarification. for OC4j Server I placed images in below:
    1. E:\OracleBI\web\app\res\s_oracle10\images
    2. E:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\images
    For WLServer is it enough to place the images in below places:
    1.E:\BIDEP\res\s_oracle10\images
    2.E:\Oracle\Middleware\user_projects\domains\base_domain\servers\BI2\stage\BIDEP\BIDEP\res
    or I also need to place the images in below place also.
    1. E:\OracleBI\web\app\res\s_oracle10\images
    In simple, at two places
    1.E:\BIDEP\res\s_oracle10\images
    2.E:\Oracle\Middleware\user_projects\domains\base_domain\servers\BI2\stage\BIDEP\BIDEP\res
    or at 3 places
    1.E:\BIDEP\res\s_oracle10\images
    2.E:\Oracle\Middleware\user_projects\domains\base_domain\servers\BI2\stage\BIDEP\BIDEP\res
    3.E:\OracleBI\web\app\res\s_oracle10\images
    Thanks.

Maybe you are looking for