Set 'IgnoreUnrelatedDimensions' property to True for a single attribute

Currenlty the 'IgnoreUnrelatedDimensions' property is set to false for a particular measure group. And because of this the measure value is null againist all unrelated dimension attributes.
There is a requirement to show the measure values against one of the attributes within unrelated dimension, while it most remain null against all the other attibutes.
Is this anyway possible ?
Saurabh Kamath

Thanks Pritam.
I think you didn't get my question.
For Example consider AdventureWorks cube, in case of 'Sales Targets' measure group IgnoreUnrelatedDimensions property is set to false and because of this when we look at the value of '[Measures].[Sales Amount Quota]' against any attribute of 'Geography'
dimension (unrelated dimension) the result is null. Or even Category attribute from Product dimension.
If I switch IgnoreUnrelatedDimensions property to "True", I get to see measure values for all the attributes of 'Geography' dimension and attributes from other unrelated dimension as well. But I just want have a look at '[Measures].[Sales Amount
Quota]' against Country attribute of Geography dimension.
Answer:
Inclusion of a simple script command shown below will do the trick.
Scope([Geography].[Country].Children,[Measures].[Sales Amount Quota]);
This = [Geography].[Country].CurrentMember.Parent;
End Scope;
So [Measures].[Sales Amount Quota] value is seen against Country attribute of Geography dimension even though there is no relationship between 'Geography' dimension and 'Sales Targets' measure group, and IgnoreUnrelatedDimensions property
of 'Sales Targets' measure group is set to false.
Saurabh Kamath

Similar Messages

  • Set tablespace free space (mb) for a single large tablespace?

    It seems that in EM, setting the free space (mb) for locally managed tablespaces affects all of my locally managed tablespaces in the database and not just one.
    I clicked on Tablespace, Edit (button), Thresholds and set the Free Space (MB) Warning and Critical. I thought I was setting it for a particular tablespace (because I chose Edit on a single tablespace). But then I got alerts from much smaller tablespaces because those tablespaces had much smaller MB than the thresholds that I just set.
    Using EM GC, is there a way to set the free space (mb) to alert for a single large tablespace where defining a critical free space mb is better than setting a free space percent?

    ok, go to the database you want to manage.
    Then click on Metric and Policy Settings (link at the very bottom).
    Scroll down to the 'Tablespace Space Used (%)' metric, and click on the edit button
    Now, click on the 'add' button to setup settings for individual tablespaces.
    Bazza

  • Different LOVs for a single attribute?

    Hi,
    In our application, we use a "domainvalues" table to store all valid values for enumerated fields. The table has a typical design, with the domain name and the value as primary key and a field for the description. In the database this table is used to validate those enumerated fields. In our ADF GUI we use this table to fill single select lists. For each domain we have a read only View Object, which has a query like this:select value
    ,      description_short
    from   domainvalues
    where  upper(dmn_name) = 'IND_YES_NO'
    ORDER BY description_shortNow we have a domain with three values, of which one value should not be used under certain circumstances. We simply created two domains, resulting in our domainvalues table containing (among others) the following rows:dmn_name  value  description_short
    dom1          1  one
    dom1          2  two
    dom1          3  three
    dom2          1  one
    dom2          3  threeNow we have an Entity Object-based View Object that should use one of these lists. Which list is used depends on the page in which the View Object is used. So I selected the appropriate attribute in the View Object editor. Under "List of values" at the bottom of the screen I clicked the green + button to add a List of Values. I added an LOV with the following settings:
    <ul><li>Name = LOV_Domain1
    <li>List data source = Domain1ViewObject
    <li>List attribute = value</ul>
    The I added a second LOV by clicking the green + again. This time I used this settings:
    <ul><li>Name = LOV_Domain2
    <li>List data source = Domain2ViewObject
    <li>List attribute = value</ul>
    After creating the second LOV, a column of radio buttons appears in front of the table of LOVs, allowing me to select a default. The Domain1 LOV is selected as default and I keep it that way.
    Now when I drag-and-drop the field on a page and choose to add it to the page as an "ADF Select One Choice", a List Binding is created in my page definition file. If I double click that list binding, the Edit List Binding dialog opens. the "Model Driven List" option is selected and I am able to select a Base Data Source Attribute and a Server List Binding Name. The Server List Binding Name option is where I am able to select which LOV provider I want to use. In this case I want to use "LOV_Domain2", the one that lacks the value 2. So I selected that one from the list, instead of the default selected "LOV_Domain1". So far so good.
    The problem is, when I run the page, my select list still contains all three values, so I have the impression that the default LOV is used, regardless what is selected in the page definition. Is this a bug, or am I missing something?
    Best regards,
    Bart Kummel

    Okay, I've figured out a work around myself. I just added an extra attribute in the View Object, based on the same attribute in the Entity Object. Each attribute of the View Object has it's own LOV definition. I only have to select the other attribute in my JSP to get the other LOV. I still think the solution with two LOV definitions associated with a single attribute would be more elegant. I hope this will be added in a next version.
    Best regards,
    Bart Kummel

  • Unable to set EnableAttachments property to true on Posts list in Blog web.

    Hello!
    In my dev environment I've implemented blog site (using the Blog Template) as a sub web of Team Site. Using this approach
    I was able to manage and display blog post attachments. But when I'm trying to do the same things on production, the approach doesn't work (error in new/edit form's javascript: object expected). During investigation with SharePoint Manager I found out that
    in my dev env EnableAttachments property in the Posts list is set to true (by default), but in the production it is set to false. The trouble is that I'm not able to change the value to true even via object model. I'm using Search Server Express edition.
    Thanks in advance

    Check this
    http://garnetsgems.blogspot.in/2010/02/displaying-attachments-to-sharepoint.html
    Thank you for the post! But unfortunately it seems to be not helpful. The post says how to display the Attachments field in data view. I've already implemented that. My trouble is that there is no Attachments field in the list. If I open Posts list as regular
    list view and select an item via checkbox, the Attach File ribbon button is grayed. Looks like the attachments functionality is not available at all in the list. I've checked the EnableAttachments property of the list and it is false. I've tried to change
    it via power shell and c# but no luck:
    SPList list = web.Lists["Posts"];
    list.EnableAttachmens = true;
    list.Update();
    The above code doesn't work. Changes are ignored.

  • Multiple property value rows for a single user property

    I use user properties to collect information about utilization of functionality.
    My code sets properties in this way:
    StringTokenizer st = new StringTokenizer (countersList, ",");
    java.security.Principal pr = req.getUserPrincipal();
    String userName = pr != null ? pr.getName() : null;
    try
    ProfileWrapper profilewrapper = ProfileFactory.getProfile(userName,null);
    while (st.hasMoreElements())
    String counterId=st.nextToken();
    Long n = (Long) profilewrapper.getProperty("CounterUserProfile",counterId);
    if (n != null)
    n = new Long (n.longValue() + 1);
    else
    n = new Long (1);
    profilewrapper.setProperty("CounterUserProfile",counterId,n);
    catch (Exception e)
              e.printStackTrace();
    After some thousands access, looking in PROPERTY_VALUE table I found duplicated row
    for same counter (user specific).
    PROPERTY_KEY_ID ENTITY_ID MODIFIED_ LONG_VALUE PROPERTY_VALUE_ID
    PROPERTY_SET_NAME
    4008 28002 03-MAY-02 23 55678
    CounterUserProfile
    4008 28002 03-MAY-02 1 55680
    CounterUserProfile
    10002 22001 28-MAR-02 1 40017
    CounterUserProfile
    10002 22001 28-MAR-02 1 40018
    CounterUserProfile
    12001 22118 01-MAY-02 2 55448
    CounterUserProfile
    12001 22118 01-MAY-02 1 55449
    CounterUserProfile
    I use a single server instance with no clustering.
    Any solution?
    Thanks, Stefano

    Stefano,
    Please open a case with support, this looks like a bug in our code. They
    will collect your configuration information which should help isolate the
    problem.
    Thanks,
    Daniel Selman
    "Stefano Crespi" <[email protected]> wrote in message
    news:3cea49d4$[email protected]..
    >
    I use user properties to collect information about utilization offunctionality.
    My code sets properties in this way:
    StringTokenizer st = new StringTokenizer (countersList, ",");
    java.security.Principal pr = req.getUserPrincipal();
    String userName = pr != null ? pr.getName() : null;
    try
    ProfileWrapper profilewrapper =ProfileFactory.getProfile(userName,null);
    >
    while (st.hasMoreElements())
    String counterId=st.nextToken();
    Long n = (Long)profilewrapper.getProperty("CounterUserProfile",counterId);
    if (n != null)
    n = new Long (n.longValue() + 1);
    else
    n = new Long (1);
    profilewrapper.setProperty("CounterUserProfile",counterId,n);
    catch (Exception e)
    e.printStackTrace();
    After some thousands access, looking in PROPERTY_VALUE table I foundduplicated row
    for same counter (user specific).
    PROPERTY_KEY_ID ENTITY_ID MODIFIED_ LONG_VALUE PROPERTY_VALUE_ID
    PROPERTY_SET_NAME
    4008 28002 03-MAY-02 23 55678
    CounterUserProfile
    4008 28002 03-MAY-02 1 55680
    CounterUserProfile
    10002 22001 28-MAR-02 1 40017
    CounterUserProfile
    10002 22001 28-MAR-02 1 40018
    CounterUserProfile
    12001 22118 01-MAY-02 2 55448
    CounterUserProfile
    12001 22118 01-MAY-02 1 55449
    CounterUserProfile
    I use a single server instance with no clustering.
    Any solution?
    Thanks, Stefano

  • How to set CHAR/BYTE as default for all entities attributes

    Hello,
    We'd like to have a way to set as a preference in the OSDM the Unit CHAR for all attributes who has datatype VARCHAR2 and CHAR, instead of the user have to set it manually for each attribute. Actually the database works or in one way or other. It means that if I have to set the Unit CHAR for one attribute, I'll have to set for all others.
    The preference "Show CHAR/BYTE Unit........." available on the Preferences dialog of the OSDM only show or not the information in the DDL script.
    Thanks
    Nelson

    Hi Nelson,
    The application developer should have only the option to set or not it for whole relational or physical model if the "length semantics" are Byte or Char.If database allow char/byte semantics to be set at column level we should support it. Otherwise you'll come and complain Data Modeler doesn't support it.
    In a real world the developer doesnt have to choose which columns are byte or char, it strictly depends the characteristis of the database defined for the database administrator.This workflow is supported by Data Modeler - you have an option char/byte semantic to be excluded from DDL generation and the setting at database and session level will come into effect when DDl script is executed.
    Philip

  • How to set up web variable screen for filtering by attributes

    Hi out there,
    My problem deals with the query variable selection screen in the web. I would like to filter some variables by their attributes in the same way it is done in the navigation item, but in the selection screen I have only the characteristic values in the F4 help available. Is there a way to adjust or extend the selection screen so that I can also filter by attributes (without having to modify the corresponding ABAP Class)?
    By the way this functionality exists for selection screen in BEx, so why doesn't it exist in the web?
    I'd appreciate any idea.
    thanx,
    Heiko

    The most direct way to do this is modifying the principal infoobject and make this attribute as NAVIGATIONAL.....this allows you to see this attribute as a characteristic in Query Designer and you could use it with a filter....
    I hope this helps you
    Message was edited by: Oscar Diaz

  • Set item property to false and true

    when i set item to false and then set item property to true. The item is displayed but its gray out and not enabled. Am i missing something
    Set_Item_Property('PUSH_BUTTON_SAVE',VISIBLE,PROPERTY_FALSE);
    and then
              Set_Item_Property('PUSH_BUTTON_SAVE',VISIBLE,PROPERTY_TRUE);

    Check the Forms online help on Set_Item_Property, near the bottom in the usage notes. Lots of things happen when you set visible to False:
    Setting DISPLAYED to False:
      sets the Enabled and Navigable item properties to False
      sets the Updateable item property to False
      sets the Update_Null item property to False
      sets the Required item property to False
      sets the Queryable item property to False
    So you may need to set more of them back to true in your code when you want to make it re-display.

  • Focus lost in Date Field when the property autosubmit="true" is added

    Hi,
    I am using jdeveloper version 11.1.2.0.0.
    The issue I am facing is when I add the property autosubmit="true" for a date field and if I am selecting a date value using date picker, the focus is lost for the date field. But when I remove the property autosubmit="true" for the date field and if I am selecting a date value using date picker, the focus stays in the date field. This I tried in sample application with the default converter and validator. Anybody can help me with this issue?

    Hi,
    there is a preSubmit event for form objects you can use.
    Select your date field, open the script editor and add this script (language is FormCalc) into the preSubmit event.
    $ = num2date(date(), "MM/DD/YYYY")

  • Set ENABLE property

    In my form I have a list item which ENABLE property is set to FALSE.I want to set this property to TRUE if value of another list item is 'File'.I writed this in WHEN-NEW-ITEM-INSTANCE trigger :
    BEGIN
    IF LTRIM(RTRIM(:P_3))='File' THEN
    SET_ITEM_PROPERTY('P_4',ENABLED,PROPERTY_TRUE) ;
    END IF;
    END;
    but did'nt work.
    Please help me!

    You can try to put your code in POST-TEXT-ITEM trigger of P_3.
    If it does not help then also add to your code:
    BEGIN
    IF LTRIM(RTRIM(:P_3))='File' THEN
    -- add this
    SET_ITEM_PROPERTY('P_4',INSERT_ALLOWED,PROPERTY_TRUE) ;
    SET_ITEM_PROPERTY('P_4',UPDATE_ALLOWED,PROPERTY_TRUE) ;
    SET_ITEM_PROPERTY('P_4',ENABLED,PROPERTY_TRUE) ;
    END IF;
    END;
    I hope this will help you.
    Helena

  • How to set dbms_stats parameters for a single table

    Hi,
    I see that dbms_stats has the following procedure:
    PROCEDURE SET_PARAM
    Argument Name Type In/Out Default?
    PNAME VARCHAR2 IN
    PVAL VARCHAR2 IN
    Is there a way to change the parameters only for a single table?
    I need to set METHOD_OPT=>'FOR ALL COLUMNS SIZE 1' only for a specific table...

    I'm sorry, mate. It looks like setting individual table preferences was introduced in 11g (and doesn't seem to work all that well).
    You can still:
    1. Explicitly specify any of the supported parameters by using DBMS_STATS.GATHER_TABLE_STATS() for the individual table and run it along.
    2. Write a PL/SQL wrapper for let's say DBMS_STATS.GATHER_SCHEMA_STATS/GATHER_DTABASE_STATS that would gather the stats for the whole schema but ignore this particular table. Then gather the stats for the table with the METHOD_OPT parameter of your choice that could be different from the one used for the rest of the schema.
    This could be achieved by locking particular table stats with DBMS_STATS.LOCK_TABLE_STATS, running GATHER_SCHEMA_STATS with force=>FALSE (which is the default). That parameter will make the procedure ignore any tables with locked stats. As the last step of the wrapper you can execute DBMS_STATS.GATHER_TABLE_STATS for the table in question with the desired METHOD_OPT and force=>TRUE.
    It's a little more work, but may solve your problem.
    Max
    Edited by: Max Seleznev on Nov 28, 2012 6:21 PM
    Edited by: Max Seleznev on Nov 28, 2012 6:22 PM

  • Setting Hidden property for a Resource Object

    Hi,
    I am trying to set the hidden property for a folder by this code.
    // ICollection coll defined
    IPropertyName propName = new PropertyName("http://sapportals.com/xmlns/cm", "hidden");
    IProperty prop = coll.getProperty(propName);
    IMutableProperty mutProp = prop.getMutable();
    mutProp.setBooleanValue(true);
    coll.setProperty(prop);
    This is not working, any idea what would have gone wrong ?
    Thanks,
    Sam

    Hi,
    I am not getting any excpetion...
    i have log messages before setting the propert and after setting the property...
    so if i am trying to set from false to true......it is not getting set to true but remaining as false....
    i am trying this with /documents repository.
    Can any body give some sample snippet for setting the hidden property / is there anything else i need to do to complete the setting.
    Regards,
    Satish

  • How to set Compatibility Mode for a single site in ie10

    This question was originally posted on the Answers forum -
    http://answers.microsoft.com/en-us/ie/forum/ie10-windows_7/how-to-set-compatibility-mode-for-a-single-site-in/187152e3-142a-4d96-8d1b-af82ef571eec
    I am having problem with getting ie10 to set ie9 compatibility for a single site (sharepoint.contoso.com).
    When I add this website in Compatibility View Settings (Alt > Tools > Compatibility View Settings > 'Add this Website') it adds the domain 'contoso.com' and not the individual website (sharepoint.contoso.com).
    This cause other sites (www.contoso.com) to be configured to use compatibility mode. Because this is a separate site (different web server) to the site sharepoint.contoso.com (sharepoint 2010 server) we need different compatibility settings.
    Using a different example to explain the issue -
    Microsoft has three websites that are different websites created by different developers written in different programming languages and they only work with certain browsers.
    microsoft.com (Website1 created by Developer1) - compatible with ie8/ie9/ie10
    msdn.microsoft.com (Website2 created by Developer2) - compatible with ie8/ie9
    technet.microsoft.com (Website3 website created by Developer3) - compatible only with ie10
    The only thing the three website share is the URL contains 'microsoft.com'.
    Marking 'msdn.microsoft.com' to run in compatibility mode affects the other 2 websites - mainly technet.microsoft.com which will not work now since it only runs in pure ie10 mode. 
    Should you be able to add an individual site to the compatibility list instead of all sites that have  .microsoft.com in the URL? Am I missing a simple setting in the ie10?
    As a workaround I am using the F12 Developer Tools to set the Browser Mode which temporary sets the compatibility mode. However this is not a nice solution to the end users at our organisation. 

    problem is not solved for non corporate environments...
    You could start your own thread.  Then if you got that answer and it was marked Answered you would have the ability to unmark it.  The OP of this one seems satisfied.  Also note that this is TechNet.  Consumers can get help on Answers
    forums.
    Robert Aldwinckle
    Oh! I wrote it wrong: I should have said: This is not solved for NON-AD environments. No demands what so ever to use Window 7/8 professional in a small corporation or on a big corporation with Island of smaller departments for example offshore.
    The problem is that the thread is not "Answered" by the OP, its is marked answered by a moderator (and same moderator that did the answer) so no way of telling if the OP is satisfied.
    But you are right in the fact that I am almost kidnapping the thread. But a complete answer would benefit all in this case I would presume.
    Regards
    /Aldus

  • Multiple Prepayment for a single Assignment or specific Assignment Set

    Hi Everyone
    I am working in Payroll Department, and I had a difficulties of running more than one prepayment for the same. We need sometime to pay for an employee a specific element like "Official Assignment Compensation" before the end of the month and we use Quick-pay by select specific element. then I use Prepayment. In the end of the Month, when I do run to the remaining elements it had no problem. but when I do re-prepayment it return to the first prepayment the quick-pay run not the payroll run.
    I appreciate if anyone can explain how to do more than one prepayment for a single employee in a single period.

    Thanks alot ysaadeh
    I did managed to do it by doing the following steps:
    - Quick Pay for a single employee
    - Pre-Payment for this Quick Pay
    - Bank Transfer Report - which shows the Employee No, Employee Name, Employee Bank Name and Ban Account Numbers and Amount for the Quick Pay
    Then
    - Payroll Run @ the end of the Month
    - Pre-Payment for Payroll Run
    - Bank Transfer Report ..
    It worked fine. But I notice one thing. When I do pre-payment for Payroll - the second pre-payment, Bank Transfer Report only take the Data from the last Pre-Payment.
    I cannot do the Bank Report for the Quick Pay After Running the Payroll Pre-Payment ..
    Is there some way I can use Bank Report for these Both Pre-Payment
    and Is there a way I can use Quick-Pay for a set of Employees - An assignment Set .
    Thanks again and appreciate you feedback.
    Regards

  • How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?

    Hi All,
    How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?
    Assume Material is Pen.
    While creating Sales Order in VA01 how to bring different price for the same material for Platinum,Gold and Silver Customers.
    Kindly help me out.
    Thanks,
    Renjith Jose

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

Maybe you are looking for

  • Error opening a transaction in Logic Editor

    Hi, Using 11.5 SR3. I have a transaction which some 20 sequences and 30 action blocks. I configured it as a listener. For some strange reason, I just cannot open the transaction in the Logic editor. Another issue, though not sure if its related to th

  • How to get details of Pending Approval request in OIM 11g R2?

    Hi, We need to find out following details from Pending Approval Request in OIM 11g R2 - Request ID,Assignees,Requested Resource Name, Title of Request, Beneficiary, Status of Request. Out of above attributes we could find out Assignees, Title of Requ

  • I can't seem to power off

    After charging, my new iphone 4 sometimes gets funky. the screen locks and if I tap an icon, a fast voice identifies the icon and nothing else. I've tried to both shut down and reset to no avail. What am I doing wrong? btw...63 yeas old and first i P

  • Final Cut Studio Manuals

    Hi Does anyone know where I can get paperback manuals for Final Cut Studio. Most of the stuff on the web is training manuals. I'm after a reference manual. I know I could print the e-manuals that come with the software but I'd prefer to purchase. Tha

  • No application data

    hello when I run query in bex and sap i have error no application data,I don't have Bi accelator index may it error depents on it ? I want to know if I define bi acceleator this problem solve? or it dosen't depends on it? plz help me