How to disable constrain in Pivot View

Hello everybody,
I stuck with a problem regarding pivot table. As you all know whenever we put 2 cols. in page section of pivot then 2nd column is automatically constrain according to 1st column selection.
But I want the functionality like Dashboard Filter prompt in Pivot Table.
So, that if user want to place constrain/ skip column he can!
Is it possible in BI's pivot view.
e.g I want such that
1st col : Country
<Blank> -- Skip to select
All
India
Australia
America
UK....
2nd col : State
<Blank> -- Skip to select
All
<Various States of Countries>
So whenever I send <Blank> or All from Country column it shows All States in 2nd one for selection.
Please, Help me out.
Thanks

Not sure what you mean by...
So whenever I send <Blank> or All from Country column it shows All States in 2nd one for selection.... because if you select "All Pages" for the Country column, then the State column would not be constrained.
So how do you get the "All Pages"?
In the Country column which you have in your Pages section of the Pivot Table, click on the "sigma sign" and select "Before." This will give you the "All" choice you seek for the Country column.
I hope this is what you are trying to achieve.

Similar Messages

  • How I disable my textbox at view time and Enable only when insert or edit t

    hi master
    Sir i have master detail form and i am not use toolbar i am usint my button add/edit/view/next/last and other
    sir my requirement is all textbox disable at view time enable ony edit or inserting time
    how I disable my textbox at view time and Enable only when insert or edit time.
    i use this
    if :system.form_status='change' then
    if :system.form_status='insert' then
    if :system.form_status='execute query' then
    but not right work
    please give my idea where i use what statment
    send me sample
    Aamir

    Aamir,
    Set the text item's Enabled property to False at design time. Then, using SET_ITEM_PROPERTY (see Forms Help), set to Enabled in the relevent part of the code on the WHEN-BUTTON-PRESSED triggers on your Insert and Update buttons. Similarly, disable on your Save button once the cnahges are saved etc.

  • How to Disable OWA 2013 Mobile View

    Hi,
    I've the Exchange Servers 2013 CU6 at my environment.
    If I access OWA from mobile, default owa view is auto changed to narrow view.
    May I know how can I disable the OWA Mobile View and set all session to desktop view?
    Thanks & Regards,
    Nay Lin 
    Nay Lin Oo [ Systems Engineer ]

    Hi ,
    On the windows phone , if you go to the internet explorer browser settings we can able to change the website preference from mobile version to desktop version .
    Based on my knowledge we don't have the option to set those settings through owa mailbox policy.
    Same time please try to open your owa account on some other mobile phones as well as you can change the browsers version to check the issue on the same device.
    Please reply me if anything is unclear.
    Thanks & Regards S.Nithyanandham

  • How to Increase columns in pivot view in 11g

    Hi all,
    We have a Report which gives the Particular error saying
    Error Codes: IRVLJWTA
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    I have seen so many threads but didn't find any answer which works
    Any help is Much helpful
    Thanks
    Xavier

    Hi Xavier,
    Have you played around with the following?
    10g --> http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    11g --> OBIEE 11g - Download All/Display All of rows in Answers
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • How to disable  or unable to viewa particular function for a responsibility

    Hi
    I am trying to do personalization and i want to disable the view or updates of salary screen from people screen to certian responsibility.Especially element entry values should not be modified or viewed for specific responsibility.How can we do that with personalisation.Its standard form and dont want to do the customization of people screen
    rgds
    raj

    You should achieve this without personalisation. Use taskflows_ so that the people/assignment form for the people with restricted views does not contain a button to link to the salary or element entry screens.
    Also, you can set the system profile HR:User Type to HR Only to prevent the user accessing payroll related data.
    I suggest the first option is the best in this case.
    I hope this solves the problem!
    Regards
    Tim

  • HOW TO DISABLE THE VIEW OF CONTACT

    Hi
    I want to know how to disable contact view from a friend taking my phone
    exemple : If I give my cell phone blackberry 9900 to a friend for 1 day, I want for him the possibility to answer phone call and see who is calling him ! ,
    buy I want to disable any search in full contact list
    how to do this ?
    help,
    mail me back

    You cannot selectively lock the address book app. If all contacts are sync'd online you can delete the account. However, the all around better approach would be to backup the device and do a security wipe before loaning it.
    - Ira

  • How to disable the reminding dialog when close the webi report viewer

    Dear all
    How to disable the reminding dialog when close the webi report viewer
    Background
    When user close the webi report viewer in inforview by click the button in the right-top of the webi report viewer frame. It always prompt a dialog to remind user that the modification will be lost without saving.
    But customer need to disable this dialog, and can clost the report viewer directly.
    So is there any ways to modify this?
    I think it shoule modify some .js file under tomcat, but can not find the solution.
    Thanks a lot, any information woulde be appreciated.
    David Zhang

    I've had the same issue bugging me since installing Snow, er, lion, er, cat, er, cougar, er, Mountain Lion. Incredibly ANNOYING.
    It's stupid stuff like this and reverse scrolling that really turn long-timer users off. I'm personally glad Forstall got fired for blunders such as these.
    I'm serious peeved that turning off iCloud Documents & Data actually deletes documents and data locally. That's just incredibly stupid.
    MANY thanks mende1 for the answer on how to fix it.

  • How to download the pivot view to the excel sheet with all features

    Hi,
    Using discoverer, my co-worker is able to download the pivot view to excel sheet with all enabled features, like pivot table in excel.
    Is this can be done in obiee? if this feature is present in obiee, plz will you explain me how to do in obiee? its urgent.
    Thanks,

    Hi abc,
    I don't think BI office plug-in supports you the pivot table features of MS Excel.
    Even if you import a pivot table from BI, it is rather treated just as a table in Excel
    Regards,
    Raghu

  • How do i disable orientations for a specific view in my tab bar project without disabling for the other views?

    How do i disable orientations for a specific view in my tab bar project without disabling for the other views?
    Any suggestions?

    Note that you can also hide the tab bar completely with code in the userChrome.css file.
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #TabsToolbar { display: none !important; }
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration

  • How to disable automatic opening of previously viewed items in Preview or TextEdit in Max OSX Lion?

    How to disable automatic opening of previously viewed items in Preview or TextEdit in Max OSX Lion? It was no such issue on Snow Leopard OS.
    Please help

    This is a new behavior introduced in Lion.  You can disable it completely via System Preferences, General: uncheck the "Restore windows..." box toward the bottom. 
    You can disable this behavior on a case by case basis by either closing all windows before quitting, or holding the option key while quitting, or holding the shift key while launching from dock.
    charlie

  • How to increase the the max limit column in pivot view in BIEE 11G?

    Hi Experts,
    How to increase the the max limit column in pivot view in BIEE 11G?
    When the number of column exceed 256 in pivot view, it will generate the following error message as below:
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns.
    Error Details
    Error Codes: IRVLJWTA:OI2DL65P
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    SQL Issued: 13678~vid1ptgt0v5ubh39gesnauuhl6
    For example:
    ----------------Day
    Country-----20120101---20120102---..........20121231
    China--------10000---------20000----......

    Try increasing the Max Rows in Instanceconfig.xml
    Path:-Middleware\instances\instance1\bifoundation\OracleBIPresentationServices\instanceconfig.xml
    <ServerInstance>
    <Views>
    <Pivot>
    <MaxVisibleColumns>300</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>500</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>30</DefaultRowsDisplayed>
    </Pivot>
    </Views>
    </ServerInstance>
    Try adding this in the config file and restart the services.
    Mark as correct if it is helpful.
    Thanks.

  • How to disable "View Report" button in reporting services

    Is anyone know how to disable "View Report" button in reporting services, I know can do custom code in report properties, what is the code? I have tried something like this ***button1.enable=false, but it can not success.
    Appreciate if anyone can reply me, thanks.

    Hi,
    The message box don't work on the web because it is of windowform box. Based on your further description, you might want to do the date parameter validation. If so, there is common way to do this:(assume the date parameter value inputed can't be less than 2007)
    1) Intert a textbox and input the message used to show the end users if they input a invalidated date value for the parameter, and then set the textbox's hidden property to =iif(Year(Parameters!myPrameter.value) < 2007,false, true)
    2) Insert a Rectangle control below the textbox created in step 1, and put all report items in it and set the Rectangle's hidden property to =IIF(Year(Parameters!myParameter.value)<2007,true,false)
    After these, if the end users input the date value can meet the project requirement, the report will show the data the end users want, otherwise, the end users will see the error textbox to tell them the parameter value is incorrect.
    Hope this help,
    thanks,
    Jerry

  • How to sort column totals in pivot view

    Hello guys
    I have a report in pivot view where I have put call type on the column section. So the report looks like below with SUM applied at the column section:
                                       Call Type1         Call Type2       Call Type3               TOTAL
    ID                                        SALES TOTAL
    A                                  100                  200                300                       500
    B                                  200                  200                400                       800
    C
    D
    EMy question, how do I sort the data in 'TOTAL' field? The challenge it seems is that since 'TOTAL' isn't a table column, but just a display of pivot Sum, it can't be sorted H-L or L-H..
    But I'd like to have some advice from you guys before I make my conclusion
    Thanks
    Edited by: user7276913 on Jan 11, 2010 10:05 AM

    You can't have the sorting on the total in Pivot table.
    On a workaround,
    you can create a column in the criteria which calculate the sum
    SUM(sales_total by ID)Assign sorting order on this column
    You can exclude this column in the pivot table
    Regards,
    Raghu

  • ECL Viewer - how to disable options / buttons?

    Hi masters!
    ECL viewer installed and working properly.
    I wonder if it is to disable the menu options you have above the window, as a "viewer", tools and options.
    Or, just how to disable the option "save file" within the menu "viewer".
    Thanks.

    Hi,
    as the ECL Viewer is a third-party product there is no customizing possibility in the SAP system to disable to option button.
    Best regards,
    Christoph

  • How to disable the list of websites viewed under the history tab ..?

    How to disable the list of websites viewed under the history tab..?
    I want to remember the history of websites viewed but I do not want to appear under the history when I open a new website. I can see that only 15 websites can be viewed under the history tab
    Please do the needful at the earliest
    Thanks & Regards
    Srinivas

    srinivsd,
    Thanks for getting in touch with Mozilla Support! If you want to '''COMPLETELY''' disable your browsing history, take a look at https://support.mozilla.org/en-US/kb/settings-privacy-browsing-history-do-not-track#w_never-remember-history. That will allow you to disable history tracking in Firefox.
    However, if this is not what you were asking, please let me know and I will assist you further.
    Thanks!

Maybe you are looking for

  • Spry Tabbed panels content loading

    Hello, I have created a tabbed interface, it looks good, however the content in some tabs it is a little heavy on some internet connections. Is there a way to load the content of each tab separately? What i wanted to do is for each tab content to loa

  • How to change the skin dynamically

    Hi I have six projects in my application.so each project has trinidad.xml file for Skin configuration. My problem is if I changed the skin at one project it should reflect in all other projects . When I moved from one .jxpx in a project to another on

  • How does Singleton work?

    If I create a singleton class (with private contructor and a static getInstance method which returns instance of class) and I have 2 of my own methods say setBean and getBean in them... If multiple servlets set beans on the same instance... wont that

  • F-44 layout

    Hi Guys, I would like to change the layout from F-44 transaction, I mean, include some columns. How can I do that?

  • Upgrade or Upgrade?

    This is two times now. During auto search download upgrades to org. pgm's i.e. P.S. 2 and now my ORG. Acrobat, your downloads have curcumvented my ability to use MY ORG. Progams in favor of your NEW COSTLY progams. i.e. Some of us OLD SENIOR'S get by