Sort by alias

I need to be able to sort a large dimension by the alias. The situation is that the dimension is a company dimension with a company number which is the member and the company name is the alias. The company name is subject to change (corrections, name changes) but the company number doesnt change. I cannot make the company name my member name due to the fact that it is subject to change. Is there a way to do this?

Unfortunately the only available settings in Essbase are 'Sort by member' so no you will not be able to sort by alias.Hope this helps.Paul ArmitageAnalitica Ltdwww.analitica.co.uk

Similar Messages

  • Sort by Alias name in Webform

    Hi All,
    Greetings!!!
    I have defined employee dimension as row in Webform and display property as "Alias". Now the requirement is, I need to display the employees based on sort by their alias names.
    Thank you so much for your kind help
    Regards,
    tvmk

    I am sure others will also share their opinions, but I think this can be done thru updating your metadata upload process. Let say you get your Employee list from PeopleSoft and update your employee dimension by using one of the ETL tools (ODI, outline load utility, HAL, etc). I am not an ETL expert, but I have seen this before where the sorting would take place in the ETL process, so the members are loaded to your application in ascending order. Makes sense?

  • How to sort the members by alias names

    I am trying to create dimension build rule whicl will sort the dimension members in an ascending order, but it has to be based on the alias name instead of the member name.
    I have tried both Parent-CHild and Generation reference but it doesn't work.
    For example
    for the city members PSE ( alias name Purchase), and USALB ( alias Albany) needs to be sorted by alias names
    the current order is
    PSE(Purchase)
    USALB(albany)
    but the requirement is to be
    USALB( Albany)
    PSE(Purchase)

    Even with presorting the input, you still have work to do. By default, Essbase will add new members to the bottom of the list of membrers, it does not insert them into an existing hierarchy in the right places. If your trying to update existing hierarchies and are going the SQL route, you will need two rules (or 1 rule and a flat file). You also need to specify remove unspecified as part of the dimension build process.
    HAve a dummy input (either sql or file) that gets loaded the first time. IT will basically wipe out all the members of the dimension, then your second rule (or same rule calling your SQL) can reload the dimension sorted in alias order.
    IT is important that these two rules be done together (either in MaxL using comasin a single statement) or in a BSO cube in the outline before the outline is saved. Otherwise you will have deleted any data that existed in the database. It would be impartant that your SQL also pulls all members (including any special members)
    Edited by: GlennS_2 on Jan 6, 2010 9:48 AM
    You say you are going to change the stored procedure. That is not necessary, you could put an order by clause in your sql extract statement

  • Strange problem when trying to burn a playlist

    I have a G5 and Itunes 6 or 6.0, whatever he current one is...anyway. I put in the songs (from my "library") into my playlist. All are, say, Aiff files, and all are playable (ie I can press the space before the song and it plays fine) and all are 44/16 stereo, and all are checked. I put in a blank CD and press the burn button and it goes for a few seconds like it's getting ready to burn...and suddenly an error message comes on that says something like: ! THERE ARE NO SONGS ON THIS PLAYLIST-PLEASE CHECK ALL SONGS...but all songs have been checked off and the songs are definitely there!...but ITUNES doesn't seem to "see" them or something. Also, sometimes (not always) it seems to burn, but then an extra step happens. At the end of the burn, the burn icon changes to a import icion that says, Import songs and I have to press THAT and THEN the cd is actually burned, that is if the computer even sees the tunes...it's very odd...Final additional weird thing. On my desktop there are now at least 2 CD icons, which both disappear when I eject the one with the title. I've even seen 3 or 4 cd icons there (at the same time) by the way. BUT Mainly I want to know why it says "there are no songs in this playlist".
    quarkbrain aka andrewgold
    G5   Mac OS X (10.4.3)   it is silver and grey and has a plug for electricity

    What kind of CD are you burning (Audio or MP3)?
    If you're burning an MP3 CD, the songs must already
    be in mp3 format.
    If not, iTunes will tell you that you have no songs
    in the playlist.
    M
    I was making an audio cd. But I have since found out what the problem was. The files in my PLAYLIST I converted to aiff, since they were SDll files (I thought they were similar to AIFF, and they PLAY on Itunes...just won't burn.) When I selected the songs in the playlist and converted them...I thought all those files were converted, They were not. The converted files went into my LIBRARY, even tho I selected the ones in the playlist...and once I exchanged the SDll versions of the songs in my playlist. THEN they burned fine...but still...it's confusing..you say convert..it says it's been converted..and what they don't say is it's not been converted inside the playlist...where I had selected the songs...It just ADDED aiff versions..but only in the library...Anyway, that's what happened. But it's strange that it PLAYS SDll but won't burn them....and you'd think, logically..the ones you selected would change...but they don't. Playlists are mainly pointers to the actual files I guess...a sort of Alias..
    At least it works now. But it's sad that the latest itunes does more, but also does LESS...as I used to be able to burn SDll files. Now I'll have to convert all my files to AIFF, and mp3's as I assume my ipod video won't play anything but mp3's?

  • ITunes & iPhoto on external drive not showing in Media Browser

    I moved my iTunes and iPhoto libraries to a NAS device on separate hard drives.  Independently they work and I can access them through their respective programs, HOWEVER, when I want to use them in Keynote, Pages, iMovie, etc. they don't show up in the media browser.  I have a couple of questions...
    1. Will the media browser work with these libraries on external sources?
    2. Do I need to set up some sort of alias on my Mac HD to point the media browser to those libraries?
    3. If so...how?
    Hoping someone has the answer, or at least can point me in the right direction...

    I am not sure if they will work off a NAS, but I don't see why not. (But iMovie Events will not work off a NAS)
    See this post and focus in on the part about trashing the iApps plist. I would try to trash it and then open up iPhoto and iTunes to repopuplate it. Then try to see if the Media Browser works in iMovie. You should not need to trash the iMovie plist, but it would do no harm if you did.
    https://discussions.apple.com/docs/DOC-4061

  • Need dimension members in Ascending order

    Hi All,
    We have a dimension with four Generations and in each generation their are some thousands of numeric members I want to make the numeric members in Ascending order I tried with Ascending option in outline Editor but it is making the Gen2 members in Ascending order and rest of the generations members are not in Ascending order. Please let me know is their any alternate method to make them in Ascending order.
    Thanks in Advance,
    Raj.

    In the load rule that builds the dimension go to dimension build settings and select sort ascending. It will re-roder the members on loadl. If you are trying to sort by alias, then it's a little trickier. you would have to make sure your source file is in the correct order, then have two load rules. The first using a dummy member with remove unspecified checked to remove all the members in the dimension, then the second rule to load your sorted file (You would not check sort ascending in the rule).
    If you are trying to do it in EAS, the sort button as you found out on;y sorts the children of the selected member, to sort everything this way, you would have to go to each aprent and click on sort.

  • Javascript Location illustrator CC

    Hi,
    How can we change the Javascript (JSX) location in Illustrator CC
    from:
         C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Presets\nl_NL\Scripts
    to:
         J:\Scripts\Library_V1\Adobe_Scripts
         J = a local server
    Thnx Michael

    You will probably have to use some sort of alias but be warned AI is not happy if it can't find things where it expects to find them.

  • Network shares adding aliases Q

    I often log into 2 other mac's and one windows PC to access shared drives/directories.
    Is there an easier way to get to these directories without having to choose> Go/connect to server/browse/network/my network share/login, then select the shared network in finder (?)
    Some sort of alias to go straight to the login window and have finder then open the shared directory automatically would be great.
    Thanks.

    If you save your credentials in the Keychain, then you can make aliases out of your mounted volumes.
    When you reboot the aliases will still be there, double-click and they open right up without asking for anything.
    Don't like seeing the aliases and the mounted volumes? Go to the finder preferences and turn off "Connected Servers".

  • Why can't iTunes play avi. files?

    I have videos that are in avi format, can iTunes convert them into something it can play?

    The previous answer was very misleading. It implies that iTunes can't be made to play AVI files. That is not true. If QuickTime can be made to play AVI then so can iTunes and FrontRow. The following open source component is free, and a piece of cake to install (as shown in the hand-holding video on its site). See "perian.org".
    Installing perian will immediately make QuickTime player and FrontRow be able to play AVI files. Stick your .avi files inside your "Movies" folder so you can navigate to them in FrontRow (without having to trick iTunes into importing them).
    To import into iTunes, one more trick is needed since itunes doesn't recognize .avi files...they need to have a special sort of alias file created for each. Apple provides the free developer program MakeRefMovie which does that. (The program is all over the web if you don't really want to sign up for free developer status...google "download MakeRefMovie")
    Quick Tutorial for this whole process here-->
    http://flynnsarcade.net/index.php?option=com_content&task=view&id=62&Itemid=36
    Gory details tutorial for MakeRefMovie here-->
    http://www.apple.com/quicktime/tutorials/refmovies.html
    Message was edited by: polyglotinc
    got rid of square brackets in msg.

  • "Mixes" and duplicate songs?

    Hey there,
    I have a pretty robust library, and I pride myself on keeping up with the "scene" (lol).
    My friends and I often exchange "mixes" ala sendspace, and it's a great way for us to get cued into new music.
    However, sometimes a friend will make a mix that has a song in it THAT I ALREADY HAVE.
    But since it's an essential part of the "flow" of the mix, it pains me to delete it.
    But I HATE duplicates!
    Is there any way to create a sort of "alias" in iTunes?
    Or, perhaps, is this a use of the "grouping" or "sorting" functions I've somehow managed to avoid up until now?
    Also… per the MIX itself, obviously I don't want to change the "Album Name" to "Sarah's Mix!" or something like that. Should I be using the "grouping" or "sorting" functions to denote and separate these mixes?
    I don't think I want separate playlists for each.
    Thanks in advance!
    e

    If you create an iTunes playlist for the mix, then yes you can use a single iTunes library entry in multiple playlists.
    After you create your next mix, make sure to post the playlist on Zen Running Order.

  • Sharing 10.8 SMB to Windows 7 - Need help

    I just set up my mini server running ML and I'm having some issues with setting up and accessing shares from a few Windows 7 machines. I'll list them out and hoping someone can tell me if this is normal or not.
    Some information on set up:
    OS version: 10.8.1
    Server.app version: 2.0.23
    Server mode: local only
    Computer name: mini
    Host name: mini.local
    IP (Ethernet): 192.168.1.2
    And here's the issues I'm running into:
    On the Windows 7 machines, I can see the machine "MINI" in the Network section of the Explorer, but when I try to access the machine via that listing, it always times out... I can, however, access them machine through the Explorer by directly typing in the IP address of the server and it works fine... shouldn't I be able to view the shares directly from the computer listing in the Network section of the Explorer?
    I set up one user in the Server.app as a "Services only" (no Home folder created) and I have two disks set up in the File Sharing section with that user having read/write permissions... now what's happening, is... when I access the server the only way I can right now, using the IP address, I still get a folder with the user name in addition to the two shares... if I go into that folder, at first it's empty, but then if I go into one of the shares and list the files then go back to the folder with the user name, it will list the contents of the last directory I opened in either of the shares... it's almost as if it's some sort of alias or something... is there any way to not have that folder show up?
    Thanks!

    EDIT: Thought of something you should try first before the hack below.
    - Check to make sure the servics-only user has access to File Sharing service in Server.app.
    I suspect you may be running into the same/similar problem I had with an FTP user that I set up as "service only". I created that local user to use with my xerox multifuntion for scanning to a network share. I couldn't connect to the FTP share even with an FTP client, the FTP user couldn't authenticate (edit: even with access to Filesharing and FTP services.)
    I worked around this as follows:
    - Launch the Users & Group System Preference (/Applications/System Preferences, then click "Users and Groups")
    - Right click on your service-only "Share User" and select "Advanced Options".
    - Note and make a copy of the value of "Login Shell". (I can't remember what it was originally, only that it had "null" in the value. I don't have my notes handy.)
    - Replace the "Login Shell" with "/bin/bash" (without the quotes). If you want compare the value of "Login Shell" with any other user, e.g. the local admin account, who can login.
    Try it again. It may work on the fly, I don't recall. But after I made that small change to "login shell" for my FTP service only user, I could authenticate to the share, and that user doesn't have a Home directory etiher.
    Thanks for your replies. Unfortunately, before I can get to those steps, I think I need to figure out why the server (named "MINI") shows up in the Explorer on all my Windows machines, but times out when trying to access it that way... keep getting "Network Error: The network path was not found.", but I can always get to it by typing the IP direct on the Windows machines... when I click on it's named entry in the Explorer, I never get the typical Windows login prompt when accessing another machine... just sits there for ~15 seconds then pops up the Network Error dialog... but when I access it via IP address, the login prompt pops up immediately.
    I've tried rebooting my router and every machine on my network and still having this issue... very frustrating (:

  • When trying to burn a playlist to a blank CD, iTunes 10.3.1 won't recognize the blank CD I've inserted (Verbatim CD-R). I've burned using these CDs before, this is a recent problem. Not the burner, as I can burn using Toast. iMac with Snow Leopard 10.6.8

    When trying to burn a playlist to a blank CD, iTunes 10.3.1 won't recognize the blank CD I've inserted (Verbatim CD-R). I've burned using these CDs before, this is a recent problem. Not the burner, as I can burn using Toast. iMac with Snow Leopard 10.6.8

    What kind of CD are you burning (Audio or MP3)?
    If you're burning an MP3 CD, the songs must already
    be in mp3 format.
    If not, iTunes will tell you that you have no songs
    in the playlist.
    M
    I was making an audio cd. But I have since found out what the problem was. The files in my PLAYLIST I converted to aiff, since they were SDll files (I thought they were similar to AIFF, and they PLAY on Itunes...just won't burn.) When I selected the songs in the playlist and converted them...I thought all those files were converted, They were not. The converted files went into my LIBRARY, even tho I selected the ones in the playlist...and once I exchanged the SDll versions of the songs in my playlist. THEN they burned fine...but still...it's confusing..you say convert..it says it's been converted..and what they don't say is it's not been converted inside the playlist...where I had selected the songs...It just ADDED aiff versions..but only in the library...Anyway, that's what happened. But it's strange that it PLAYS SDll but won't burn them....and you'd think, logically..the ones you selected would change...but they don't. Playlists are mainly pointers to the actual files I guess...a sort of Alias..
    At least it works now. But it's sad that the latest itunes does more, but also does LESS...as I used to be able to burn SDll files. Now I'll have to convert all my files to AIFF, and mp3's as I assume my ipod video won't play anything but mp3's?

  • Win XP vs AFP

    So all the Macs can connect to server 10.4 using SMB via the Connect to Server, but none of the WinXP desktops can.
    Additionally, this series of messages in the log are repeated over and over:
    [2009/04/25 05:10:44, 0] /SourceCache/samba/samba-100.9/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2009/04/25 05:10:44, 0] /SourceCache/samba/samba-100.9/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 268 bytes to socket 6: ERRNO = Broken pipe
    [2009/04/25 05:10:44, 0] /SourceCache/samba/samba-100.9/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 268 bytes to client. -1. (Broken pipe)
    Any idea of what may be causing this, and any ideas of how to fix so the XP folks can connect as usual?
    Thanks in Advance.

    You need to use the Terminal, as a general but very important rule, don't edit anything in hidden folders via the Finder/GUI apps. If nothing else you seriously risk b0rking file-permissions of key files &/or binaries that must have their correct permissions preserved.
    The file is in /etc
    which is actually a link (sort of "alias") to /private/etc
    and there you will find smb.conf
    Back it up FIRST before editing it, via:
    cd /etc
    sudo cp smb.conf smb.conf.bak
    and this is a good opportunity to learn shell/command-line editors.
    Start with nano but be sure to use
    nano -w
    to preserve line wraps.

  • Original vs. Library

    Sorry for such a novice question here.
    I have been struggling to maintain some sort of organization and methodology with my usage of iPhoto. I have been using iPhoto and iMovie (and final cut) for my business and my process has not been without problems mainly from lack of experience on how iPhoto stores it's data.
    Here is a breakdown of how things work from my perspective:
    If I scan photos for customers and clean them up in Photoshop prior to my editing in iMovie I end up with a folder on my desktop that contains all of the customer's photos (which I now have way too many of these folders) I then import these into iPhoto and create my folder/smartfolder for that customer so that I can import them into iMovie.
    -or-
    If the customer gives me all of their photos on a CD I copy the photos into a folder on the desktop and repeat the above process.
    So now, in my mind, I am left with triple redundancy and have taken up unnecessary space (which I desperatly need now - I have a 500gb and 400gb internal and a 500gb external, all are down to their last 50-100gb free.)
    My question is can I remove all of the folders on my desktop since they have already been imported into iPhoto or will that remove some sort of alias link that will render these photos unusable in the iLife suite (I need to keep backups of all of my projects incase previous customers need further changes or to use these same photos/video clips in a different project down the road.)
    Or should I delete everything from the iPhoto library (since I have the original copies in folders and many are copied into the iMovie project as well.)
    Sorry for the long post.
    Any suggestions on how to better manage this beast will greatly help me reclaim some much needed space.

    If you've selected the checkbox in iPhoto's Advanced preference section to copy the files into the library folder system when importing then you will have a copy of your files in the iPhoto Library/Originals folder and subfolders. That option is normally the default. So if you confirm that you have full sized files in the Originals folder and copy option is selected you can safely delete those from the boot drive. But do keep a backup copy on another HD or other media.
    There is a way to have your "source" original files on an external HD and have an alias based library on your boot drive. I have 17,600 source files on an external HD which are 27G in size. My alias library on my boot drive is only 1.6G in size.
    Apart from the obvious space saving benefits there are some caveats to the system.
    1 - when the external HD with the source files is not mounted, i.e. when the laptop is on the road, only the thumbnail files will be viewable. Any edited files will be viewable in their full form as the modified file is kept in the iPhoto library on the boot drive.
    2 - any function of iPhoto requiring the full sized file will not be available until the source files are available.
    3 - you can add keywords (thur the Info pane in iPhoto) create new albums (but not move photos to them) and add comments.
    4 - if a file is deleted from the library the source file does not get deleted. That must be done manually via the Finder.
    Tutoria #2 describes how you might go about converting over to such a system.
    As a professional photographer you might consider iView MediaPro as your primary asset management application. I use it as my primary application in conjunction with iPhoto on the same set of source files. iView for management, editing, etc. and iPhoto for books, calendars,etc.
    Hope this has been of some help.
    Do you Twango?

  • IPhoto 2.0.1so sloooooow. why?

    I've been using iPhoto 2.0.1 on my G4 400
    and draging pics into albums or scrolling through
    all the photos slows my G4 and I have to wait for ages!
    the spinning colour beachball goes on for ages!
    whats wrong?
    Any help much appreciated / Yhanks
    Alexis

    I was so relieved to find this topis. My iPhoto 2.0.1 is about to drive me insane. The crazy part is I have a new MacBook but no way to transfer the huge iPhoto Library so I am stuck using this old version on my old Mac for a while.
    I am trying to take this advice but even closing all the film rolls is taking an eternity. Like swimming through quicksand. Is there a shortcut to close them all at once?
    Also, a very basic question that Help is no Help in answering: the way I've always done it is import from my camera, immediately sort into a new album (one for each month), then within that album edit out the photos I don't want. But is it true that all the deleted photos stay untouched in the Library? Is that why everything is sooooooo &%$#*@ slow? It says I have over 5000 images. Does the album function as a sort of alias? Will all my troubles melt away when I start using iPhoto 6? (or whatever's on my new MacBook purchased in December???)

Maybe you are looking for

  • Stock Transfer between plants two steps.

    DearAll,              We are using the scenario stock transfer between plants two steps.in the source plant we are issueing the goods  with on 303 movement in MIGO with Remove from storage option. in the receiving plant we are receiving the goods wit

  • How can I charge a price for my podcasts instead of keeping them free? How do I set this up?

    Right now, my podcasts get syndicated and show up in iTunes- I had set them up to be downloaded for FREE... However, now with the popularity of my show growing, I would like to charge for downloads. Can someone please tell me how to do this? I'm not

  • CENVAT amount not reversed - MRKO

    Hi, For a consignment material, Settlement has been done through MRKO. But due to some problem we need to cancel the settlement to vendor, for that i cancelled the Material document and then again executed the transaction MRKO. FI reversal has taken

  • Spotlight blank iOS 8.1.1

    Upgraded to 8.1 and Spotlight stopped working. Just came up with blank results. I tried the "sending an email to myself", not sure I did it right but it didn't fix it. Tried changing the order or search items still no luck. Had to turn the phone off

  • Pushing the data through proxy to ECC Developement as well as to quality

    Hi all, I need to push the data throug proxy from XI to ECC(developement system) at the same time to ECC(quality system) What do we need to do from XI? Thank you