Hyperion Planning:Text Data Type does not take text

Hi,
I am working on a asset addition form, and we have a member set up in a dimension that captures details, which takes the Description of the Asset.
We set this up as a text data type, but when we try entering even a single character, it does not accept it.
Can anyone clarify if this is possible?
THanks,
ANindyo

Hi John,
Thanks for replying.
Can you also tell me whether there is a logic or suite I should follow in positioning the dimension marked with a test data type member, or setting its evaluation order?
Thanks Again,
Anindyo

Similar Messages

  • Getting error when view - Requested data type does not match with existing

    I have the siebel web service
    In the BI publisher as mentioned in the 'Siebel_BI_Publisher_Integration_Concepts.pdf', I have imported the siebel web service
    BI can recognize the 'Web service' and methods.
    I have created the paramters. The data type is 'String'
    When I try to view the report using the BI publisher, I am getting teh following error in th UI
    "Requested data type does not match with existing data type"
    This is the first time I am using BI publisher to call the Siebel web service. I don't know what this error means
    I don't know whether any log file generated wit the details of this erro message
    Any help is much appriciated
    Thanks,
    Kavitha

    Hi all,
    have you find a fix for this issue? Im facing the same situation, using Complex type, and String data type both in the service and Bi publisher. We are consuming CC&B services, and we have noticed this error appears when BIPublisher is running on WebLogic (10.3) but it does not appear when BIPublisher is running on OC4J , of course running the same report on both application servers.
    Any idea?
    Thanks a lot, regards
    Nestor

  • UNION for Columns of CLOB data type does not work

    Hi,
    I have two tables Encounter & Encounter_History. They have same columns. One column is of type CLOB. My requirement is to retrieve all the distinct records from both the tables with order by a date column. But problem is, UNION does not work in case of CLOB data type.
    I know it will work if I use UNION ALL, but it returns duplicate records.
    Please give me suggestion, how to solve this problem.
    For example: The following query does not work since column1 is a CLOB data type
    select column1 from table1
    union
    select column1 from table2
    Thanks

    But for sufficiently small clobs you can try:
    michaels>  SELECT TO_CLOB ('abc') cl
      FROM DUAL
    UNION
    SELECT TO_CLOB ('abc')
      FROM DUAL
    Error at line 1
    ORA-00932: inconsistent datatypes: expected - got CLOB
    michaels>  SELECT TO_CHAR (TO_CLOB ('abc')) cl
      FROM DUAL
    UNION
    SELECT TO_CHAR (TO_CLOB ('abc'))
      FROM DUAL
    CL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
    abc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    1 row selected.

  • Sybase ODBC driver for Linux - handle of numeric data type is not correctly

    Linux RHEL 4 + Oracle 10.2.0.3 - all work fine. But numeric data type does not coorectly show values. I gor driver from ASE 15. Who has already resolve this issue???

    To begin with:
    - what is the table definition in Sybase?
    - what is the table definition in Oracle: SQL> describe <table>@<sybase_hsodbc_link>;
    and probably you need to start a gateway debug trace (HS_FDS_TRACE_LEVEL-DEBUG) and an ODBC trace to see what happens.
    You could paste the appropriate section(s) here. Also paste the init<hsodbc>.ora and odbc.ini .
    Ed

  • Planning metadata - data type "currency" to "text"

    Hi.
    There is a problem.
    As in Calculation Script the data stored in Oracle Essbase (Planning) as number (property data type = currency or nonCurrency or unspecified) to transfer to an element at which property data type = "text".

    Hi,
    Can you clarify your question?
    Data for Planning apps is stored in Essbase. Text is usually stored in the Planning relational database.
    Im not sure I understand what you re trying to achieve. Are you asking about members tagged with the "Text" data type?
    Seb

  • KG843 Currency type does not match plan version

    Dear all,
    we try to set up a CO-PA-planning in company code currency CZK / our operating corncern-currency is EUR - in the operatin concern we have maintained currency EUR and we have set the flag "Company-code currency" (TA KEA0).
    As actual/plan-Version we use Version 0 with the following settings for operation concern: Currency type B0 (Operating Concern currency).
    Now we try to plan our CO-PA characteristics and value fields with TA KEPM. Therefore we have created a planning layout. Here we receive the error message: KG843 Currency type does not match plan versionThe planning layout (TA KE15) is set up like this:
    1. By creation of the layout we selected "Operating concern currency / Company code currency" because we would like to plan in CC-Currency
    2. In the General data selection I have selected currency type = 10 = Company code currence because we would like to plan in CC-Currency
    3. In the value field I selected Plan/Act. Indicator = 1 = Planning data and Version = 0
    Do you know why I receive message KG843 - or what can I do so that I am able to plan with currency type 10 and version 0?
    Thanks for a soon feedback.
    Best regards,
    XmchX

    Ok, here's what SAP help has to say about multiple currencies in COPA planning:
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/7a/4c3d494a0111d1894c0000e829fbbd/frameset.htm
    Basically it says you have to define one version for OC currency and one version to use CC currency. Then plan in one version and copy to the other. Currency conversion will happen when copying.
    REgards
    Nikolas

  • Data in cell does not take effect immed

    Hi I have JTable with all cells editable.
    Problem is when user click on a cell and enter the data. That data does not get immediately take effect in table model unless user click on some other cell.
    How can i make data immediately available when for example user click on Change button and user does not have to click on any other cell.
    eg...row has 4 columns.....123....456....date....date
    if user changes 123 to 321...and click on CHange button i have in panel. ..it does not take effect.....user has to click on some other cell ie eg 456 cell.....then press Change button.

    in preparetable where i set the model, create columns, set renderer and editors. I even tried at the end of that method..ie added this line....still did not work....please help
      public void prepairLnnTable() {
        lnnTableModel = new CellSiteLNNTableModel();
        lnnTable.setModel(lnnTableModel);
        lnnTableModel.addColumn("AAA");
        lnnTableModel.addColumn("BBB");
        lnnTableModel.addColumn("Effective From");
        lnnTableModel.addColumn("Effective To");
        ccpd6.setAllowedCharacters("0123456789");
        ccpd7.setAllowedCharacters("0123456789");
        for(int k = 0; k < lnnTableModel.getColumnCount(); k++) {
          TableColumn col = lnnTable.getColumn(lnnTableModel.getColumnName(k));
          DefaultTableCellRenderer textRenderer = new DefaultTableCellRenderer();
          JTextField textColumn = new JTextField();
          TableCellRenderer renderer = null;
    //      TableCellEditor editor = null;
          if(k == CellSiteLNN.AAA) {
            renderer = textRenderer;
            DefaultCellEditor editor = new DefaultCellEditor(textColumn);
            editor.setClickCountToStart(1);
            col.setPreferredWidth(25);
            textColumn.setDocument(ccpd6);
            col.setCellEditor(editor);
          if(k == CellSiteLNN.BBB) {
            renderer = textRenderer;
            DefaultCellEditor editor = new DefaultCellEditor(textColumn);
            editor.setClickCountToStart(1);
            col.setPreferredWidth(25);
            textColumn.setDocument(ccpd7);
            col.setCellEditor(editor);
          if(k == CellSiteLNN.EFF_FROM) {
            renderer = new DateCellRenderer();
            TableCellEditor editor = new DateCellEditor();
            col.setPreferredWidth(180);
            col.setCellEditor(editor);
          if(k == CellSiteLNN.EFF_TO) {
            renderer = new DateCellRenderer();
            TableCellEditor editor = new DateCellEditor();
            col.setPreferredWidth(180);
            col.setCellEditor(editor);
          col.setCellRenderer(renderer);
    //      col.setCellEditor(editor);
    lnnTable.putClientProperty("terminateEditOnFocusLost", Boolean.TRUE);
      dFormat.setTimeZone(TimeZone.getDefault());
      dFormat.setLenient(false);
      }

  • How to have a member formula to reference a text data type member?

    Hi there
    I am just wondering how do you use a member formula to grab the text in a text data type member?
    Our situation is that we have a text data type member in the Accounts dimension (called Project Manager). This is a free text field users can input a project manager's name. However, for our reporting purposes we want to report the Project Manager next to a list of Accounts (i.e. in the same row). The way we have tried to achieve this is to create dynamic calc text data type members in the Version dimension that simply refer to the Project Manager account using the reference function (->).
    Although this works, when we run a report we get a number (assuming this is just the reference ID to the RDBMS field) instead of the actual name. We have set the dynamic calc member to text data type as well. We are using a planning connection as well.
    Does anyone know how to make this work?
    Thanks

    Are you talking about FR reports, does it display the text if you reference the original member using a planning connection, if it does then it probably looks like you can't do it using the method you are trying as it is an essbase formula and in theory it will just return a number.
    Cheers
    John
    http://john-goodwin.blogspot.com

  • Using Calc Manager to update values for Members with Text Data Type

    Hi All,
    In my outline I have a member of text data type. The purpose is to allow users to be able to enter comments.
    Each line item is created through a business rule and I am prompting the user to enter the key values at the launch of the calc manager rules. I want to be able to prompt the user for the comments in the calc manager rule because I know that it supports variables of type string. However I am unable to assign this string variable directly to the member.
    I appreciate that essbase only stores numeric data and that all text data type members really store numeric values which are basically the id's of the text string stored in a relational table by planning. however I cannot update the database table through calc manager and then bring in the generated id. Is there any way I can do this?
    I don't want to skip this field in the calc manager rule and expect the user to enter the comments AFTER the line item has been created because the users want this to be a mandatory field and insist that a new line item not be created unless comments are specified.
    Many thanks in advance for any help I can get.
    Shehzad

    If the comments are a set definition you could you smart lists in your planning forms.
    create this in your smart list
    xxxx = 1
    yyyy = 2

  • Date parameter does not work in SharePoint 2010 report using SQL 2008 Server Reporting Service

    Here is the settings:
    SharePoint 2010 with SQL server 2008 reporting services configured
    When create a report for a SP list using SQL server report builder (3.0) the date parameter does not work.
    The data parameter is set as "date and time" type and field name equals the col name in the SP list
    When run the report, the whatever dates I select, the result is always the same, so the parameters do not take any effect.
    Is any step missing?
    Thanks for any advice !

    Hi ,
    How did you configure you "date and time" type parameter and field name equals the col name in the SP list?
    Have you tested if other type parameter worked?
    Have you tried typing the date format as 20140722 in your date parameter filed before run the report?
    http://whitepages.unlimitedviz.com/2012/02/using-sharepoint-filters-with-reporting-services-parameters-for-personalized-reports/
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Daniel Yang
    TechNet Community Support

  • Droid Razr Maxx HD Data & SMS does NOT work in South Korea

    If you are going to South Korea this phone only operates as a "dumb phone" for phone calls ONLY. Data & SMS does not work at all. I contacted Global Support daily for one week with no resolution! I received conflicting information with 2 support folks telling me that the fix was to do a factory reset. So I reluctantly did this and it did not fix anything. It only wasted my time especially re-installing all my apps, etc. Then 4 support folks told me that you should never do this out of the country!! Anyway the last person i spoke to which was a network technician was very honest. He told me that I was "SOL" and he had no idea how to fix this problem. He said that he would have to get some teams together to try to fix the problem. And I was told that I would receive an email with an update. And of course I have not received any email of correspondence from Verizon. Very frustrating...

    I found a solution. Okay so with the most recent update Verizon made the switch from sending text messages over their 1x network and moved them to their LTE (and possibly 3g) network, hence the reason they are sending so much faster. Today I was in a classroom that is underground and has terrible reception and noticed that I was getting delivery reports again but that my texts were sending slower, like they used to. I dug around in the phones programing menu and found a new option call "MO SMS over IMS" and it was enabled. Disabling it switches your texts back onto the old 1x network. So if you choose to make the switch, your delivery reports will come back but sending will go back to being a little slower. To get to this menu open up your dialer and type in ##7764726. Next hit send and when prompted with a password type in 000000 and hit verify. Scroll down to SMS/MMS settings and select it. Next scroll to the bottom, select "MO SMS over IMS", and disable it. Now your good delivery reports back!

  • PLEASE HELP!!!  Problem with Java and SQLServer Text data type

    Hi there,
    I have a java app. that reads from an MS SQLServer database. Originally, all long text fields were declared as NVARCHAR(200). The program worked fine.
    Someone then advised that I change all long text fields to the TEXT data type. The program now crashes out with the following Exception:
    "java.sql.SQLException: [JRun][SQLServer JDBC Driver]This ResultSet can not re-read row data for column 25."
    Basically, I have a method that retrieves a resulset and iterates through it. The resultset is passed to another method during each iteration. In the example below, the 'specialNote' field used to be NVARCHAR(200). The code worked fine. Then when it was changed to TEXT, the program no longer works with the above Exception thrown.
    Anyone know any special way SQLServer TEXT data types need to be handled?
    Thanks for any advice!
    The code looks something like this in functionality:
    <CODE>
    public void method1 (Connection conn)
    Resultset rs = conn.createStatement().executeQuery("SELECT * FROM ProductBB");
    while (rs.next())
    method2(rs);
    public void method2 (ResultSet rs)
    String str = rs.getString("specialNote");
    </CODE>

    Hi JWoods,
    Thanks for the suggestion. I originally had the code do what you suggested, ie, get the resultset then retrieve the data all within the same method. The data is then used to set properties in an object.
    When I had to create another method that also retrieved a resultset but using a different primary key, then also use the returned data to set the properties in the same type of object, I didn't want to repeat the setter code. That's why I decided to pass the resultsets to the same method that did the property setting.
    Unfortunately, it stopped working with the data type change.
    Any other thoughts?

  • Visual Composer 7.0: system (data source) does not appear

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

  • Date type is not captured in Visual composer 7.0 using SQL server as DB

    Date type is not captured in Visual composer 7.0 when using SQL server as DB, and field type is "SmallDateTime" in DB.

    Create new Text tab in fields of Table & select Type as Date in VC or use DSRT date function

  • Text ID  for text object MATERIAL does not exist - MM01

    Hi All,
    I am getting below error message when trying to save Material Master in MM01.
    Text ID  for text object MATERIAL does not exist
    Message no. TD603
    Diagnosis
    You want to edit a text. However, the text ID (text type) of the specified text object does not exist.
    Procedure
    You can display a list of valid text IDs (text types) using F4=Possible entries. You can select the required text ID from this list with F2 or a double click.
    The valid text objects are listed in table TTXOB. The valid text IDs (text types) for an object are specified in table TTXID.
    I have searched the forums but couldn't get relevant message.
    Please assist.
    Thanks,
    Raj

    Hi Jurgen,
    This is the complete message i am getting.
    Text ID for text object MATERIAL does not exist
    Message no. TD603
    Diagnosis
    You want to edit a text. However, the text ID (text type) of the specified text object does not exist.
    Procedure
    You can display a list of valid text IDs (text types) using F4=Possible entries. You can select the required text ID from this list with F2 or a double click.
    The valid text objects are listed in table TTXOB. The valid text IDs (text types) for an object are specified in table TTXID.
    If I enter MM02 and without changing anything if i save still i get this error message.
    Thanks & Regards,
    Raj

Maybe you are looking for

  • How do I change the order of Bookmarks in Firefox Mobile?

    For Firefox Mobile (v4), I can't figure out how to change the order of bookmarks. What am I missing?

  • Cark 91 and 6210 - No Sound

    Hi everyone recently bought a car from a trader with a Cark 91 fitted so not sure if it's in working order. borrowed a 6210 which fits the cradle, the phone charges in the cradle but no sound from speaker when either making or receiving a call. bough

  • Counters

    Hi Everyone I am trying to make two separate counters on a true and false case structure. I want to count every time the true and  false case occurs and then do logic on the counts outside of the structure. I have done research and saw that you can p

  • Invoking servlet from server (tomcat 5.5) at regular interval

    Hi all My problem is I want to send mail on 1st day of every month through form my application. But for that I don�t want to login my application. It should fire automatically from server. I am using Tomcat 5.5 for my application. This process also i

  • Want Foxpro 3.0 JDBC Driver

    Hi, I want JDBC driver for Foxpro 3.0 free downloads. if have anybody know that free download driver, please let me know. Thanks K.Senthil Kumar