Problem with @LIST and @REMOVE: not a Calc command

Hello everyone:

I wish to make this calc:

Fix(Jan,FY10,...)
+ @REMOVE (@DESCENDANTS ("Accounts"), @LIST("Account1","Account2",...)); +
ENDFIX

But Essbase said that @REMOVE is not a calc command. I tried with this:

+ @LIST (@REMOVE (@DESCENDANTS ("Accounts"), @LIST("Account1","Account2",...))); +

But does not work. I couldn't move dimension 'Accounts' for the PATCH because I would like for calc formulas associated members accounts.

Could someone tell me why this approach cannot be used? Alternatives?

Thank you

Concerning

Javier

Published by: Javi M on July 21, 2010 02:07

Rahul,

I think you are missing the point. The OP doesn't want to caluclate another dimension for some other accounts - he wants to calculate a subset of accounts without all listing them explicitly.

That's the whole point behind the @REMOVE being a defined member function - they work very well in TROUBLE or in a formula but not as a way to make a calculation of Member stored.

Of course, if the OP can support the calcuation on his head then anything is possible, but he has already declared that it was a complex logic that he wouldn't come back. I guess this could change depending on his level of pain tolerance.

Sometimes, it really stinks to write something, think it works and then realize it's completely unmanageable. I can do once or twice. :) As my first boss, has said "it takes only 2/3 as long the second time around." Words that I lived my career of.

Kind regards

Cameron Lackpour

Tags: Business Intelligence

Similar Questions

  • problem with list and point make showing is not the last element

    Hey all the...

    I have a strange problem with a spark list and item converter.  All I want to do is display images. However, the last image is not rendered. The code is very simplistic. The HGROUP restores only the first two pictures. However, if I add a < s:lable > tag to the HGROUP after image, all three of the images that I expect to make it appear.  Someone knows why?

    Thanks in advance!

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < s:ItemRenderer xmlns:fx = "http://ns.adobe.com/mxml/2009"
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx".
    autoDrawBackground = "true" >

    < fx:Script >
    <! [CDATA]
    Import valueObjects.ManufacturerIconBE;

    [Bindable] private var comp: ManufacturerIconBE;

    override public function set data (value: Object): void
    {
    model = value as ManufacturerIconBE;
    }
    []] >
    < / fx:Script >

    < s:HGroup >
    < s:Image source = "{comp.imagePath}" / > "
    < / s:HGroup >

    < / s:ItemRenderer >

    Use preliminaryWidth and preliminaryHeight to book some dimensions of the Image.

  • problem with resizing and remove

    I have a problem with resizing images after loading, not all of the images has the scale ratio 0.75... so for the most part, I just stretch the images having the ratio...

    is there a good method of resizing/scalling? for example enjoyed.

    and once I've loaded images, I add in the imageContainer.

    I couldn't find a way, if I click on the next thumbnail, she remove the last child (image) of the imageContainer...

    I'm confuse ATM please point me in the right direction...

    Thank you

    Load the image clicked

    function mouseClickThumb (e: Event): void {}

    var thumb: thumbnail2 = e.target as thumbnail2;

    var linkName:String = e.currentTarget.name.toString (); get the name of the link

    var imageLoader:Loader = new Loader();

    var urlRequest:URLRequest = new URLRequest (linkName);

    imageLoader.load (urlRequest);

    imageLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, imageLoaded);

    function imageLoaded(e:Event):void {}

    var image: Bitmap = (e.target.content) Bitmap image;

    image.x = 0;

    image.y = 0;

    somehow if I resized the images here, it didn't turn right for all...

         }

    imageContainer.addChild (imageLoader);  / / How can I delete the last image? if click on the following icon?

    }

    If you want to remove the last (highest in the display list) child of a container, you can do this way:

    var numChild = imageContainer.numChildren ();

    imageContainer.removeChildAt (numChild - 1);

    don't forget display lists starts with 0, not 1, so you must always subtract 1 to get the level number of the child in the foreground

  • Problems with itunes and can not locate network %APPDATA%/

    I'm having a problem with trying to download itunes 10 because he repeats to me he couldn't locate network %APPDATA%/ when he tries to install quicktime with itunes 10 Installer. I can install quicktime very well, but even this will not fix the itunes 10 installation problems.

    I had installed on my computer since then two games and work very well. The other could not install correctly, but the appdata question had nothing to do with it.

    I use windows vista Basic.

    Hello

    Follow the information from apple to the link below

    Remove and reinstall iTunes, QuickTime, and other software components for Windows Vista or Windows 7

    http://support.Apple.com/kb/HT1923

    and or ask for their support of itunes

    http://www.Apple.com/support/iTunes/

    Also try the discussions of apple itunes

    http://discussions.Apple.com/category.jspa?categoryID=149

  • BBM BBM groups - problem with lists and complete / incomplete

    Was wondering if anyone else has this problem with BBM group lists.
    The two 10.2.1.3175 OS running on a Z10 (MTS) and 10.2.1.3247 (Rogers)
    BBM version 10.3.33.18

    BES 10.2.0.33

    Create a new group and add a list to the group. Add a number of items and when you hit the audit to complete / incomplete, it often checks / unchecks a 2nd independent element.

    I tested on 3 different devices / users so don't think it's my BB ID.

    Can anyone else duplicate?

    This problem makes it absolutely useless lists for me now because I use mainly for shopping lists, and if I check the items that I acquired and the fact, I obviously Miss things on my list.

    (Note: I have an ID for test on an iPhone with BBM for iOS and it does not seem to meet this problem)

    Probably a bug in BBM. We cannot do that until they update nothing BBM. There are other bugs in there also we expect on patches for.

  • Problem with list and itemRenderer

    Hallo. I need a little help. I have a list and populate this list with this code:

    var myArrayList:ArrayList = new ArrayList (myArray);

    this.myList.dataProvider = myArrayList;

    The code of my list is as follows:

    < s:List id=" lst_listaAmiciDaInvitare "width =" " 220 "height =" "x =" 15 "y =" 56 245 "skinClass =" componentiInterni.listaAmiciDaInvitare.listaAmiciPerInvito "buttonMode =" true " " > ""

    < s:layout >

    < s:VerticalLayout gap=" 2 " />

    < / s:layout >

    < s:itemRenderer >

    < fx:Component >

    < listaAmiciDaInvitare:listaAmiciItemRenderer / >

    < / fx:Component >

    < / s:itemRenderer >

    < / s:List >

    The code of my item converter is as follows:

    <? XML version = "1.0" encoding = "utf-8"? >

    < s:ItemRenderer ' xmlns:s = ' Library://ns.Adobe.com/Flex/spark "xmlns:fx =" " http://ns.Adobe.com/MXML/2009 "

                    xmlns:d=" http://ns.Adobe.com/FXG/2008/DT "width =" " 200 "height =" 16 "autoDrawBackground =" true " " > "

    < fx:Script >

    <! [CDATA]

    protected function gruppoPrimario_clickHandler(event:MouseEvent): Sub

    {

    if ()this. chk_selezioneAmicoDaInvitare.selected)

    ce . chk_selezioneAmicoDaInvitare.selected = fake;

    else

    ce . chk_selezioneAmicoDaInvitare.selected = true;

    }

    []] >

    < / fx:Script >

    < s: states >

    < s: State " name =" normal " />

    < s: State " name =" hovered " />

    < s: State " name =" selected " />

    < / s: states >

    < s:Group click = "gruppoPrimario_clickHandler (event)" " >

    < s:CheckBox id=" chk_selezioneAmicoDaInvitare "width =" " 5 "height =" 5 "left =" 0 "red =" 0 " " / > "

                                              <s:Label id=" lbl_nomeGiocatore " x=" 15 "top =" 4 "width =" 190 "maxWidth =" 190 "maxDisplayedLines =" 1 "text =" {data.nome} "fontFamily =" Arial "fontSize =" 12 "textAlign =" left '' / > "" "" ""

    < / s:Group >

    < / s:ItemRenderer >

    Now, my list has 180 items and as you can see from the code, each element is a check box and a label. All fills properly and I see each box and the text. The problem is that when I click on a box, this box are selected but not only... The entire list on an occasional basis, he other boxes to check who is selected and I don't know why... It seems a problem of updating the lists, but I do not know... Why, if I click on a single box, 5 becomes checked?...

    Hope you can help me.

    Max

    This is because as Alex says converters are reused and as my posted code does not update the selection state of the checkbox in the datasetter, or link it it is obviously reproducible.

    override public function set data(value:Object):void

    {

    trace ("test. Data (value) ", value);

    Super.Data = value;

    CB.label = data.label;

    CB. Selected = data.selected;

    }

    Update the selected on the cb will fix the problem.

    C

  • Info-bubble-Widget problems with Mobile and Tablet (not able to close the target)

    , I created a menu droptown with the ToolTip widget. Why ist there is no option to hide the goal of 'no click' in the latest version of muse (sensitive)? Is there such an option in the latest version. Now I choose the option to hide "on deployment of trigger and target"-this works perfectly on the desktop, but not on mobile or tablet. When I point to the menu icon (trigger) on mobile or tablet, it opens the target, but there is no way to close it. What can I do? Can you help me with this? Thank you!

    OK, sorry guys, I just found the root of my problem. I chose "the reversal" to display the target container. When this ist is selected, the option "click" to hide the target disappears. If a "click" only works when selected for display and the concealment of the target...

  • I have a laptop with Windows XP. After getting a virus, I scanned with AVG and removed the threat. After re-booting, I can not connect to wireless internet.

    I have a laptop with Windows XP.  After getting a virus, I scanned with AVG and removed the threat.  After re-booting, I can not connect to wireless internet.  The icon shows "acquiring network address".  I connected the router directly on laptop computer connected to the wireless network and still unable to connect.  I tried to restore the system as well, but the message says "unable to restore the system, no changes were made.  Help?

    original title: acquisition of network address

    Hello, Steve.

    Try this link below on how to reset IE and let me know if it helps.
  • problem with Safari and the opening of sites

    problem with Safari and the opening of sites

    Please describe the problem in more detail?

    Try to reset the settings of Safari:

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select the Preferences/Privacy tab

    4. click on remove all data from the Web site

    5. close Safari.

    Remove cache Safari files:

    1. click on finder

    2. look for the menu GO to top

    3. click on GO and hold down the option key. This will show a user library folder.

    4. click library and find the Caches folder

    5. in the folder caches com.apple.Safari Ouvrezledossier

    6. move the Cache.db file Trash.

    This should solve the problem. If it does not help, try to disable the Safari extensions

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select Preferences

    4. find the Extensions tab

    5 disable all extensions of

    6. relaunch Safari

  • Compatibility problem with Vista and iTunes

    I downloaded iTunes 9 on my Tobisha laptop Satellite last night and put about 2.5 GB of music on it. I didn't upload the music from the internet. I used MP3s, I had for a few years.

    When I went to boot up the laptop this morning the loading process took some time, but it never loaded to the login screen. I just see the bottom of MicroSoft. Is there a compatibility problem with Vista and iTunes? Maybe I put too much music on my laptop?

    Boot in safe mode and delete iTunes and all the music I downloaded would solve the problem? Or it is less simple than that?

    Don't know where to direct this question if any help you could provide would be greatly appreciated.

    Thank you.

    Hello

    iTunes is compatible with Vista and there should not be any problem.
    Yesterday, I installed iTunes 9 on my U400 and everything happened correctly.
    If your laptop can not boot Vista correctly, then you should try the repair feature.

    Turn on the computer and press F8. Now you will see the advanced boot menu.
    Now, you have many choices.

    As a first step, you should try the option called: last good known Configuration (Advanced)

    If this will not help and the Vista will not start then try the option called repair your computer. This option displays a list of system recovery tools, you can use to repair startup problems, run diagnostics, or restore your system.

    If that does not help, then you will need to retrieve the unit using the Toshiba recovery disc or HARD drive recovery.

  • Printing problems with XP and Lexmark-documents are just stuck in the print queue

    Original title: printing problems with XP and Lexmark

    Until yesterday, I was able to print OK using Windows XP and a Lexmark Printer series 3500-4500 with wireless capabilities.  Reported network test wireless (on printer) and report indicates that there are no reported problem, also did the diagnostic test and which shows no problem either.  I can't print and documents are just stuck in the print queue - please can someone help, it drives me crazy because it's probably a very simple solution.

    I guess you do not have all of the error messages.

    It is possible that comes to mind that your printer has received a new IP address of your router (this could easily happen if you have several computers and other devices that connect to your wireless network).

    Find the IP address of the printer of his network diagnostic page.
    Click Start > printers and faxes, right-click the printer and select Properties
    Select the Ports tab, then click on the button "Configure Port" (be careful NOT to click anywhere in the list of ports)
    Make sure that the IP address in 'Port settings' is identical to that shown on the diagnosis of your network printer page.

    To avoid this problem in the future, you must configure the printer to have a static IP address.  See your printer User Guide for instructions.

    Choose an appropriate subnet address (i.e., has the first 3 groups of numbers the same as the other addresses in your network) but who is not in the range of addresses assigned by the DHCP server on your router.  See the User Guide of your router for more details.

  • When you send an Email to someone not in my contact list "Check names" appears and says not in the contacts list, and are not sent.

    original title: sending Emails

    When you send an Email to someone not in my contact list "Check names" appears and says not in the contacts list, and are not sent.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    If you use a POP3 Protocol account, please post on the forum network, e-mail and put online:

    http://social.answers.Microsoft.com/forums/en-us/vistanetworking/threads

    If you use Hotmail, please report it to Windows Live Solution Center, son of Hotmail:
    http://www.windowslivehelp.com/forums.aspx?ProductID=1 . for the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • curious problem with extrusion and rotation

    I found a curious problem with extrusion and turn into the CS6. It's not a bug, but it's a behavior that is less intuitive who is confused and sometimes painful. I think it is something that should go on the list of tasks for the devs. Someone else, right? Don't agree?

    Example:

    Rotate_issue.jpg

    I started with a path arrow, to which I applied the effect "extrude". I then put an icon on top of the arrow and grouped in the icon and the arrow. Now, I use this icon arrow in several different parts of my design, in different orientations. I flip the arrow, the relative position of the icon and the arrow seems to pass. I believe that this is happening because when you rotate the arrow icon, Illustrator rotates both the icon and the arrow on the center of the underside of the arrow. This is because the upper side of the arrow is essentially fictitious, just an artifact of the effect of extrusion. So, even if the icon appears as if it is drawn on the upper side of the arrow, it behaves as if it is attached to the underside of the arrow. When you apply a transformation, this transformation impacts on the underside of the arrow, causing the top of offset from the icon.

    The solution would be to add an extra box to the effect of extrusion, asking if you wanted to extrusion (the way things are currently done) upwards or downwards. If you can extrude downwards, then the upper side of the arrow would be the 'real' face, those affected by the changes. You can then put a picture on the top, the arrow and the image of the group, and when you apply a transformation, the icon would remain fixed relative to the top, which would be consistent with your intuitive expectations.

    If anyone is curious to experiment with this particular example, I posted this file in Google Docs here:

    https://docs.Google.com/file/d/0B0Hoxcl5zTEtTXo5QnNsMGwwOGc/edit?USP=sharing

    It's about what you just mount the image with a transformative effect to match the extrusion.

    So basically, you apply a 3-d rotation effect to your image to match the rotation of your arrow, then you apply a transformation movement in the vertical axis to match the height of your extrusion.

    hope this helps

    https://docs.Google.com/file/d/0B4ilRoSBagc3d2w2Ylc2cWxFVjA/edit

    If you want to get real on this issue retro we only corresponding to the rotation of the arrow in the center of the extrusion, if we wanted to distort the image perfectly, the rotation should be slightly higher, but anyway, it is hardly noticeable.

  • Problem with the cmdlet Remove-Snapshot

    Hello everyone,

    I have a problem with the cmdlet Remove-Snapshot: it fails to remove the snapshot when I made a copy of file (Copy-Item) between calls to New-Snapshot and Remove-Snapshot if (and only if) I put - confirm option to $false. If - confirm is $true everything works, but it does not allow me to run the non-interactive script. The error that is returned is "vim.fault.InvalidVmConfig".

    Anyone know if there is a problem on my side, on the side of ESX Server or a bug in the VI Toolkit? Any possible workaround?

    I have attached the PowerShell script, I used to reproduce the error and the script log file that contains the error message.

    The versions I used are:

    VMware.Vim.dll (1.5.0.1299, "VI API 1.5.0 build.Net 142961")

    VMware ESX Server 3i, 3.5.0 110271

    I'm not able to reproduce this on my environment but I am sure that the issue is not with the - confirm: $false parameter. After you copy the file there is a timeout that is set to 10 seconds. Can you increase it (even if I do not at all see a reason of this time-out) and see what happens?

    \Yavor

  • Problem with IMovie and Quick time

    Hey everybody,

    I am faced with an unexpected problem with Quicktime and I Movie, and I was wondering if someone had already known that:

    I want to create a film based on shots from my personal camera. I started to work with IMovie to create a sequence of opening and added his musical band. I exported the scenes in Quick Time format without any problem. However, when I merge the exported sequence of I film with shots of my video camera, the soundtrack is completely eliminated.

    I checked on the Internet and saw that there might be a problem of "Codecs". To avoid this, I exported the sequence IMovie with Codecs of same as one of my video camera files.

    Now, if I compare the files exported from I Movie and those of my video camera, they have identical characteristics. However, the soundtrack will always disappear when I merge them.

    Could someone please help me solve this problem?

    Thank you very much in advance.

    Concerning

    Could someone please help me solve this problem?

    Not only based on what you already said.

    I want to create a film based on shots from my personal camera. I started to work with IMovie to create a sequence of opening and added his musical band. I exported the scenes in Quick Time format without any problem. However, when I merge the exported sequence of I film with shots of my video camera, the soundtrack is completely eliminated.

    How would you"merge" files? (I.e. a "QuickTime" format is any form of data compatible with the platform of supply and the specific structure of QT incorporated into real employment that is stored in a container of MOV file on any of up to 99 tracks possible). Also, what app do you use for reading the file 'merged '? (For example, some media players ignore secondary audio tracks as a result of some methods of 'fusion' of files so it is important to know how the files are "merged," whether or not the audio data are "scattered" several tracks, and/or if the Media Player supports playback of multiple, sequential audio popular.)

    I checked on the Internet and saw that there might be a problem of "Codecs". To avoid this, I exported the sequence IMovie with Codecs of same as one of my video camera files.

    The specific codecs and settings using the specific version of iMovie? (The current Mac OS X operating systems have two X QT and 'classic' Qt integrated structure so it is important to know what structure is used here and how).

    Now, if I compare the files exported from I Movie and those of my video camera, they have identical characteristics. However, the soundtrack will always disappear when I merge them.

    As a general rule, you should review the file "merged" to determine why it does not play back correctly rather than comparing the characteristics of the source being merged files. The main problem here seems to be in your project workflow. That is, you seem to be when you perform an operation in two steps rather than edit several iMove multimedia files and then export the combined results in a video the video and audio tracks have been flattened and exported in standard compression formats with unified settings, features and the.

Maybe you are looking for