How do i create a chart that will update in keynotes or pages from numbers?

I created a table in Numbers and want to export it to Pages and Keynote. I want the changes made in Numbers to Show in Pages and Keynotes.

Hi edwill,
In iWork, I don't know of a way to link between documents. If you are looking for a way to update a Pages or Keynote document automatically when you update a Numbers document, I don't think that is possible. Perhaps someone who is an AppleScript guru can call in to help you.
Regards,
Ian.

Similar Messages

  • How do I create a template that will update all pages when it is updated?

    Hi everyone, I am a complete InDesign newbie, as this is my first project with it. I was wondering if there is a way to create a generic template in InDesign that, when updated, would also update all the pages made from it. The behavior I am looking for is similar to the way Dreamweaver does templates... when you create a new page, you can tell it to make the page from the already created template. That template has been pre-configured with editable regions. Anything outside the editable regions cannot be modified unless editing the template directly.
    Does this functionality exist in InDesign? I am running CS5.
    Thanks!

    drmuzik wrote:
    Hi everyone, I am a complete InDesign newbie, as this is my first project with it. I was wondering if there is a way to create a generic template in InDesign that, when updated, would also update all the pages made from it. The behavior I am looking for is similar to the way Dreamweaver does templates... when you create a new page, you can tell it to make the page from the already created template. That template has been pre-configured with editable regions. Anything outside the editable regions cannot be modified unless editing the template directly.
    Does this functionality exist in InDesign? I am running CS5.
    Thanks!
    Take a look at this article:
    http://indesignsecrets.com/free-layout-zones-add-on-is-incredible-productivity-tool.php
    Also, this commercial tool might be useful:
    http://www.rorohiko.com/wordpress/indesign-downloads/storytweaker/#Downloads
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?

    How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?
    I currently run OS X 10.10.1
    Now i have been trying to work on this for a while now and what i want to do should be simple but its apparently not.
    Here is an example of what i want to happen.
    I will have 2 tabs: Contact | Sales
    Now Contacts will have the list of names and various information about a customer, While Sales will have one drop-down box for each Cell Row that will show the names of the person in tab contacts
    for what i am wanting to do i cant use the data format pop-up menu because the list is edited everyday several times a day.
    Now how do i do this, Excel can do this so how can numbers do it?

    Hi Shegra,
    Paste this into a applescript editor window and run it from there. In the script you may need to adjust the four properties to agree with your spreadsheet. Let me know if you have any questions.
    quinn
    Script starts:
    -- This script converts column A in one table into an alphabetized list of popups. It copies the last cell in that column. Then reverts the column to text. It then refreshes popups in column A of a data table starting with a user defined row.
    property DataEntrySheet : "Sheet 1" --name of sheet with popups to be refreshed
    property DataEntryTable : "Sales" --name of table with popups to be refreshed
    set copyRange to {}
    property PopValueSheet : "Sheet 1" --name of sheet with popup values table
    property PopValueTable : "Contacts" --name of table with popup values
    set PopStartRow to {}
    tell application "Numbers"
      set d to front document
      set ps to d's sheet PopValueSheet
      set pt to ps's table PopValueTable
      set s to d's sheet DataEntrySheet
      set t to s's table DataEntryTable
      set tf to t's filtered --this records filter setting on data Entry Table
      display dialog "Start from row #..." default answer "" with icon 1 -- with icon file "Path:to:my.icon.icns" --a Week # row
      set PopStartRow to {text returned of result}
      tell pt --convert list to alphabetized popups
      set ptRows to count rows
      set copyRange to ("A2:" & name of cell ptRows of column "A")
      set selection range to range copyRange
      set selection range's format to text
      sort by column 1 direction ascending
      set selection range's format to pop up menu
      -- popupsmade
      set selection range to cell ptRows of column 1 of pt
      set v to value of cell ptRows of pt
      end tell
      activate application "Numbers"
      tell application "System Events" to keystroke "c" using command down
      tell pt
      set selection range to range copyRange
      set selection range's format to text
      end tell
      tell t
      set filtered to false
      set tRows to count rows
      set pasteRange to ((name of cell PopStartRow of column "A") & ":" & (name of cell tRows of column "A"))
      set selection range to range pasteRange
      tell application "System Events" to keystroke "v" using command down
      set filtered to tf
      end tell
    end tell

  • Does anyone know of a VI or how to go about writing one that will prevent the computers time/date from being disabled while an application is running.

    Does anyone know of a VI or how to go about writing one that will prevent the computers clock/time from being disabled while an application is running. The time and date can normally be reset while an application is running by clicking on the time/date in the lower right-hand corner of the computer screen. I have an application that runs over several days and it is critical that the time and date of the computer not be changed. Is there an easy way to lock this out from the user? Note that I am what I consider an advanced beginner in LV.
    Thank you,
    Chuck
    Solved!
    Go to Solution.

    That is not something you can do from LabVIEW, as it is an operating system operation, and it will depend on the operating system that you're using. On Windows you can use a group policy to control this. Please Google on "prevent time and date change in windows".
    Also, please try to refrain from stuffing your entire message in the subject block. Keep the subject short, but descriptive enough so it can be understood what you are basically asking. Thanks.

  • Firstly hello to all. I'm looking to create a vi that will take a single logged output from a thermocoup​le and monitor the temperatur​e and produce a Boolean when the temperatur​e has stabilised for a pre determined time say 1minuet.

    Firstly hello to all. I’m looking to create a vi that will
    take a single logged output from a thermocouple and monitor the temperature and
    produce a Boolean when the temperature has stabilised for a pre determined time
    say 1minuet. I have managed to find a couple of examples on the forum but one
    will only run on V8.2 and I have V8, the other is for more than one channel
    witch is fine I can always reduce this, but it was the timing feature I was
    having difficulty with. I looking to monitor the temperature of a motor until
    it has stabilised prior to testing and then to use this temperature as a
    reference. Pleas forgive my ignorance if this is a very simple thing but I’ am
    learning and really enjoying it. Thank you in advance for your answers.

    Hi
    Graham, thank you for you reply.
    What I’ am trying to achieve is a vi I can use in a motor
    testing setup, a part of this would be to warm the motor up until the exhaust
    air temperature has stabilised, this takes approximately 10 minuets. I was
    thinking of just letting the motor run for this time and leave it at this, but
    some motors warm up quicker that others and. I am basically looking for a vi with
    an adjustable temperature window of say ±5 C° in 1° increments, timing wise 1minuet
    to 10min the adjustment is so I a can use this for another application. I tried
    to adjust the code I found at the link below but had a little difficulty with
    the timing. Thank you so much for your help it’s much appreciated.
    sine.ni.com/niforum/niforum?forumDU=http://forums.​ni.com/ni/board/message?board.id=170&message.id=25​1017&requireLogin=False

  • How to Best Create a DVD that will play on BOTH Mac and Windows

    Hello - Looking for some direction. How can I create an iDVD DVD that will play on both Mac & Win? I can not find a solution that will accomplish this. What I did was create an .img then burned to DVD. This plays fine on my Mac & on home stereo DVD but not on a windows machine. The Windows machine can "read" the DVD fine but WIndows Media Player can not play it. Do I need to have folks use a special player on WIndows? Is there another format the I should have iDVD output? I need to send some DVDs to college coaches for my son and am trying to do this the best way without knowing what platform (Mac or WIn) they will be using. What is the best approach?
    Thanks in advance for your help,
    David

    Hi
    There are two ways to burn a DVD.
    • as a Data-DVD (eg including a video.img file or any data)
    • as a Video-DVD
    A. Data DVD is what You creat by just popping in a DVD disk and OK to format it.
    B. Video-DVD - You make from within iDVD and insert thed DVD WHEN iDVD asks for it
    (OR - Via Disk Util tool - Still introduced when asked to do it !)
    (or via Roxio Toast™ - STILL not inserted until asked to do this)
    So what You've done is a Data-DVD with Your movie as an .img file on it.
    • Can only be playbacked on Your Mac
    Open "Disk Util tool"
    Then on Dasktop - Double click the .img file so that it creates a fake DVD disk
    Then in "Disk Util tool" - select it and click the Burn (Nuclear) button
    THEN insert a new DVD WHEN asked to do this.
    NOW ! ! Select a lower Burn Speed eg 4xDVD - This will result in a DVD with few burn errors and
    a PC will read it easier !
    Use of quality DVD brand is also important - I use Verbatim
    I use DVD-R
    Good Luck - Bengt W

  • How do I create a package that will install a shell script?

    From various sources I have made this shell script which creates a hidden admin user, starts ard and sshd.
    I would like to make this a package which will run on a machine on first boot. (I'm using deploystudio to deploy ML)
    It creates a hidden user called testuser1 with the password of password1
    [code]# Create user record in directory services
    dscl . -create /Users/testuser1
    dscl . -create /Users/testuser1 RealName "testuser1"
    dscl . -create /Users/testuser1 UniqueID 401
    dscl . -create /Users/testuser1 PrimaryGroupID 20
    dscl . -create /Users/testuser1 UserShell /bin/bash
    dscl . -passwd /Users/testuser1 "password1"
    # Set up a hidden home folder
    dscl . -create /Users/testuser1 NFSHomeDirectory /var/testuser1
    cp -R /System/Library/User\ Template/English.lproj /var/testuser1
    chown -R testuser1:staff /var/testuser1
    # Grant admin & ARD rights
    dseditgroup -o edit -t user -a testuser1 admin
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/ki ckstart -activate -configure -access -on -users testuser1 -privs -all -restart -agent
    # Tell loginwindow not to show the user
    defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool TRUE
    # Alternate: defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array testuser1
    # start remote login ssh
    systemsetup -setremotelogin on[/code]
    I'm using package maker but it keeps failing. If I add it from somewhere like my Documents dir it says it will give my username the permissions instead of root. If I add it from / and make root the owner packagemaker errors probably because my user doesn't have the rights to it. I want it to copy somewhere then maybe have another script that copies to the same location and does an rm to remove the previous script so no admin details are left on the machine

    Basicilly I want to roll out an image that will work with all models of macs which are comaptible with Mountain Lion. To do so I'm using deploystudio with the installESD.dmg as the image. This way it will install the relevant drivers for each model of mac. So the image should work whether it's a mac pro tower/mac mini/macbook.
    Upon completetion deploystudio lets you run packages so I would like the script above to be in a package. I don't want it even to copy the script anywhere I would just like it to run the .sh file I've made if thats possible?
    I'm just not sure what steps to take with packagemaker, I've never used it before.
    But yeah the ultimate goal is: upon installation completetion setup hidden admin user that will have ssh and ard access.

  • Acrobat 9.0 Std - How do I create a button that will show / hide the menu bar?

    In Adobe Acrobat 8, I was able to create a button that would show the menu bar using Link Properties. In version 9.0, the option I used is missing.
    The other view options are there under "Execute a menu item": View > Toolbars > File, Edit, etc.
    Any help would be greatly appreciated - thanks!

    In Adobe Acrobat 8, I was able to create a button that would show the menu bar using Link Properties. In version 9.0, the option I used is missing.
    The other view options are there under "Execute a menu item": View > Toolbars > File, Edit, etc.
    Any help would be greatly appreciated - thanks!

  • How do I control the image that displays when someone shares a page from my website on Facebook?

    I have created my website in Muse and it looks awesme.  http://getlumen.com  I have added Facebook Like/Share buttons to the pages that I'd like people to... 'Like"  =]  It all works fine, BUT... the image that is displayed after someone Shares or Likes the page, is the background image that I used on the Master design page.  No bueno.  Even worse, sometimes it's the credit card icons that are displayed on the products pages.  Is there a way to "embed" an image into each page that is specific to that page and not an arbitrary iamge from the style guide, without adding it to the look of the page?

    Thank you.  But just to be clear... 
    Do I paste this code  <meta property="og:image" content="URL to your thumbnail image" /> Before or After the Google analytics code that is curretnly in the header of each page?  And the ONLY thing that I change in the above code is the "URL to your thumbnail image" for each page/image- yes??

  • I'm trying to create a program that will allow me to collect data from a Luxtron thermometr​y system. How can I do this?

    I'm a little confused as to how to write to the machine and how to retrieve data from the machine. I'm unsure of requested byte size and string to write specifically. This machine also has 4 probes, so it can record 4 temperatures simultaneously. How can I reflect this in the waveform chart?

    There are example VI's in LV on Instrument Connectivity. If you go to the Help menu >> Examples.. >> I/O, you will see a couple; and Examples.. >> Fundamentals for File and String manipulation. I would suggest tweaking them to suit your application. Also the specific command that your instrument responds to can be found from it's manual.
    You could find a driver for this instrument at http://www.ni.com/devzone/idnet/default.htm . If it's not listed there, it leaves you with one of a couple options. First, I would like you to submit a request for this driver at: http://zone.ni.com/idnet97.nsf/instrumentdriverreq​uest/
    We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.
    If y
    ou would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at :
    http://www.ni.com/devzone/idnet/development.htm
    We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
    http://www.ni.com/alliance
    Some useful resources for your application are
    ni.com > NI Developer Zone > Development Library > Instrument Connectivity
    http://search.ni.com/?col=alldocs&layout=TechResou​rces&ql=a , to search examples and knowledge bases
    Hope this helps.

  • How do I create a form that will give a report that summarises before and after data on the same graph?

    I have a number questions that I want to know the average of all the before and after data to compare them, how do I set this up in a form in FormsCentral?  Here is an example of what I want to do - the green bar is "before" and blue is "after"

    This isn't something that you can set up in FormsCentral. It's possible to something similar with a form you create in Acrobat and use with FormsCentral, but there is no sort of built-in graphing control. The bar graph could be implemented with some JavaScript that controls annotations or fields (buttons) and perhaps some text fields.

  • How do you create a chart that resizes as table of data resizes

    I have a table which has a variable number of constituents (for the x axis). I have a variable field that determines a matched look up from a much larger database and this populates a table which in turn feeds my chart. Only problem is at the moment the chart has to read data from a v large set of data to capture any eventuality - in this case the graph often has a large gap to the right when data isn't in the table.
    Excel can get around this. Can Numbers?
    Thanks.

    You can filter your table so non-blank rows are hidden. The chart will then not include those rows.

  • How do I create a hyperlink that will open a new window, when saving a frame file as a pdf?

    I have created a hyper link in Frame using the message URL command in the marker window. I have added the target="_blank"  command after the http url within the marker. But when I then save the frame doc as a pdf and open that pdf from within a browser, when I click on the link in that pdf, it goes to the new link but it does not open in a new window or tab.
    What am I doing wrong?
    I should mention that I am using Frame 10.

    Best solution that I can find to tell you is to get Schlomo Perets' FrameMaker-to-Acrobat TimeSavers 5.0. From the FrameUsers mailing list:
    Schlomo Perets said:
    In FrameMaker-to-Acrobat TimeSavers 5.0, the "new window" link control was extended to optionally display web-based links in a new browser window (Links/General tab, Cross-file links: Open PDF in a new window, Also apply to web links).
    The function can apply to all web links (i.e. no need to modify anything in the FrameMaker file), or to individual links (in which case a special hypertext marker has to be used instead of the standard "message URL http://..." marker).
    For additional info & sample files, see http://www.microtype.com/ImprovePDF10.html
    HTH;
    David

  • How do i create a button that will always play my flv, not just once?

    I'm currently using captivate 5.5 and need to use a button to load my flv.  That button works fine and when the flv finishes it returns me back to the slide with the button on, the problem is the button no longer works when you press it again if you want to see the flv again...help!  My flv is set up to not be visible as I want it to be hidden until the button is pressed as it cover my entire slide when it loads.  I set it to run for the duration of the clip so it's great when it returns me to my slide but then the button won't make it visible again when you press it.  I tried setting the button to enable after show hoping it would reset the button but that doesn't work...as you can see I only know the basics of Captivate!

    The issue may be due to the fact that once you've clicked the button its Success criteria has been used.  This can be reset by re-entering the slide where the button is located.
    So in order to have your video play multiple times, you may need to use a different strategy than your current one.  You could try placing the video on a different slide to your button.  Set the button click to jump to that slide, and once the video has finished playing, set the OnSlideExit action to jump back to the slide with the button.  That way your button gets reset each time ready for another click to launch the video slide.

  • How do I create a channel that is made up of specific data from other channels?

    How do I index a specific element of a channel?  Specifically, if I have a channel of data that is 100 elements in length.  Can I create a new channel that is the sum of the 2nd, 10th, and 19th elements of my original channel?
    Thanks,
    Matt

    After searching the message boards I came across this reply:
    Dave,
    I had previous built an example to perform the data reduction of every Nth point. As Otmar points out, it does have to be done in a script, but this example should simplify things for you:
    Reducing a Channel in DIAdem by Pulling Every Nth Point
    If you have any questions about this, please let us know. Thanks and have a good one.
    Adam B.
    Applications Engineer
    National Instruments
    I downloaded the script, and extracted the useful information.  However, when I execute my new script I recieve the error: 
    Error in ReducChannelTest2 ... Unknown Runtime Error
    The code I am executing is
    Call ChnAlloc("Newerror0")
    Call ChnAlloc("Newerror1")
    chd(1,"Newerror0") =chd(21,"error0")
    chd(2,"Newerror0") =chd(41,"error0")
    The error0 channel is 101 elements in length.  Any thoughts?

Maybe you are looking for

  • New Toshiba L850 Blue Screen Of DEATH!!

    Well I just purchased this baby on the 28th of august and now its the 14 of september and ive gotten the blue screen of death multiple times. I have tried restoring it with the backup i made when i first booted it and tried system repair. I have neve

  • Newbie Question - what do i need ?

    Hi ... I am an animator and I want to write a soundtrack for my demo reel. I do have some musical background and would like to restart my interest in composing music. Should I go for logic express or just use garage band ? If i stick with garage band

  • Take multiple screenshots and paste straight into paintbrush/word for editing?

    Hi everyone, I'm a newbie to mac. Barely got it for several weeks. I have a task to do which requires me to take screenshots for a multiple times and paste them straight into a same file in paintbrush for editing. Basically what I do is I am to scree

  • Calling DLL2 from DLL1 from TestStand

    Hi, I have a TestStand sequence that calls function1 provided by DLL1.dll, which in turn calls function2 in DLL2.dll. If my test sequence consists of a single action, 'Call function1 from DLL1.dll', the sequence fails with the error message 'Could no

  • Mtl Availability Problem @ Production Order Release

    Hello All, For production order creation and order release we have different types of availability checks: 1: Order creation: check all purchase orders (ZP02) 2: Order release: do not take purchase orders into account (ZV02) In the material master th