How to have multiple default dimension members

Hi There
I am using AS2008, when editing a role, under the dimension data tab, under advanced, you can define a default dimension member.
However i need my default dimension member to be members, i have tried using a attribute set to true for many members and creating a hierarchy.
But neither works, it seems to randomly pick one Key for a set of members and you cannot use a hierarchy to define members.
How can i define multiple default members ? what i really want is all members except one.
Thanx

We're going to need some more details about exactly what you did because it really sounds like you're making a mistake. This extra attribute should work.
The only situation I can think of where it might not work as intended is if your new attribute is a property of the state attribute... when you slice by the state attribute, it will override the default member on the new attribute.
What are your attribute relationships in that dimension? What do you get when you run the following MDX queries?
with
member test1 as [Geography].[State].DefaultMember.UniqueName
member test2 as [Geography].[NewAttribute].DefaultMember.UniqueName
select {test1,test2} on 0
from YourCube
select {} on 0,
[Geography].[NewAttribute].[NewAttribute].Members
*[Geography].[State].[State].Members on 1
from YourCube
As for the calculated member [Geography].[State].[All].[West], you can add to that to the MDX script (the Calculations tab in the cube designer) and it will be available to all sessions.http://artisconsulting.com/Blog/GregGalloway

Similar Messages

  • How to have multiple images on the same screen? like in the movies where you see several actions at

    how to have multiple images on the same screen? like in the movies where you see several actions at the same time ....
    i don't find  a tutorial in adobe tv....
    thanks !!

    The short answer is that you'll put the source clip(s) for each inset on a different video track, all stacked up. Then use the Scale and Position effects (under "Motion" on the Effect Controls panel) to reduce their size and place them where you want.
    If the content of an inset will involve edited content (where you're cutting among various clips or just trimming out unwanted content from a single clip), then you'll probably find it easier to do all those edits in one sequence, then nest that sequence in the master sequence, where you apply the Scale and Positioning effects. That will save the step of applying the scale and position effects to each edited track item.

  • How to have multiple orders for a single contract

    Hi all, my question is:
    How to have multiple orders with respect to a contract which is valid for many years? The orders are given periodically over the lifetime of the contract. Once the order is given, the order quantity needs to be confirmed and then the order needs to be billed.
    Thanks in advance.

    Hi Bappaditya,
    To get multiple orders from a contract, you can either create an order as a follow up document from the contract
    Or
    Maintain the contract determination settings.
    In such a case, everytime you create an order the contract determination happens, for the particular business partner and product.
    For this to happen you need to maintain the customizing settings:
    1. Copy Control between contract and order
    2. Contract determination setting in the order transaction type
    The qunatity confirmation can be done by standard setting at itme category level.i.e. If the quantity is more than that stated in the contract an error is raised.
    For billing of order you will have to maintain the billing setings like billing type, biliing item category, billing item determination.
    Hence every time your order is created it comes in the billind due list from where you can create the blling document.
    Wish the information is helpful.
    Regards,
    Shalini Chauhan

  • How to have multiple windows of same app under JSF 1.1

    I know this has been addressed in JSF 1.2, but does anyone have a good solution in JSF 1.1 concerning how to allow multiple application instances to be opened in different browser windows at the same time? I work for a large financial services company and we have multiple instances of the same application up when working with more than one customer or account at the same time.
    We�ve figured out a way to use a custom variable resolver and property resolver to provide an application instance scope that works with managed beans; however, we are struggling with how to handle the JSF component tree. We can replace the StateManager or ViewManager, but we will be running under a vendor implementation of JSF and do not want to outright replace their implementation. We wanted to simply define our own manager, decorate the viewId with additional information, and then pass it on to the default manager. The big issue is that while the restoreView methods take the viewId, the writeState methods do not. This seems like a pretty big show stopper to us. If we have to wait until JSF 1.2, it will be a long wait. Any ideas?
    Thanks.

    The way I'm thinking of doing this is to use nested beans. So for example, I'd have an "AccountBean" written as a JSF managed bean, but this is not what I'd declare in faces-config. Instead, I'd have an "AccountMgr":
    <managed-bean>
    <managed-bean-name>acctMgr</managed-bean-name>
    <managed-bean-class>AccountManager</managed-bean-class>
    </managed-bean>AccountManager would have a map of AccountBean objects. In my pages, I'd reference the acctMgr:
    #{acctMgr.accts[acctEditor.acctId].firstName}If anyone has a better idea, I'd love to hear about it.

  • How to have a Total dimension element from tabular model?

    Hi,
    I have a dimension in a tabular model named School. I created a parameter that has all the schools based on a DAX query dataset, however I would also like to include a Total element that sums all the schools. How can this be achieved? In SSAS OLAP I would
    have an "ALL" elements, but I'm not sure how this translates into Tabular Mode.
    Thank you

    Sure, I am creating reports in reporting services. I am creating datasets to retrieve each dimension members that exist in the fact table to create parameters that will filter the data dataset.
    Now imagine, I select a Year and then I want to be able to select an element like "all schools" to check the aggregate number of subscriptions instead of only 1 of the schools.

  • How to have multiple VideoMASTER devices

    I currently have an application that makes color bar measurements.  This VI (seen below) was quickly written just to see how well it does a color bar measurement.  One thing that I realized is that I can't programmatically select a different video analyzer.  Our test setup will actually have multiple video analyzers (PXIe-1491s) in one PXIe chassis and I will need to run VMS functions on different devices.  From what I'm seeing is that there is no way.  In case you are wondering why I just simply don't use an HDMI switch is because we are already one but we have time requirements that need us to test X amount of units per time.
    Attachments:
    NI VMS Color Bar.vi ‏37 KB

    I tried the VI what I have previously posted to acquire 2 images simultaneously from a different device and I saw this error, "niMMT Manager - Handle Repository.vi, possible reason: niMMT Manager error: niMMT handle has become invalid. This could be because the first niMMT caller has stopped execution."  I get the impression that the VMS LabVIEW API can't handle simultaneous calls. 
    I have attached a screenshot as well as the VI.
    Attachments:
    Acquire HDMI Image.vi ‏42 KB

  • New Update (2014.1) - How to have multiple compositions on same page?

    With the latest update, it seems as though Edge now always assumes that the composition has an element ID of "Stage". Previously, I was able to have multiple compositions on the same HTML page by simply altering the default id of "Stage" for each composition to something unique. Any workarounds for having multiple compositions on the same page utilizing the 2014.1 update?

    You can use the following approach
    Dropbox - Multiple.zip
    <!DOCTYPE html>
    <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
      <title>Untitled</title>
    <!--Adobe Edge Runtime-->
        <meta http-equiv="X-UA-Compatible" content="IE=Edge">
        <script type="text/javascript" charset="utf-8" src="edge_includes/edge.5.0.0.min.js"></script>
        <style>
           .edgeLoad-EDGE-77458053 { visibility:hidden; }
            .edgeLoad-EDGE-77430105 { visibility:hidden; }
        </style>
    <script>
       AdobeEdge.loadComposition('2', 'EDGE-77458053', {
        scaleToFit: "none",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "550px",
        height: "400px"
    }, {dom: [ ]}, {dom: [ ]});
    AdobeEdge.loadComposition('1', 'EDGE-77430105', {
        scaleToFit: "none",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "550px",
        height: "400px"
    }, {dom: [ ]}, {dom: [ ]});
    </script>
    <!--Adobe Edge Runtime End-->
    </head>
    <body style="margin:0;padding:0;">
      <div id="Stage1" class="EDGE-77458053">
      </div>
        <div id="Stage2" class="EDGE-77430105">
        </div>
    </body>
    </html>
    -Siva

  • How to have multiple inputs for a Pic Ring?

    Alright, I've got this program in which there is a pic ring with multiple pictures on a tab page on the Front Panel. And on the Block Diagram the Pic Ring receives a number through a numeric indicator. There are multiple boolean variables set up and depending on which one is true that dictates which number the indicator pushes on to the Pic Ring. However, I can only connect one boolean up to the indicator at a time. If I connect mutliple wires to the indicator the wires become broken immediately. I have a screen shot depicting the setup in the Block Diagram.
    Anyway, my question is basically how to setup a numeric indicator for a Pic Ring to have multiple inputs?
    Attachments:
    PicRing Multiple Inputs.jpg ‏319 KB

    Shogun,
    You will probably need some sort of case structure to determine your input.
    It looks to me like you are searching a common string for whether it contains Valve1, Valve2, Valve3 and so on.  Depending on which one it finds you are outputting that picture.  I would need more information as to what exactly you were doing, but I might look in the string for "Valve" then a number and feed that output into a case structure.  For instance if you find Valve3 in the string you send the input corresponding to Valve3 into the picture ring
    Matt J
    Professional Googler and Kudo Addict
    National Instruments

  • How to have multiple movies show in same window on same web page

    Hi folks,
    Here's what I mean: I have a web page with several pix on left side, and an embedded QT player window on the right. I want my users to click on one of the pix, and the associated quicktime movie shows up in the player window and starts playing (see player code below--pretty standard).
    So far, the only way I can think of to do this is to have multiple identical pages, the only difference being each one of them has a different movie in the "embed source" tag (so when you click on one of the pics it takes you to the new page, but to the user it will appear as if it's the same page).
    But for ease of modifying this page in the future (which I'll be doing a lot), I'm looking for a more elegant solution. Anyone know of a way to do this, using scripting or...??
    Thanks in advance for any suggestions.
    player code:
    object codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="movietitle" alt="quicktime movie player" width="320" height="256">
    <param name="controller" value="true" />
    <param name="autoplay" value="true" />
    <param name="pluginspage" value="http://www.apple.com/quicktime/download/" />
    <embed src="movies/light1qt6.mov" width="320" height="256" name="movietitle" controller="true" autoplay="true" pluginspage=" http://www.apple.com/quicktime/download/"></embed>
      Mac OS X (10.3.9)  

    This is beyond anything I have ever tried. But I think I know what you have in mind, and you should be able to do it using JavaScript. I did it with still images on this page:
    http://capital2.capital.edu/admin-staff/dalthoff/adventures/tr2005/ohfair2.html
    You would need to give the movie container a name so that you can access it from JavaScript, and you have the added problem of needing to control the QuickTime object from JavaScript. Have a look at the QuickTime JavaScript API; it might be helpful:
    http://developer.apple.com/documentation/quicktime/Conceptual/QTScripting_JavaSc ript/index.html
    In spite of the code on that gallery page I linked above, I really don't speak JavaScript, and I barely understand how my own code works. But I think JavaScript will allow you to do what you want to do, and you can probably even write a custom controller for the movie right into your web page.
    --Dave Althoff, Jr.

  • How to have a default generated operation in a Planned Order

    Dear Sir,
    We execute MRP run to generate dependent Planned Orders for a FERT having multi-level BOM . In the BOM there may be few components against which the Routing has not been defined .
    So we desire that generated Planned Order should have a default operation against those components which have no routing available .
    Kindly guide us as how can we achive the same .
    With Thanks & Rgds
    B Mittal

    Dear Mittal ,
    I will be interted to know about your material structure based on the BOM Level :
    For an exmaple : FERT-HALB-RAW .There may be as many HALAB , RAW as per your business process.
    For any FERT/HALB if this has to be produced in-house , generally , it should have valid BOM as well valid routing with sequence of operation and BOM compoenet assinged to those operation because , when you will run MRP-MD02 , it will generate Planned Order for both and subsequncelt it will allow you to convert the planned Order to Production Order .In case , routing is missing or BOM is mssing , while converting planned order to PO ( FERT/HALB) , it will flag you exception masg and ask you to create the same before proceed farther  or you can generate Operation based on the Option refelected while productioin order conversion .
    we desire that generated Planned Order should have a default operation against those components which have no routing available -As you stated , if there is no routing avaliable for those component ( must be HALB /FERT) , there will not be any Routing copied to Planned Order in Master Data Tab  when running MRP in MD02.Basically  , in your case , Planned Order of FERT will be having routing with operation where as Planned Order for BOM compoenet which are HALB  , will not be having any routing master data .U have generate operation or create routing beofre conversion of production order .
    Hope it is clear
    Regards
    JH

  • RE: How to have multiple application running under one server

              I have one server
              I have many application
              Question: Is it possible for me to have a weblogic properties file under each
              of this application.
              

    If your question is whether you can run multiple instances of WebLogic
              (or multiple applications) on one server, the answer is yes. The only
              problem is, you must have a unique port for each of the servers to run
              on. I.e., they can not all run under port 80 which has obvious
              internet/network implications.
              This also means you have multiple weblogic.properties files etc. for
              each instance.
              We do this with WL5.1 on a Linux 2.4 kernel in developement to allow
              multiple developers run their own instance on one box.
              Dano
              Mettu Kumar <[email protected]> wrote in message news:<[email protected]>...
              > No if you are running single instance of wls.
              >
              > Kumar.
              >
              > Sonny wrote:
              >
              > > I have one server
              > > I have many application
              > > Question: Is it possible for me to have a weblogic properties file under each
              > > of this application.
              

  • How to have multiple preference files for Mail on one computer

    I would like to have multiple preference files for Mail on one computer, one copy for each person in the organization. I want everybody to log in as the same user. Is this possible?
    Thanks,
    John Link
    Cube, 450 MHz, 640 MB   Mac OS X (10.3.9)  

    Since the Mail.app preference file (along with all other application preference files for a user account) is stored in that user's Home folder/directory, I don't believe this is possible.

  • How to have Multiple Configurations for a Flex Application

    Hi All,
    I've seen this question asked in various forms multiple times, but never answered: How do you set up a FLEX configuration to have different configurations for development (local), test server, staging server, beta server, and production server? I cannot imagine that Adobe has not accounted for this, something that is very standard in most development teams. Zend Framework has a very elegant solution for this: in the configuration file you define all aspects that can be configured, as well as the various environments (development, staging, beta, live, etc.). Then, in the bootstrap file you specify which environment you want to work in, and you're all set.
    How can something like this be achieved in FLEX?
    Many thanks!
    -Mike

    Maybe my setup is unconventional, I doubt it, though:
    1) SVN repo stores FLEX and PHP codebases in separate projects.
    2) Developer gets code from repo, and runs on local machine. -> need to configure FLEX to point to local PHP code here for Remote Objects.
    3) Developer then publishes Flex app to staging server. -> need to configure FLEX to point to staging PHP code here.
    4) Flex app then gets published to live server. -> need to configure FLEX to point to live PHP code here.
    Now, using ANT, the scenario would look like this:
    1) SVN repo stores FLEX and PHP codebases in separate projects.
    2) Developer gets code from repo, and runs on local machine. -> need to configure FLEX to point to local PHP code here for Remote Objects.
    3) Code is good and developer checks it back into SVN.
    4) ANT extracts latest build from SVN and builds it, then publishes to staging server. -> need to configure FLEX to point to staging PHP code.
    I am using PHPUnderControl as my build server for PHP.
    I am also unclear as to how my goal could be achieved using ANT?
    Thanks!
    Mike

  • How to have fact and dimension which are not joined in same report

    Hi All,
    suppose we have 2 dimensions and 1 of them is joined to fact but we want to pull both these dimensions along with fact and fact column shows null but we dont want that .how can we have 2nd dimension which is not joined to fact in the same report .Actually i have a column called equipment schedueled time and it can be shown only with equipment dimension but I want to pull both equipment,geography and equipment scheduled time in report if I do it now it shows equipment scheduled time as null because its not joined with geography dimension.I want even if the geography dimension exists it should show the value of equipment scheduled time .
    Can someone please help me.
    Thanks in Advance

    Hi ,
    Can you please tell me what are fact and dimension tables of your requirement.If you want display the data from 2 dims and a fact table ,you have to establish the joins between facts and dimensions.
    mark if helpful/correct...
    thanks,
    prassu

  • How to automate handling of dimension members? (master data loads)

    Hi,
    We want our users to be able to upload master data (i.e. dimension member data) from a flat file. It is only possible to upload transactional data from a flat file via the Data Manager...
    Any suggestions?
    Thanks,
    Peter

    Hi Peter,
    1.  use BULK INSERT to load the flat file into SQL SERVER and automate using the SQL job or Windows schedule job. Then call the AdminTask_MakeDim package in DM. This is also be scheduled in BPC DM.
    You can also use SSIS packages to load flat file data into the SQL SERVER table.
    2. SSIS packages are not complex, you should know to use it. Basically have learnt using these SSIS packages after started working in BPC Datamanager.  You can find various online tutorials on SSIS packages.
    Flow of data should be:
    Flat file - staging table in BPC database - copy from staging tbale  to mbr<dimension> table - Admintask to process Dimension.
    The structure of staging table should be identical with mbr<dimension> table  or mbr<dimension> table should be a subset of Staging table.
    To schedule the BPC - DM packages:
    Open the eDATA menu - 'Run Package' window. You have a option of 'New automation', use that to create schedules on SSIS packages (can be used for both BPC standard packages and customized packages).
    hope it helps.
    Hi Sam,
    You can try by VBA into EXCEL, prepare the dimension member sheet and process. Basically it depends on our knowledge / ease on technology .
    I never had a chance to try on this. By visualising, this is possible but  ensure on the data type loading into the EXCEL.
    example, CompCode is 0310, while loading into EXCEL load as 310... omit the 0 in the front.
    Try and share with us how it works.
    Cheers
    Uma

Maybe you are looking for

  • Where are the speakers of HP Pavilion G6 2230tx located?

    In HP G6 2230tx laptop, I can't find where the speakers are located, though I can hear the sound coming from near the hinges. But, I don't know whether it comes from above or below. If you know, kindly let me know as I'm intending to laminate the key

  • Custom MIME with Verity

    I am attempting to index a directory of BusinessOjbects reports, ext .rep. I set up a custom mime type in IIS 6. The extension is rep. I've used several mime types to index the reports. text/plain, application/x-rpt, application/octet-stream. It look

  • Probook 450 G1 HDD strange noise

    Hello, I've bought my probook 450 G1 less than a week ago and I've noticed that the HDD is producing annoying noise, similar to scrathing even when there is no extensive ative accessing of HDD from my side, and I believe an occasional clicking sound.

  • Forms 10.1.2.3 + Webutil + Sun plug-in (JRE) configuration error

    I am trying to configure webutil, my forms version is 10.1.2.3, with IE-8 and I am using Sun plug-in (JRE), I went through all the configuration steps in detail and checked several time but when i run webutel_demo form i get the bean not found error,

  • Cloning non-RAC to RAC ?

    Hi, Is it true that Oracle does not support cloning of single node instance EBS R12.1 (Non-RAC) to RAC? Is there other supported way to do it? both using rapid clone or manual? Thanks a lot MsK