How to feed a text cell with Member of a dimension code?

Hello

I have a text 'Recruitment Code' cell in Hyperion Planning

Page: CostCenter1

Salary Recruitment code
Employee 1100CostCenter1

I would like to automatically feed the cell by putting the name of my cost center "CostCenter1".

I tried: RECRUITMENT_CODE = (@NAME (@CURRMBR ("ENTITY")));

But it does not work...

I don't know if it is possible to automatically feed a text cell? If it is possible, what is the right formula to do this?

Thank you very much.

Virgil.

You're talking about text data type? If so, that information is stored in Essbase as number. Planning stores this information in the relational database and shown on the form as text.

Can't do that via a function of essbase. (I'm not aware of any). You will need to generate a workload file and then load only with workload or ODI

Concerning

Celvin

http://www.orahyplabs.com

Tags: Business Intelligence

Similar Questions

  • How to open a text file with Notepad to labview vi?

    Hello

    How can I run a program of a vi?

    I want to open a text file with Windows7-block-notes after a file-path-control selelecting and pressing a button.

    Thx for the help

    Another option is the URL opened in VI of default browser located in the HUD assistance. If you use the path to the string function, you can feed the result as a URL, and the Windows shell knows the default program-oriented, which is Notepad.

    Edit-

  • How to restore the text bar with: Code, design, Split

    Question, how to restore the text bar that had: Code, design, Split. I have Dreamweaver CC 2014 and windows 7

    In the latest version of DW, Design and fashion Live view are now a menu drop down, there are nearby. In addition, if you use fluid grid Layouts, Design view is no longer available.

    If that's what you're talking about, you can get the design view option is back with a little work around. First of all, cloise all other files open, then add the X appearing here in the grid of your fluid .css file...

    /*

    Properties Grid Dreamweaver fluid

    ----------------------------------

    DW-num-CLO-mobile: X 4;

    DW-num-CLO-Tablet: 8;

    DW-num-OCOL-Office: 12;

    DW-gutter-percentage: 25;

    =====================================

    Then save the file, close it and restart DW. From here out, DW should no longer recognize the nature of the fluid grid of your page and allow you to use Design view.

  • How to make the text box with scrollbar

    I am just learning CSS and Dreamweaver CS4. I have a page that has a lot of text and go on a background image. I need to make one of these text boxes I've seen who can be put in the center of the page and has a slider for people bar can read all the text. I might look for it, but I have no idea what they are called. I tried Googling some names I thought it could be, but they turned out not to do.

    Could someone tell me what they are called and point me to a tutorial on how to make one in Dreamweaver?

    Thank you very much!

    Carole

    Scrolling CSS Division

    {#divName}

    Width: 500px;

    height: 400px; / * adjust the height as required * /.

    overflow: scroll;

    }

    More information about the overflow property

    http://www.w3schools.com/CSS/pr_pos_overflow.asp

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB
    http://ALT-Web.blogspot.com

  • How to import repeated data cells with XML?

    Hello!

    I have some small problems with the XML import feature.

    Consider a table of billing:

    Agenda Prix
    Percentage of tax VAT Total price
    Description of the object$8020%$20$100
    TOTA l$80
    $20$100

    Quickly, I modified an existing XML, I'm working. Try this.

    Agenda

    Price

    Tax

    Total

    Point 1

    Price 1

    Tax 1

    Total 1

    Point 2

    Price 2

    Tax 2

    Total 2

    Point 3

    Price 3

    Tax 3

    Total 3

  • How to read a text file with line breaks

    Hello

    I'm reading a text file in a textFrame.  We read in, but does not include line breaks is just a big long line of text.  I use the following code to read the file.  I tried to insert a \n character after each readln() but that has not helped.  I also tried to create a variable that the readln() was crammed in before setting the textFrame.contents variable, but which does not work either. I'm puzzled. Any help would be appreciated, thanks.

    While (! notesDoc.eof) {}

    noteTextRef.contents += notesDoc.readln ();
    }

    Doug

    Just use fileObect.read () instead of fileObect.readln () / / read online also try to use instead of \n \r

  • How update you an application installed with the Blackberry Storm update .cod files?

    Hello

    I was sent to some application software for my Blackberry Storm 9500. I managed to install the basic software using the BB Desktop Manager normal software, however, there are four files as sitting there, that look they are there to install, update the software - records are different on different BlackBerry names "4.2.1", "4.3", "4.5" and "4.6" - my knowledge limited, I think that this refers to operating systems...

    I guess I would need to install the file 4.6 .cod file, however, I just can't handle it all. The Director of the office, I can only try to update o/s handset, but I can't actually update individual applications that I see!

    Can someone tell how to do this, because he's completely beat me? Be nice... I'm new!

    the alx file is only a link to the file of the Cod. DM load the alx file, search for information on the cod and load the cod on the device.
    In cod, it has compiled software.

    Installation of OTA is similar. The jad file contains settings and links to the cod file.

    The javaloader.exe (comes with the JDE) you can install cod files directly.

    There is also an activeX plugin (which uses javaloader) to load the cod files on a device.

  • Is it possible to create the text block with non-uniform formatting is applied to the text?

    Hi all

    By this script

    var doc = app.documents.add(70, 20, 300, "Test", NewDocumentMode.RGB);
    var textLayer = doc.artLayers.add();
    textLayer.name = "Text";
    textLayer.kind = LayerKind.TEXT;
    
    var solidColorRef = new SolidColor();
    solidColorRef.rgb.red = 0;
    solidColorRef.rgb.green = 174;
    solidColorRef.rgb.blue = 239;
    
    var ti = textLayer.textItem;
    with (ti) {
         contents = "Blah-blah-blah!";
         kind = TextType.PARAGRAPHTEXT;
         height = new UnitValue("20 mm");
         width = new UnitValue("70 mm");
         position = [ new UnitValue("0 mm"), new UnitValue("0 mm") ];
         font = "MinionPro-Bold";
         size = new UnitValue("24 pt");
         color = solidColorRef;
         justification = Justification.CENTER;
    }
    

    So I can create a block of text with uniform like formatting

    SNAG-0011.png
    But, as far as I understand it, it is impossible to make an image and apply different sizes, colors, etc. (Please confirm or refute it).

    To achieve the result by script as follows:

    SNAG-0014.png

    The r to Browse datashows the formatting only to the beginning of this text.


    What I want to achieve is to take a block of text in the InDesign document and re-create it in psd-file. (The text must be editable)

    Y at - it another way to achieve this: by plug-ins, extensions, incantation, etc.?

    Kind regards
    Kasyan

    So that other things I noticed, it's text.jsx does not work with UnitValues. It uses the action Manager to work with textRanges. And it seems that Adobe changed the textItem units operating. Therefore, it is difficult to understand what values to use. Text.addNewTextLayer () and Text.modifyTextLayer () seem to what different values for the text of the same size.

    So below is an example updated the PS-Scripts-post on how to create a text layer with different textRanges using the current text.jsx.Note I've hard-coded sizes for that to work as I had hoped.

    function tsrDemo(doc) {
         var doc = app.documents.add(new UnitValue(70,'mm'), new UnitValue(20,'mm'), 300, "Test", NewDocumentMode.RGB);
         // we want to create a new text layer so create a new TextOptions with the contents as the argument
          var opts = new TextOptions("Blah-blah-blah!");
           // override the default settings
           opts.layerName = "Test";
           opts.kind = TextType.PARAGRAPHTEXT;
           opts.height = 800;// pixels
           opts.width = 200;
           opts.position = [ 0, 0 ];// pixels
           opts.justification = Justification.CENTER;
           opts.font = Text.findFont("Minion Pro Bold");
           opts.size = 6;// not sure what unit this needs
           opts.color = Text.toRGBColor(0, 174, 239);
    
           // create a new text layer with those options
         var layer = Text.addNewTextLayer(doc, opts);
    
           var opts = new TextOptions( layer.textItem);
           opts.contents = layer.textItem.contents;
           // now need to construct TextStyles for each range we want to set
           // for ranges we can only change the font, size, and color
           // first set a textStyle that matches the TextOptions
          var s1 = new TextStyle(undefined,undefined,undefined);
           // now set a textStyle for each different style you want
          var s2 = new TextStyle(undefined, 12, Text.toRGBColor(0, 0,0));// for some reason size values here are not the same scale as above
           // define more TextStyles as needed. here we only need one
    
          // Now create the set of ranges to apply the styles over
          var ranges = new TextStyleRanges();
           // the first range must start at 0.  In this example we want the first range unchanged
           // so we use the TextStyle that matches the TextOptions
           // this range covers the entire contents
          ranges.add(new TextStyleRange(0, opts.contents.length, s1));
           // this range covers the middle 'blah'
           ranges.add(new TextStyleRange(5, 9, s2));
            // we now add the ranges we set to the TextOptions
          opts.ranges = ranges;
    
           Text.modifyTextLayer(doc, opts, doc.activeLayer); 
    
        };
    
        tsrDemo();
    
  • How to select all text in a table with a single click cell?

    How to select all text in a table with a single click cell? I use TextField.selectAll () when you implement a table cell factory. But when I select a line with a single click, then a click on a table cell again: see the result image

    The text in the table cell is not all selected. What I simply selects all the text in a table cell when there is a click on it. How to realize that? Thank you

    Thanks for help ~.

  • How to stop storing text input cells

    Cells of numbers to memorize my text entry, and when I start typing a similar word, it gives me a little drop down words previously used, which can really speed things up! However, I also want to prevent this to some words as it really slows me down. Sometimes, the drop down menu also gives me the same word twice, that I then have to scroll, which slows me down a lot!

    For example, when I type "love of my life" in a cell, I get a drop-down list with "love my life" and "love of my life" that I then have to scroll or click on with my cursor.

    How can I prevent a cell to do this or erase the memory of certain words?

    Thanks in advance,

    Shen

    Hi Shen,

    You can disable this option by unchecking the 'see the suggestion when editing the table cells' via numbers > Preferences in your menu:

    SG

  • Editing a cell with text in

    I drives me crazy.  I want to edit a cell with text in.  If I click on the cell, the entire cell is selected and wiggles autour.  I can't click on new to add an insertion point.  It seems to me to have 2 options: 1) of a new type that will erase the entire cell and add new content or 2) move the cell to another location (it is jiggly)

    What I am doing wrong.  How to change the cell.

    Double-click the cell to enter edit mode

  • How to change the text in the cell

    Hi experts,

    How to search - replace text only in the cell?

    How to make this script work?

    var
    mFCarray =]
    ["2030", "2031"],
    ["2029", "2030"],
    ["2028", "2029"],
    ["2027", "2028"],
    ["2026", "2027"],
    ["2025", "2026"],
    ["2024", "2025"],
    ["2023", "2024"],
    ["2022", "2023"],
    ['2021', '2022'],
    ['2020', '2021'],
    ["2019", '2020'],
    ["2018", "2019"],
    ["2017", "2018"],
    ["2016", "2017"],
    ['2015', "2016"],
    ['2014', '2015'],
    ['2013', '2014'],
    ["2012", "2013"]
    ],
    My documents = app.documents.everyItem (). stories.everyItem (). tables.everyItem (). cells.everyItem () .texts. everyItem(),
    cFCprefs;

    app.findGrepPreferences = changeGrepPreferences = null;

    While (cFCprefs = mFCarray.shift ()) {}
    app.findGrepPreferences.findWhat = cFCprefs [0];
    app.changeGrepPreferences.changeTo = cFCprefs [1];
    myDocuments.changeGrep ();
    }

    app.findGrepPreferences = changeGrepPreferences = null;

    Respect of

    John

    Hello

    in the case that a cell is empty, script will cause an error with my documents, because not every cell has a text.

    You should try my documents shortcut to:

    My documents = app.documents.everyItem ().stories.everyItem ().tables.everyItem ().cells.everyItem ();

    or even better:

    My documents = app.documents.everyItem ().stories.everyItem ().tables.everyItem ().

    concerning

    Pawel

  • How to share an item bought with a family member?

    How to share an item bought with a family member?

    They need to download from the purchase history

  • Anyone know how I can disable the block with the wikipedia etc. that appears in the place of the cursor if you hover over the texts? This is a most annoying invention! Help, please! Thank you!

    Anyone know how I can disable the block with the wikipedia, google, etc., which opens at the location of the cursor if you hover over the texts? This is a feature of most annoying that one should be able to disable if not needed. I use windows xp family and have the latest desktop version of FF, but I don't think that they are the problem. Thank you very much.

    This isn't a core feature of Firefox (AFAIK) - looks like an extension you have installed is that fact.

    Please send the contents of the extensions section of about: support

  • opening files with windows wordpad. When openong the file yext is displayed with what looks like a code above & below him are. How to print only the text?

    How can you ptint text only when a document or a file has been opened by wordpad?

    Hello

    1 did you change on your computer?

    2. what operating system do you use?

    3. what type of file you open with the WordPad?

    I suggest you to remove all the content of the WordPad and then only keep the content that you want to print and print it out.

    I suggest you follow the links and check out them.

    http://Windows.Microsoft.com/en-us/Windows7/using-WordPad#section_6

    http://Windows.Microsoft.com/en-us/Windows-Vista/using-WordPad#section_8

Maybe you are looking for