Losing numbers table name on importing to pages

Hi Mac wizards! I am new to pages and numbers and have used the forum to find the answers to quite a few of my teething problems and doing ok so far. But, I have created a table in numbers (and named it) and when I import it onto my pages doc page (cut and paste or copy and paste), the name disappears. Any one have any suggestions for this virgin?
Many thanks

A resized text box or shape with the Table name typed in is going to be the easiest way.
Font can be changed in the format bar ~ shape fill in the format bar too but there are more options in Inspector > Graphics.
Have fun

Similar Messages

  • Table name for the iexpense page

    Hi,
    I am trying to find the database table name for per-diem policy schedules data, in iexpense application.
    Is there a way to find the table name for these OA pages? Pl. let know.
    any suggestions will be helpful.
    Thanks
    Ram B.

    Hi,
    user560519 wrote:
    Is there a way to find the table name for these OA pages? Pl. let know. ---Open OAF page,left side bottom of the page u will see AboutThisPgae_ link.
    ---If it is not appear set profile FND:Diagnostics% to Yes
    ---Click on AboutThisPage u will se all components of the page.
    ---Search for vo and click on that u will get query or table of the page.
    Regards
    Meher Irk
    Edited by: Meher Irk on Nov 17, 2010 11:20 AM

  • Numbers table name won't save

    I think I found a bug in my copy of Numbers 3.5 (2109). After renaming the table title and saving the document, the title change doesn't get saved. Upon reopening the document the table name is still the same.

    After you renamed the table, did you press enter? Or did you click away from the table name?
    I found that saving while the cursor is inside the table name box does not save the change.
    Regards,
    Ian.

  • Losing some hebrew names when importing

    Hi
    I've moved my iTunes library to a new folder.
    In order to tell iTunes about it, i've removed the iTunes library.
    I then changed the locations of the file inside the file 'iTunes Music Library.xml' using a text editor's search & replace and then I imported the XML file. Itunes now finds all the files but when I play some of the files with names in hebrew the names are converted to junk such as this: ùàåì îåôæ
    The weird part is that not all Hebrew titles are converted to junk, only some and I can't see the difference between them
    Can you help me?
    Thanks
    Uri

    You have posted in the Windows forum. You will need to re-post in the Mac forum.

  • How to pass the Dynamically table name and RELID in IMPORT  x TO y FROM DATABASE dbtab(ar) ID Key

    Hello Expert,
    I wanted to know is there any way through which we can dynamically pass the table name in IMPORT condition.
    For e.g.
    DATA : PCLT TYPE DD03L-TABNAME.
    DATA: SET_RELID TYPE T52RELID-RELID.
    DATA: key TYPE PCLKEY.
    DATA: text_version TYPE PVRSN.
    DATA: BEGIN OF ptext OCCURS 132.
    DATA: line(132).
    DATA: END OF ptext.
    SET_RELID = 'TX'.
    PCLT = 'PCL1'.
    KEY = '00001000004005     9999123119960101000'.
    TEXT_VERSION = '01'.
    IMPORT TEXT_VERSION PTEXT FROM DATABASE <PCLT>(<SET_RELID>) ID KEY.
    If i use this then it gives me error message "The Dictionary structure or table "<PCLT>" is either not active or does not exist."
    Kindly help me in this matter.
    Thanks
    Srikanth

    Hi Srikanth
    I dont know if there is another solution, but this is what i did using a dynamic subroutine, please check it
    just add this lines to your code
    DATA: prog  TYPE c LENGTH 8,
           mess TYPE string,
           sid  TYPE string,
           wrd  TYPE string,
           dir  TYPE trdir,
           OFF(3).
    DATA: lt_code TYPE TABLE OF rssource-line.
    DATA: ls_code TYPE rssource-line.
    perform call_import using pclt set_relid key.
    form call_import USING p_pclt p_set_relid p_key.
       ls_code = 'PROGRAM SUBPOOL.'.
       append ls_code to lt_code.
       ls_code = 'form get_text tables ptext using p_key changing text_version.'.
       append ls_code to lt_code.
       ls_code = 'IMPORT text_version ptext from database'.
       append ls_code to lt_code.
       concatenate p_pclt '(' p_set_relid ')' into ls_code.
       append ls_code to lt_code.
       ls_code = 'id p_key.'.
       append ls_code to lt_code.
       ls_code = 'endform.'.
       append ls_code to lt_code.
       generate subroutine pool lt_code
                           name prog
                           message mess
                           SHORTDUMP-ID sid
                           WORD WRD
                           OFFSET OFF.
       IF SY-SUBRC EQ 0.
         perform GET_TEXT IN PROGRAM (prog) tables ptext
                                              USING p_key
                                              CHANGING text_version .
       ENDIF.
    endform.
    Hope this help
    Regards
    MC

  • Table/colum used in html pages in oracle apps

    Hello All,
    If we want to find table name against oracle forms in apps . then we can find it from help -> Diagnostics -> examine .But how we will find table name used against HTML Page in oracle apps?
    Thanks..

    Hi,
    It should be in the "About This Page" link -- See these thread for details.
    RECORD HISTORY (or) WHO COLUMNS in R12???
    RECORD HISTORY (or) WHO COLUMNS in R12???
    An alternative would be opening the page in JDeveloper and viewing the source code.
    Thanks,
    Hussein

  • What is Best Way to Get Table Name in Oracle Applications : 12.1.1 (web)

    Hello Friends..
    I need your Help My Friends...
    we are working currently on Oracle Applications : 12.1.1
    i would like to know the best way to get Table name from Web Based Form..
    Regards
    Yas.

    Hi Yas;
    Please follow below 2 thread i belive you will find some hint in those thread
    table name for a jdeveloper page
    Re: EBS, 11.5.10, table name
    Hope it helps
    Regard
    Helios

  • Import Data using Full Table Name

    Is there a way to run the import data wizard so when pulling data from a csv it generates an insert statement not only using the table name but using the Oracle Schema name -- ie fully qualified table name?

    Hi Nilanjan,
    I need help ASAP.
    About this dump-load task, how does it works?  Because I was checking out a package called Import SQL  and this one only imports data from a table, however this table has to be allocated within the database that is being used, and I right? Are these 2 related somehow?
    Does this task order BPC to find data from a SQL Table (allocated in a different server, different instance for SQL) and import it to SQL Fac2 table?
    Can you help me with a simple explanation what do I need to do to run this task?  The page help.sap.com  talks shows a section within DumpLoad Task Usage which is called  Importing Into SQL Server... 
    * Processing the Application using DumpLoad  -
    Importing into SQL
    You can use DumpLoad to process the application as a standalone procedure, or with data import, export, or clear.
    Prerequisites
    The DumpLoad task (OsoftTaskDumpLoad2008.dll) is registered with Microsoft SSIS. See Registering Custom Tasks.
    Procedure
    1.Open a package or create a new package in Microsoft SSIS on the Planning and Consolidation server.  i already did this for the DumpLoad task ... should I do this for the Import SQL task also ?
    2.Select the task and add it to the package.   WHAT DOES SELECT THE TASK  MEAN?
    3.Open the task, and choose  Data Management  None .
    4.Enter the application set, application, and user ID.
    Im getting confused, can you please provide more details about the whole procedure. Thanx in advance
    Velázquez

  • How can I take data from multiple pages documents and put them into a numbers table?

    I produce invoices in pages, with dates, invoice numbers, references and amounts due. I want to take all this data from multiple documents and transfeer it to a single numbers table. Is this possible and if so, how do I do it. I know I can do it the other way round with mail merge but I can't figure out how to do it this way round?
    Thanks,
    Keith

    The data is spread throughout a pages document in specific areas here's a copy of an invoice for you to have a look at.

  • I'm getting an error message after importing a table through Dreamweaver into a page developed in Muse.

    I'm getting a couple of messages after importing a table through Dreamweaver into a page developed in Muse. I have compared the code of the page with the table with the page before I inserted the table and cannot find anything missing. the web address is http://gourmetdreams.com/weekly-menu.html
    How can I clear this up?
    I also noticed that when I uploaded the file there was one error: "- error occurred - Access denied.  The file may not exist locally,  may be open in another program, or there could be a local permission problem."

    Thanks for your help! I imported the table into Muse, then exported the site as html and opened it in Dreamweaver. I should've tried that in the first place but gave up when I couldn't edit it in Muse. I didn't know you could edit the html right in Muse. Also, my styling and the images I was using weren't showing up in Muse but once I opened it in Dreamweaver, everything fell into place. AND I could edit it! My client needs to edit this page every week, so I needed to be sure she could do that. She doesn't use Muse but does use Dreamweaver. At this point, I think I'll leave it alone and not try to style it with inline css. Maybe when I get a little more time, I'll try it. I just don't want to mess things up now that the're working.

  • Is there any way to include a Numbers table into a Pages document?

    I have a nice useful well-formatted table in a Numbers sheet and now I'd like to include it in a Pages document.
    Is there any way to do this?
    I don't care that the table remain "active" (that is, it doesn't have to allow me to change values and recalculate from within Pages) BUT I do care that the formatting and values remain exactly like I painstakingly set them in Numbers.
    Dave

    You can copy and paste the entire table. Select it so you get the little square handles at each corner and side, then copy. Switch to pages and paste.
    Every cell that's calculated from other cells in that table will remain calculable in Pages. Any cell that's calculated from other tables will just have its value.
    There is no need to create a table in Numbers just because you want calculations. Tables in Pages behave just the same way, but without the help and function building facilities.

  • Can someone help me change the line width of my numbers table, its not set to thin or none and its stuck on .25. its a spreadsheet i imported from excel.

    Can someone help me change the line width of my numbers table, its not set to thin or none and its stuck on pt25. its a spreadsheet i imported from excel.

    MR,
    Apparently the import wasn't a good one.
    The best option at this point might be to start a new table. Insert a new Table, Copy the old table cell range, select the first cell in the new table and Edit > Paste and Match Style. This will throw out all the old formatting. A bit of work, but a nice clean start.
    Jerry

  • Different table name in export & import

    Hi,
    DB version 9i.
    I have a table name with "ABC".
    I want to import in same user with "XYZ"
    in 9i do not have remap table option. :(
    What is the procedure using only exp/imp. Please explain me syntax.
    Thanks in Advance.

    Hi
    I THINK THIS WILL HELP YOU.
    SQL> conn hem@test
    Enter password:
    Connected.
    SQL> create table t1
    2 (
    3 id number
    4 );grant select on hem.t1 to scott;
    Table created.
    SQL> insert into t1 values(1);
    1 row created.
    Now CONNECT WITH SYS
    grant select on hem.t1 to scott;
    no connect with scott
    SQL> conn scott@test
    Enter password:
    Connected.
    SQL> select * from hem.t1;
    ID
    1
    SQL> create table t2 as select * from hem.t1;
    Table created.
    SQL> select * from t2;
    ID
    1
    Regards
    Hemant

  • Import table with a different table name!

    Dear All,
    I have backup all users in my database using exp command.
    Now i want to import 2 tables from this backup, as tables already exists i want to import table with different table name.
    Is it possible with exp command? If not what else is the solution.
    Thanks, Imran

    Hi..
    Now i want to import 2 tables from this backup, as tables already exists i want to import table with different table name.Is it possible with exp command? If not what else is the solution.
    >
    Well, its not possible.You can import those two tables in some test database, rename them and then take the export and import in the database you want.
    Or,
    You can import those 2 tables in some other schema in your database, rename them again take the export and them import it.
    Anand

  • Insert Numbers Table Into Pages

    Is there an equivalent to the "Past-Special" command found in MS Word/Excel? I want to link a Numbers table into a Pages document and have the Pages document automatically change when the Numbers table is changed.

    Hi, I think there might be some misleading information about this.
    You can highlight a table in Numbers, copy, then paste it into your Pages document. It moves and resizes like an image, and you can directly edit any cell in the table. You can add rows, columns, etc the way you can if you create a table through Pages. The functions all remain the same and change automatically as you change the information.
    While you may not be able to link so that changes in one program affect the other, I find I don't need it to change in both very often. If it ever does become an issue, I just copy/paste whichever is "complete" into the other and continue.
    Hope it helps!
    (Incidentally, you can do the same thing to take tables created in Pages and put them into Numbers)
    Message was edited by: FredoSays

Maybe you are looking for