Cannot have functions across tables if table name includes dot (.)

It appears that table names must not include a dot (.) or else functions that take arguments from several tables do not work (e.g., compute the sum of several values form different tables). To be precise, they do work if the functions were inserted using a the previous version of Numbers. New or old but edited functions do not work.
Is anyone else seeing this problem?

As in French or Italien, comma (,) is the decimal separator in German (and the dot separates thousand). The commas do not cause these problems, just dots (.).
However, your mentioning the simple quotes gets us one step further: With French, Italian or German number format these simple quotes are added automatically when characters such as comma or minus sign are part of the table name. They are not added when dots are part of the table name.
When I add the single quotes manually, then the cross-table formula works - once. However, when I edit the formula the single quotes are magically removed, causing the error to occur again.
So far, it seems as if the dot is not taken care of at least with French, German and Italian as the number format. I have not tried any other languages.

Similar Messages

  • How to have functionality like "InfoPath Repeating Table" without using InfoPath (SharePoint 2010)?

    Hi there,
    I cannot use InfoPath. But I need functionality like InfoPath Repeating Tables. Do I have any option? Any JavaScript or anything else?
    Thanks so much.

    Hello,
    You can also use gridview to create dynamic rows.
    http://www.codeproject.com/Articles/467788/Dynamically-adding-and-deleting-rows-from-ASP-NET
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Cannot DNS resolve across networks using host name only (not fqdn)

    Evening all,
     I currently run domain network (MS Server 08 - dhcp) on my firewall interface1 and WiFi network on interface2 (dhcp provided by router itself). On my Wifi dhcp I am advertising as DNS server that of the domain, but wifi clients can resolve only FQDN domain
    client names not host names ("domainclient.domain.local" - not "domainclient").
    If on my wifi client I change NIC properties -> IPV4->Advance->DNS-> append these suffixes, and put the domain.local, then it works but need to be able to work without manual changes to each client.
    Any ideas?
    Many thanks,
    Argyris

    Hi,
    Additional, please confirm your DHCP option have configure the correct WINS server.
    The related KB:
    Understanding DNS Client Settings
    http://technet.microsoft.com/en-us/library/cc754152.aspx
    Configuring TCP/IP networking
    http://msdn.microsoft.com/en-us/library/dd163570.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • It is possible to have two tables of same name in Oracle !

    Oracle Version:10gR2
    In MS-Access 2007, I had to use the 'Export' feature by which i copy a table (and its data) to an Oracle Schema via ODBC connection. Later i realised that , when copying tables with a mix of lower and upper case names , the table does not get copied(exported).But MS-Access will give you the message that Table got successfully exported.
    MS-Access messes around with Oracle Data Dictionary.
    When you issue
    SQL>select * from tab;
    TNAME                          TABTYPE  CLUSTERID
    AMStates                       TABLE
    Version                        TABLEYou'll see the table names . But when you try to DESCRIBE or SELECT this table, you'll get
    SQL>desc Version
    ERROR:
    ORA-04043: object Version does not existYou can even create another table with same name in this schema
    SQL>create table VERSION (X NUMBER);
    Table created.Why is this happening and how can i drop these "non-existent" objects?

    sometimes when you use third party clients (ODBC particularly) to create tables, you have to double-quote them to access them. tables names are case sensitive in this case. it is the same situation as if you want to use special caracters.
    so, you have to issue select * from "Version" .
    you can also have the same problem with the connection string.

  • Functional specification - searching a table in Structure

    Dear SAP Guru’s
    I am new to CRM, and while preparing a functional specification for developing a smart form have come across n issue. For example if I want the Campaign field in Tcode: <b>CRM_MKTPL</b> to be displayed in smartform I have to get the table where the campaign name goes and is saved. <b>How do I search this table because when I click on campaign and press F1 then I can only get the Structure, Program and field name from the Technical info page.</b>
    Please help me to find out the table which stores the final saved info of this field. Or is there any other way to develop a smartform in CRM as this is a <b>new</b> development both for me as well as the ABAP developer.
    Also the <b>Cost sheet</b> where the costs are entered and displayed for different activities like Advertisement expenses in the campaign made is a <b>BW report format,</b> I want to pull up the Total Cost displayed on this report. How do I do that??? BCoz once saved we cannot pull up any field from this report.
    Thanking in Anticipation. I am sure I will get a solution here in this forum.
    Regards,
    Amit

    HI,
    After getting that strucure information, for that particular structure u can find out some data element in there itself.
    U have to double click the data element afterthat u will get some screen. In there u can find out some where used list option is there. After  clicking that one one small screen will come after putting the tick mark to the table fields. For that screen u have to put the enter.
    Now u can see that data element  FIELD is used for the total SAP what is the db table name and fields also will display.
    Thanks,
    Shankar

  • Cannot select different values from a table in a view object

    Hi everyone,
    I have two tables, Employee : ID, NAME, SALARY, NO_ROLE and role : ROLE_ID, ROLE_EMP. I join them with NO_ROLE and ROLE_ID. I created a view object with these two tables in JDeveloper, I made a LOV with ROLE_EMP and I want to be ale to create an employee with his ID, NAME, SALARY and by choosing a value in the ROLE_EMP list. The problem is that when I choose a ROLE_EMP, I cannot commit because the link between ROLE_EMP and ROLE_ID is not made correctly in ADF.
    In SQL, that's what I'm trying to do: INSERT INTO Employee VALUES (ID, NAME, SALARY, NO_ROLE) WHERE NO_ROLE = ROLE_ID of the ROLE_EMP I have selected.
    Thanks for your help ;)
    PS: I followed this tutorial to do this, but it is not exactly what I want to do: http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_2.html

    To be more generic, when I create an employee and select his role_emp (the name of the role) I want that the role_id of the role_emp to commit.

  • How to declare Dynamic table in Tables Parameters of a Function Module...

    Hi Gurus,
    I would like to Know how to declare a Dynamic table in Tables parameters of a Function Module.
    so that it should be able to hold any table data ....
    I have tried all possible ways of trying to assign fields-symbol like declarations which doesnt allow here ...
    plz Dont reply with the basics of creating dynamic internal tables, coz my case is not an Internal table it is FM table parameter declaration.....

    Hi,
    If you are requirement is to create a function module with tables parameter having a generic line type i.e. no specific line type
    just declare it with a name under Parameter name with out specifying the type.
    A reference function module with such parameter, i would quote is the standard GUI_UPLOAD/ GUI_DOWNLOAD where the parameters specified under TABLES are generic.
    If you want to process the values passed to these parameters in the source code of function module, field symbols would be a preferable option.
    Regards,
    Sharath Panuganti

  • Analytic function.. to populate table

    Hi All,
    I'm in oracle 10gR2.
    I have the following list of values and a table
    List of values
    Code Description
    1 Under 500
    2 500 – 1,999
    3 2,000 – 4,999
    4 5,000 – 9,999
    5 10,000 – 19,999
    6 20,000 – 34,999
    7 35,000 – 54,999
    8 55,000 – 84,999
    9 85,000 – 124,999
    10 125,000 – 174,999
    11 175,000 – 249,999
    12 250,000 and more
    Table
    Name  Payment
    Abi         450
    John       13560
    Matt        9999I need to create another table with the NAME, PAYMENT & CODE. The code will have to be created dynamically based on the list of values above..the table would look like
    Table
    Name  Payment       Code
    Abi         450              1
    John       13560             5
    Matt        9999             4Thinking about creating it dynamic with some analytic function ..that way down the line if business decides to increase all the upper_limit by 500 ....the function can accomodate the change based on the MIN value....
    can we do this ?
    Thanks in advance
    NU

    Hi,
    I would add tow columns (both NUMBERs) to the list_o_values table, so that the table is suitable for joining:
    CODE     DESCRIPTION          MIN_IN     MIN_OUT
    1      Under 500          -1E99     500
    2      500 – 1,999          500     2000
    3      2,000 – 4,999          2000     5000
    12     250,000 and more     250000     +1E99This assumes that all the numbers acually in your other table will be between -1e99 and +1e99.
    Then you can populate your other table like this:
    UPDATE     table_x         x
    SET     code     = (
                    SELECT  code
                    FROM    list_o_values
                    WHERE   x.payment     >= min_in
                    AND     x.payment <  min_out     -- NOTE: <, not <=
    ;You might prefer to use an updateable view, or MERGE, but, in any case, you would link the appropriate row of list_o_values using min_in and min_out, as shown above.
    Note that analytic functions play no role in this solution.
    Analytic functions are very useful when you want some column in a result set to depend on other columns in other rows of the same result set. That is not the case here.

  • Cannot retrieve table metadata - Table does not exist: ODP source 0WRKCNT_CATG_TEXT does not exist

    Hi, when i able to import the 0WRKCNT_CATG_TEXT extractor into source system i am getting the above bug Cannot retrieve table metadata - Table does not exist: ODP source <0WRKCNT_CATG_TEXT> does not exist, i have been checked in RSA5 T code to check the object is active or not, its active and its available in ROOSATTR table with enabled mode,but still its showing the error, can anyone help on this ..

    Hi Airings,
    'ORA-00942: table or view does not exist'
    According to the error message, it seems that the migrating table or view does not exist in the database, or SSMA does not have access to it. To troubleshoot the issue, please check the following things.
     1. Verify that if the spelling of the table or view name is correct.
     2. If the table or view exists but is in a different schema from the current schema where the SQL is executing (in other word, the table doesn’t own by you, but owned by other user), the ORA-00942 error will return too. Resolve this by
    explicitly reference the table or view by specifying the schema name (schema_name.table_name).
    3. SSMA queries some additional catalog tables that you may not have permission to, please make sure that you grant the account permission to
     read sys.mlog$. For more details, please review this similar thread:
    Bug in SSMA For Oracle 6.0 for non-dba Oracle user.
    Reference:
    ORA-00942 Table or View Does Not Exist Oracle Error
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • How to update a table whose column name contains an ampersand?

    Hello,
    I am needing to update a column whose column name contains an ampersand, and cannot figure out a way to do this. Option is not there to have the column name changed.
    Ex:
    UPDATE aircrafts
    SET d&f = 1
    WHERE aircraft_code = '737';
    this returns an error of missing an = sign
    I tried:
    SET 'd'||'&'||'f' = 1
    doesnt work
    Any help is greatly appreciated.
    Thanks,
    Laura

    SET DEFINE OFF
    will stop interpreting the & sign as starting of a lexical parameter on the client.
    Not sure if you have that issue there.
    & might also be a not allowed character in normal column names (didn't test).
    In that case you might need to put the column name in ".
    +example+
    {code}
    UPDATE aircrafts
    SET "d&f" = 1
    WHERE aircraft_code = '737';
    {code}
    Be aware that in this case the column name must be spelled exactly like it was when the table was created.
    Included upper/lower case.
    {code}
    UPDATE aircrafts
    SET "D&F" = 1
    WHERE aircraft_code = '737';
    {code}

  • Table which contains name of the report generated from table

    Hello everyone,
    Is there any table which stores the report names that are created from table.
    For example if my table name is 'ABC' a new report will be created for table at run time '/1BCDWB/DB/ABC'.
    I also need to have table names, which stored the values when a layout is changed
    For example if I have ten fields in my table, first time ill choose 5 fields, second time ill change the layout and choose 10 fields and ill save the layout.
    If any Function modules are there please let me know
    Please let me know, if anyone has details.
    Thanks,
    Gayatri.
    Moderator message : Duplicate post locked. Continue with the thread - [Name of the table which stores report contents and layout changes|Name of the table which stores report contents and layout changes;.
    Edited by: Vinod Kumar on Jun 14, 2011 3:42 PM

    Hi,
    Thanks for reply.
    I know about ttxfp and tnapr. but none of the two table contain form name with its description. actully I m looking for a table which contain form name with there desription. please if you have info regarding this, Do share with me . this is really urgent
    regrads,
    Ruchika saini

  • New JNDI name created for each drag and drop of database table into table

    Hi All,
    I'm using Netbeans 5.5 with Visual Web Pack with Mysql as backend. Whenever I drag and drop a database table into table component it creates new JNDI (data source) name for each table. I want to use single JNDI name for all tables. If I change the JNDI name to default name then the design disappears and shows error . Is there any option to set the JNDI name unique for all tables?
    Thanks in advance.

    Hi again,
    Well I've tried using the MouseListener / MouseMotionListener approach but it doesn't quite seem to work, although it does get the events correctly. I think the reason is that it doesn't interact correctly with the Java DnD machinery which is something that V.V hinted at. It's something that I may need to look into if / when I have more time available.
    I have to say though that I haven't had any problems with scrollbars - we're making fairly heavy use of large tables and if you drag over a table with a scroll bar and move to the top or bottom then it scrolls as you would expect and allows you to drop the data where you like. For this situation I've used pretty much the same approach as for the toy example above except that I've implemented separate source and destination TransferHandlers (the source table is read-only, and it really doesn't make sense to allow people to drag from the destination table so I've essentially split the functionality of the example handler down the middle).
    I'm not actually particularly in favour of messing too much with the mechanics of DnD, more because of lack of time than anything else. Guess I'll just have to put up with this for the moment. Doesn't help that DnD is so poorly documented by Sun.
    Thanks for all your help.
    Bart

  • How to import a table with renamed name

    If I want to import a table from a DMP on UNIX towards my user where I already have a new version but I don't want to drop this new version 'cause I have only to move some records from one to the other, is there an import option for importing the table with another name? I mean I want to import on the same user, where there already exists the table MYTABLE, an old version of MYTABLE by impoting it with the new name MYTABLE_OLD, so afterwards I can update MYTABLE with some of old records of its old versione MYTABLE_OLD. Is it possible?

    You cannot directly do this.
    You can import the Table into a different schema and then rename the table.
    export and import back into the required schema.
    Import DataPump: How to Import Table Data into a Table that has Different Name ? [ID 342314.1]
    Regards
    Rajesh

  • How to create ENQUEUE function module for s567 table

    Hi Experts,
    Anyone Plz tell the steps how to create a ENQUEUE function module for the table s567.
    Its somewht urgent, plz help me.
    <REMOVED BY MODERATOR>
    Mohana
    Edited by: Alvaro Tejada Galindo on Mar 10, 2008 4:21 PM

    Hi,
    You can create a lock on a object of SAP thorugh transaction SE11 and enter any meaningful name start with EZ Example EZTEST_LOCK.
    Use: you can see in almost all transaction when you are open an object in Change mode SAP could not allow to any other user to open the same object in change mode.
    Example: in HR when we are enter a personal number in master data maintainance screen SAP can't allow to any other user to use same personal number for changes.
    Technicaly:
    When you create a lock object System automatically creat two function module.
    1. ENQUEUE_<Lockobject name>. to insert the object in a queue.
    2. DEQUEUE_<Lockobject name>. To remove the object is being queued through above FM.
    You have to use these function module in your program.
    Hope this will give a basic idea.
    Regards
    Sudheer

  • ORA-12983: cannot drop all columns in a table

    Hi,
    I am creating a table with two columns.
    I have modified a column as unused using ALTER statement.
    After that i have tried to drop the another column by using ALTER statement.
    But it throws an error ORA-12983: cannot drop all columns in a table.
    is it not possible to achieve this via ALTER statement?
    thanks

    is there any other way to find the name of the columns which have been marked as unused?Don't think so, and you would not be able to do much about. You won't be able to reference it, you won't be able to un-unuse it, and you would even be able to add a new column having same name.
    Why are you using SET UNUSED in the first place?
    Regards
    Peter
    Quoting myself:
    You won't be able to reference itMaybe not good enough:
    SQL> select column_name, data_type, segment_column_id
      from user_tab_cols
    where table_name = 'T';
    COLUMN_NAME                    DATA_TYPE   SEGMENT_COLUMN_ID
    SYS_C00001_11051618:28:14$     NUMBER                      1
    B                              NUMBER                      2
    SYS_C00003_11051618:28:14$     NUMBER                      3
    3 rows selected.
    select "SYS_C00003_11051618:28:14$" from t
    Error at line 1
    ORA-00904: "SYS_C00003_11051618:28:14$": invalid identifier
    SQL> alter table t drop column "SYS_C00001_11051618:28:14$";
    Table altered.
    SQL> select column_name, data_type, segment_column_id
      from user_tab_cols
    where table_name = 'T';
    COLUMN_NAME                    DATA_TYPE   SEGMENT_COLUMN_ID
    B                              NUMBER                      
    1 row selected.
    Note: Both columns "disappeared"  Thanks MichaelS
    Edited by: Peter on May 16, 2011 9:29 AM

Maybe you are looking for

  • How do I add songs from my purchase list to my ipod nano?

    I am at my wits end! I have an Itunes account. I have songs I've purchased. I'd like to add and remove some that are currently on my Ipod Nano, but I can not seem to get that to work. It used to be simple, where'd I'd just drag the songs over to my I

  • Selecting data from a table using Execute Immediate in 9i

    Hi, I was wondering how I would be able to do a SELECT on a table using EXECUTE IMMEDIATE. When I tried it (with the proc below), I got the following below. Can anyone tell me what I am doing wrong? Using Scott/Tiger I tried this: SQL> ed Wrote file

  • Milestone Billing based on Percentage & Quantity

    Hi, Can you please guide how to map the following scenario I have Business Scenario in Milestone Billing. The Milestone terms are assigned in CJ20N and the same is copies to sales order. The Milestone terms defined in the Project are 50% Advance Paym

  • How to set variable values in Stored Procs

    Hi all, please excuse my newbie questions - I've spent too long using SQL Server...... Anyway, I'm playing with SP basics and was wondering how I can set a variable value in a stored proc, ideally getting a value from a table or some select . for ins

  • Static Methods with all Final Parameters

    Gurus, I know the synchronization and static method question has been hashed out ad infinitum here. However, I was thinking of a slight twist. (Did a search but could not find something related to this. If this has already been posted, my apologies).