Newbie question: Dimension of the hierarchy doesn't let me drag columns to levels

Help.

I am installing a new Dimension of the hierarchy in my repository OBIEE. It allows me to create a new dimension, and to set up the levels, but then it doesn't let me drag the columns above. I missed a step somewhere, but I don't know what.

Steps to create a hierarchy of Dimension - >
Create a dimension object.
Add a parent level object.
Add objects of child level.
Determine the number of items.
Specify level columns. -C' is where I'm stuck. I can drag columns from the fact, but not the size.
Create level keys.

B

You can take the dimension columns from the dimesnion on which you created the hierarchy. You cannot extract columns of two dimensions in a hierarchy...

Try to rebuild the hierarchy. Right-click on the dimension table and select Create dimension. All the columns in this dimension will be appera in the hierarchy. Then, you can create different levels and can drag columns of fall of hierarchy itself.

Kind regards
Sandeep

Tags: Business Intelligence

Similar Questions

  • Magnify tool doesn't let me drag, and select.

    Magnify tool doesn't let me drag, and select. Minutes I try to drag, he's going super huge. Is there a setting to return to normal.

    Mac 10.8.5, CS6, PS 13.0 x 64.

    Thank you.

    Ann, uncheck 'Scrubby zoom' in the toolbar options if you want to zoom in a move window.

  • Newbie question: to access the items in a locked file "kind of."

    Newbie question: a friend (who is not accessible now) has sent a file I. Vector graphics are enclosed in a blue box. I can move the whole box within the artboard and you can add other items, but I can't change the existing components. Unlock, dissociate are gray. How can I get 'in' components?

    Look in the layer panel and see if the layers are locked. You can also check in tracks mode and see if there is really something out there, or if it has been saved as an image.

  • First Pro doesn't let me drag my legend in the timeline. Any ideas?

    I keep trying to make a legend in my calendar in Premier Pro. Currently, I click on the timeline, all the legends that I wrote in the caption boxes disappear. I'm new to this software, so please, be gentle.

    Hi Miriam,.

    Watch the attached video and let us know if you do the same way.

    Kind regards

    Navdeep Pandey

  • Newbie question: Multiples of the SDK & Plugins by install Eclipse?

    Hello

    Please excuse if this is a stupid question, but I'm new to the development of BB.

    Can I have several versions of SDK and plug-in installed in one Eclipse install?  I understand that the latest version of the SDK requires the latest version of Eclipse, but if I want to develop features in 5.0, 4.7,4.5 BB, etc, don't I need a different IDE installation for each version of the SDK software/Plugin or can they co-exist?

    Thanks for your answers,

    Jose

    Hello

    You can develop using BlackBerry Java plug-in for Eclipse 4.5, 5.0,4.7,4.6 and bb 6.0 applications.

    To download the BB Java plug, use the link below and download them later plug (ver. 1.3).

    http://us.BlackBerry.com/developers/javaappdev/JavaPlugin.jsp

    By default, you can develop some app for 6.0, for earlier versions, you need to download the SDK, in this precedure,

    Open Eclipse IDE<>

    http://www.BlackBerry.com/go/eclipseUpdate/3.6/Java

    Add the above site and name it as "Update for the Blackberry sdk".

    all software development kits and select Download.

    If you think that this information is useful, give Kudos

  • Newb question - displays only the first of several fields

    As a first application of Bb, I write a stopwatch and I want the larger time scale and the small milliseconds. As part of what I am trying to display several bitmap or label side-by-side fields, but when I run it using the Simulator, only the first is displayed.

    So, for example, what I want is:

    1-2: 3 4:5:6 7 8 9

    with each number in own field but what I mean is just

    1

    that is the first field. If I then use buttons they all appear in the verticalFieldManager by default in horizontalField Manager but if I use labels or bitmaps, then all I get is the first field, even if I remove the horizontalFieldManager and just use the default verticalFieldManager. I googled the question, this forum and spent several hours reading the code examples and documentation, but I have yet to understand why I can't put several fields of these types of side-by-side. I have to have something between them as separators or empty fields?

    The code that I've got so far is the following...

     public TimerView()    {     super();      HorizontalFieldManager timerField = new HorizontalFieldManager();
    
          Bitmap hour10 = Bitmap.getBitmapResource("num_1.png");        Bitmap hour01 = Bitmap.getBitmapResource("num_2.png");        Bitmap minute10 = Bitmap.getBitmapResource("num_3.png");      Bitmap minute01 = Bitmap.getBitmapResource("num_4.png");      Bitmap second10 = Bitmap.getBitmapResource("num_5.png");      Bitmap second01 = Bitmap.getBitmapResource("num_6.png");      Bitmap ms100 = Bitmap.getBitmapResource("num_7.png");     Bitmap ms010 = Bitmap.getBitmapResource("num_8.png");     Bitmap ms001 = Bitmap.getBitmapResource("num_9.png");     Bitmap colon = Bitmap.getBitmapResource("Colon.png");
    
          BitmapField bfHour10 = new BitmapField(hour10);       BitmapField bfHour01 = new BitmapField(hour01);       BitmapField bfHourColon = new BitmapField(colon);     BitmapField bfMinute10 = new BitmapField(minute10);       BitmapField bfMinute01 = new BitmapField(minute01);       BitmapField bfMinuteColon = new BitmapField(colon);       BitmapField bfSecond10 = new BitmapField(second10);       BitmapField bfSecond01 = new BitmapField(second01);       BitmapField bfSecondColon = new BitmapField(colon);       BitmapField bfMs100 = new BitmapField(ms100);     BitmapField bfMs010 = new BitmapField(ms010);     BitmapField bfMs001 = new BitmapField(ms001);
    
          timerField.add(bfHour10);     timerField.add(bfHour01);     timerField.add(bfHourColon);      timerField.add(bfMinute10);       timerField.add(bfMinute01);       timerField.add(bfMinuteColon);        timerField.add(bfSecond10);       timerField.add(bfSecond01);       timerField.add(bfSecondColon);        timerField.add(bfMs100);      timerField.add(bfMs010);      timerField.add(bfMs001);
    
            add(timerField);  }
    

    I know that this code violates probably some best practices or standards, but I intend to clean later.

    -edited for spelling

    Give it a go with images of the numbers.  You have it easy with BitmapFields, because you know how much space they need with

    getPreferredHeight() and getBitmapWidth().  Then you should be able to stick them next to each other.

    If I was doing this and who are looking for a special look at the clock, which seems to be what you are doing, I would like to have the digital icons as you do, and then set an image large enough to hold the value of the clock and in my routine of painting, select draw digital icon proper, in the right place.  As long as you load the bitmaps only once, I think it's the most effective way to do it.

    Of course, a much simpler way would be to have just a RichTextField formatted as you suggest - RichTextField because you can have two different fonts in a single field.

  • A newbie question Adobe on the export of the site...

    I am a newbie to adobe muse, is it possible to export the sites to WordPress, Wp Premium, Joomla, Drupal, magneto.

    Hello

    To contact us please follow this link:- https://helpx.adobe.com/nz/contact.html

    Kind regards

    Rohit Nair

  • Newbie question relative to the composition of base layer VERY in PSE3

    Sorry, this question is interbreeding - I want to do something super basic, but I can't know, of 40 - odd micro-sous-topics which the PE3 help file lists for layers - unnecessarily, not in any order of workflow - how to do this.

    I have a photo of a person in a room. I also have a picture of a beach.

    I want to cut the man of the 1st photo, stick him on the beach and then be able to manipulate him (him reposition, resize, etc.) without affecting the substance of the beach. A

    I used the magic lasso to select the man of the 1st photo and then copied him, then he glued on the picture of the beach. Problem is doing that I can not slect / manipulate comes from him; It is now merged in the photo of the beach, so no matter what I try to do just the man, now affects the whole new man + the photo of the beach.

    It is hgot to be the only way to do it... can someone take pity on me and give me a beef?

    Well, hover over the Panel layers/pallet and click on the layer with the man (should be the top layer there). Then click on the move tool, which is the first tool in the Toolbox. Then you should be able to grasp man and move him, resize, rotate, etc..

    When you want to stop working on the picture, save it as a PSD or Tiff file to keep the layers so that you can make further changes. JPEG can't have layers so it will definitely be stuck if you use this format.

  • The app doesn't let me add a new project or import any media.

    When I click on new project (or command-N) it absolutely nothing happens. When I try to import media, it shows me the menu but does nothing when I press "import media". I tried to reset the APP and my Mac.

    Version 10.2

    I tried to reset the APP and my Mac.

    What does that mean? What did you do?

    Try to withdraw the request and put it back.

  • My system doesn't let me drag the icon from firefox to the applications. I get a note that I have insufficint privileges.

    Mac OS X 10.5.8
    Admin user
    When I drag the Firefox 9.0.1 icon for my folder of the application, the system wonder if I want to replace the old version. When I toggle "Yes", I get a warning that I don't have sufficient privileges to complete the operation.

    If he has problems with the update or the permissions then simpler is to download the full version and trash the version currently installed to do a clean install of the new version.

    Download a new copy of the Firefox program and save the file on the desktop disk image (dmg)

    • Trash the present application Firefox to do a clean (re-) install
    • Install the new version you downloaded

    Your profile data is stored in the Firefox profile folder, so you will not lose your bookmarks and other personal data if you uninstall and (re) install Firefox.

  • Already bought the music doesn't let me download...

    So earlier I made a purchase of Drake and the future joint album, "What A time to be alive".

    However, when you go in my purchases of re - download this album, it won't let me download it, or it appears in my already purchased items. Help please?

    Purchases may be hidden.  This document describes how to mask and unmask purchases

    Hide and show purchases iTunes or iBooks on your Mac or PC - Apple Support

  • I just bought LR 6 upgrade Ver 4.  The download doesn't let me download version Win MAC, only the win version?

    Why won't the website let me down version Win MAC of LR6.  Only the Win version seems to be available.

    Hi Robert,.

    Because you bought only Windows version of Lightroom you won't access to the download of Lightroom on your MAC computer.

    You can follow the article: a product of Adobe of a different version of the language or the trading platform that will help you make an exchange of your application platform.

    Let us know if it works or not.

    Thank you

    Yann Arora

  • Financial Reporting sort with dimensions of the page

    I had a report which has been sorting into account by description, in ascending order.
    However, then I changed and added the entity Dimension in the hierarchy and it removed the sort. I can't get to sort again.
    It is a function of EN if there are dimensions of the page you can't custom sort, or is there something I'm missing.

    Any help would be great
    Thank you

    Published by: user12262404 on 15 Sep 2011 06:18

    Hello

    Have you tried this link?

    http://download.Oracle.com/docs/CD/E12825_01/EPM.111/fr_user/7000011.html

    See you soon,.
    Mehmet

  • 2 date and the hierarchy of a dimension columns

    Hello
    I have a question to OBIEE 10 g.
    I have a dimension table with 2 columns to date (insertedOn, updatedOn)
    I created columns updatedOnMonth and updatedOnYear, insertedOnMonth, insertedOnYear of my date columns.

    I have the hierarchy
    Year-> month-> day for this dimension table

    and I would like to drill the two columns insertedOnYear and updatedOnYear

    insertedOnYear-> insertedOnMonth-> insertedOn
    updatedOnYear-> updatedOnMonth-> updatedOn

    I can not do that for one of these columns and not the two.

    I can place the two columns at the appropriate levels, but doesn´t drilling I want

    Can you tell me how to solve my problem?

    Oops, I meant about 11G. Ok no problem. To do this. In the physical layer, cretea 2, alias tables. Both pointing to the table where you have these 2 fields. The put option in your BMM. It create 2 hierarchies using 2 different tables (that point to tables 2 alias will create the physical layer). This will make them unique.

  • A LOT of Newbie Questions blackBerry smartphones. (Must be the easy answer!)

    Good, please excuse my ignorance... guys xD

    I just bought two s BlackBerry Curve 8530 from Sprint. I'm pretty tech savvy, but there are some things about this phone, I can just enter in two or three days I got em:

    Deleting photos: Well, then I'm in my media folder, in the images. I selects a photo and press the BlackBerry button and select Delete. Then he said: it is read-only, and when I remove it, the icon is still there. I tried to turn on/off the device, and it's still there. Thought this one myself. I plugged it up to the Desktop Manager and all of a sudden all the photos I had taken appeared. I was also able to delete using the "BlackBerry" button and then "delete". It doesn't give me that read this option.

    Saving images: So, for some reason I can't save more photos. I don't know even how I saved the first 12 photos I have taken... but now it won't save any more. What the hell happened? xD I have a 2GB card in my phone... surely these 12 images didn't fill in this card... Thought this one myself. I plugged it up to the Desktop Manager and all of a sudden all the photos I had taken appeared.

    Buy ringtones: On my old phone LG, I used to buy ringtones RealTone Jukebox... where they had extracted from songs that I could download for a crazyhigh. Where can I buy the real music ringtones for BlackBerry? What I do myself?

    Media moving to my PC?: I went through the music store of Sprint comes with my camera, and two purchased songs. I want to know if I can get these songs out of my BlackBerry smart phone and my PC. Also, if anyone knows what format they are in (if they bought before Sprint music store).

    To buy another memory card: Where the best place to buy one of these mini memory cards? One of my friends like, a 24 a concert... and I currently have a 2 gig (who, I should mention, is more fricken memory I have in the computer I do not write about this time xD) how can I find out if the card is compatible with my camera?

    WTF @ Redlight?: From time to time (we can always do that, I'm not sure), the little red light at the top of my unit starts to blink even if I do not have a weak battery or not new messages. It first happened lastnight when a friend sent me 3 IMs at once. I had to reboot my device and I think that he is stopped. Earlier, it happened again (I had several new messages) and this time whenever my display is on, the light was red only flashes do not. It can always be like this now, but I'm not sure. My camera is in the other room and I'm too lazy to check xD. Why would he do that? How can I get him to stop?

    Turn off the sound of the camera?: My camera makes the shutter of the camera, even when noise silence. Is there a way to stop this?


    Auto keyguard: I have EPIC hand-dial to people purse. In my view, it has a keyboard lock button in the dashboard of BlackBerry (that is the correct term for this?) But I want to get to the place where the keyboard auto-lock after a certain period of time. Is this possible? I saw somewhere about pressing the button mute will lock it... who is the top/center of the unit button?

    Key blackBerry?: Well, don't laugh, I know that I'm retarded. But, the key to the left of the beach towel... than the devil who called? He got the BlackBerry logo on it... is what he called the BlackBerry button? I know, I know, I'm retarded and could probably flip through the manual to figure it out... but still. I might as well ask now xD


    Choose the icons to display on the main screen: When I added an e-mail address, he put an icon on my main desktop, in the row of icons at the bottom of the screen. (where is my background image and all that). Can we choose the icons that we want to display on the main screen? I have really now, my calendar icon that I know that I use. I'd love to move the keyboard lock button here though... is it possible?

    Speaker?: How can I get speaker? xD

    Theme Studio (software, no associated device): Anyone used this? It is quite easy to use? I am tech savvy, but I don't want to just download a ton of programs on my PC that I won't use xD I'm working on the Desktop Manager and it takes forever. I want to make themes, but I'm curious to know how easy to use this program is... graduate to use design or if it would take a graph xD

    Well, then, I think that... Think THAT that's all. I can change this highest position (if we are allowed to edit) to delimit what questions have been answered. I hope someone sees this soon enough, that I don't know how "living" these forums are.

    Thanks for looking, and I warned you... they have been the newbie questions! xD

    -Darky Delacroix

    Welcome to the SkippyTheWonder forums.

    SkippyTheWonder wrote:

    Good, please excuse my ignorance... guys xD

    I just bought two s BlackBerry Curve 8530 from Sprint. I'm pretty tech savvy, but there are some things about this phone, I can just enter in two or three days I got em:

    Deleting photos: Well, then I'm in my media folder, in the images. I selects a photo and press the BlackBerry button and select Delete. Then he said: it is read-only, and when I remove it, the icon is still there. I tried to turn on/off the device, and it's still there. Thought this one myself. I plugged it up to the Desktop Manager and all of a sudden all the photos I had taken appeared. I was also able to delete using the "BlackBerry" button and then "delete". It doesn't give me that read this option.

    Saving images: So, for some reason I can't save more photos. I don't know even how I saved the first 12 photos I have taken... but now it won't save any more. What the hell happened? xD I have a 2GB card in my phone... surely these 12 images didn't fill in this card... Thought this one myself. I plugged it up to the Desktop Manager and all of a sudden all the photos I had taken appeared.

    Buy ringtones: On my old phone LG, I used to buy ringtones RealTone Jukebox... where they had extracted from songs that I could download for a crazyhigh. Where can I buy the real music ringtones for BlackBerry? What I do myself?

    There may be an icon on the home screen of your camera to buy ringtones. Or you can open the browser and go to http://mobile.blackberry.com. There is a link of ringtones that you can click

    Media moving to my PC?: I went through the music store of Sprint comes with my camera, and two purchased songs. I want to know if I can get these songs out of my BlackBerry smart phone and my PC. Also, if anyone knows what format they are in (if they bought before Sprint music store).

    It is recommended to buy a microSD card to store your multimedia files, if you run out of memory on your device.


    Depending on what OS is your BlackBerry tells you what size you can buy a microSD card. You can check under Options | Topic (will appear as v4.xx.xxx). Look at the table on the following link to see what size you can get - http://www.blackberry.com/btsc/KB05461


    On the BlackBerry, go to Options | Media Media Card recommended parameters are:


    Media card support: WE

    Encryption mode: NO

    Mass storage support: WE

    Auto enable mass storage Mode when connected: YES


    Mass storage mode allows your BlackBerry to act as an extra drive when it is connected to your PC. It will appear as an extra drive letter in Windows Explorer. So you can just drag/release the multimedia files on your memory card

    WTF @ Redlight?: From time to time (we can always do that, I'm not sure), the little red light at the top of my unit starts to blink even if I do not have a weak battery or not new messages. It first happened lastnight when a friend sent me 3 IMs at once. I had to reboot my device and I think that he is stopped. Earlier, it happened again (I had several new messages) and this time whenever my display is on, the light was red only flashes do not. It can always be like this now, but I'm not sure. My camera is in the other room and I'm too lazy to check xD. Why would he do that? How can I get him to stop?

    Here is an article that describes the status of the LED

    http://www.BlackBerry.com/BTSC/KB03897

    If you want to disable the LED check this KB article

    http://www.BlackBerry.com/BTSC/KB10721

    Turn off the sound of the camera?: My camera makes the shutter of the camera, even when noise silence. Is there a way to stop this?

    Check out this post

    http://supportforums.BlackBerry.com/T5/BlackBerry-Pearl-BlackBerry-8100/turning-off-the-camera-Shutt...


    Auto keyguard: I have EPIC hand-dial to people purse. In my view, it has a keyboard lock button in the dashboard of BlackBerry (that is the correct term for this?) But I want to get to the place where the keyboard auto-lock after a certain period of time. Is this possible? I saw somewhere about pressing the button mute will lock it... who is the top/center of the unit button?

    Key blackBerry?: Well, don't laugh, I know that I'm retarded. But, the key to the left of the beach towel... than the devil who called? He got the BlackBerry logo on it... is what he called the BlackBerry button? I know, I know, I'm retarded and could probably flip through the manual to figure it out... but still. I might as well ask now xD

    Called the menu button


    Choose the icons to display on the main screen: When I added an e-mail address, he put an icon on my main desktop, in the row of icons at the bottom of the screen. (where is my background image and all that). Can we choose the icons that we want to display on the main screen? I have really now, my calendar icon that I know that I use. I'd love to move the keyboard lock button here though... is it possible?

    If you select an icon, click the menu button and choose move. You can rearrange the icons. The icons in the top 5 on the list will be those along the boittom when not looking at the full home screen.

    Speaker?: How can I get speaker? xD

    Can try to hit the key ' $' as a shortcut to activate speaker. During a call, you can click the menu button and choose the speaker phone option in the menu

    Theme Studio (software, no associated device): Anyone used this? It is quite easy to use? I am tech savvy, but I don't want to just download a ton of programs on my PC that I won't use xD I'm working on the Desktop Manager and it takes forever. I want to make themes, but I'm curious to know how easy to use this program is... graduate to use design or if it would take a graph xD

    Not sure about that sorry.

    Well, then, I think that... Think THAT that's all. I can change this highest position (if we are allowed to edit) to delimit what questions have been answered. I hope someone sees this soon enough, that I don't know how "living" these forums are.

    Thanks for looking, and I warned you... they have been the newbie questions! xD

    -Darky Delacroix

Maybe you are looking for