Why is the word count function inaccurate in tables?

Why, when using tables in pages the word count function gives a total that is double the amount of words in the table? This has been a problem with Pages for sometime now. Additionally, is there a quick way of highlighting all the words in the table to give a word count total, similar to highlighting a paragraph, sentence or just a few words?

Pages v5.2.2 (and probably 5.5) will total all the words in the body of a document (including those in a table) accurately in my experience. Since the Pages v5 family does not permit non-contiguous text selection, your only other way to count just words within the table is from the Statistics component of the free WordService Services package. Just select the table, and then from the Services menu, choose Statistics. The word count matches the table contents.
Unfortunately, the AppleScript dictionary  for the Pages v5 family excludes any means to address words or characters within cells. The fact that Pages is counting words in the table, is due to native programming, and not AppleScript.

Similar Messages

  • Why is the word count different when I use word count from the tools menu to the number at the bottom of my mac word document

    Why is the word count different when I use word count from the tools menu to the number at the bottom of my mac word document

    This forum is for Apple's defunct office suite 'AppleWorks' - since the word count is not in the places you mention I assume you are talking about Microsoft Word? Though it's just possible someone in this forum might also use Word and know the answer, you would stand a higher chance of getting an answer in Microsoft's own forums. You could also try asking in the forum applicable to your operating system - Lion, Mavericks or whatever - on the reasonably chance of finding someone familiar with Word.

  • Why is the Tick Count function slow when used with a .dll but fine with normal lab view code?

    when using the Tick Count millisecond timer with a .dll I've written in C, I'm getting some odd timing issues.
    When I code the function I want (I'll explain it below in case it helps) in LV and run it as a subVI, feeding it the Tick count as an argument, the function runs quickly, but not quite as quickly as I would like. When I feed this same subVI just an integer constant rather than the Tick Count, it takes about the same amount of time, maybe a tiny bit more on average.
    When I bring in my function from a .dll, however, I start to run into problems. When I feed my function an integer constant, it is much faster than my subVI written in LV. When I feel my .dll the Tick Count, however, it slows down tremendously. I'm including a table with the times below:
                 |  Clock   |   Constant   |
    SubVi:   | 450ms  |  465ms       |
    .dll         | 4900ms|  75ms         |
    This is running the function 100,000 times. The function basically shifts the contents of a 2-dimensional array one place. For this function, it probably won't be a huge deal for me, but I plan on moving some of my other code out of LV and into C to speed it up, so I'd really like to figure this out.
    Thanks,
    Aaron

    Hi Aaron,
    Thanks for posting the code -- that made things a lot clearer for me. I believe I know what's going on here, and the good news is that it's easy to correct! (You shouldn't apologize for this though, as even an experienced LabVIEW programmer could run into a similar situation.) Let me explain...
    When you set your Call Library Function Node to run in the UI Thread you're telling LabVIEW that your DLL is not Thread-safe -- this means that under no circumstances should the DLL be called from more than one place at a time. Since LabVIEW itself is inherently multithreaded the way to work with a "thread-unsafe" DLL is to run it in a dedicated thread -- in this case, the UI thread. This safety comes at a price, however, as your program will have to constantly thread-swap to call the DLL and then execute block diagram code. This thread-swapping can come with a performance hit, which is what you're seeing in your application.
    The reason your "MSTick fine behavior.vi" works is that it isn't swapping threads with each iteration of the for loop -- same with the "MSTick bad behavior.vi" without the Tick Count function. When you introduce the Tick Count Function in the for loop, LabVIEW now has to swap threads every single iteration -- this is where your performance issues originate. In fact, you could reproduce the same behavior with any function (not just TIck Count) or any DLL. You could even make your "MSTick fine behavior.vi" misbehave by placing a control property node in the for loop. (Property nodes are also executed in the UI thread).
    So what's the solution? If your DLL is thread-safe, configure the call library function node to be "reentrant." You should see a pretty drastic reduction in the amount of time it takes your code to execute. In general, you can tell if your DLL is thread-safe when:
    The code is thread safe when it does not store any global data, such as global variables, files on disk, and so on.
    The code is thread safe when it does not access any hardware. In other words, the code does not contain register-level programming.
    The code is thread safe when it does not make any calls to any functions, shared libraries, or drivers that are not thread safe.
    The code is thread safe when it uses semaphores or mutexes to protect access to global resources.
    The code is thread safe when it is called by only one non-reentrant VI.
    There are also a few documents on the website that you may want to take a look at, if you want some more details on this:
    Configuring the Call Library Function Node
    An Overview of Accessing DLLs or Shared Libraries from LabVIEW
    VI Execution Speed
    I hope this helps clear-up some confusion -- best of luck with your application!
    Charlie S.
    Visit ni.com/gettingstarted for step-by-step help in setting up your system

  • Why is the Plugin Check function inaccurate?

    If I have updated the plugins according to what is required or stated by the Plugin Check, the plugins still appear as 'outdated' (yellow or red depending on severity) when they're not?
    I don't know what to do as all this does is to contradict everything by making me feel I'm vulnerable to malware attack.
    I think there's some disparity between the version I originally had (in this case Adobe Flash and Quicktime Player) which I updated, and the very latest version I installed which is perhaps even higher than what is registered with the Plugin Check itself. In this case the Plugin Check databases would need to be updated again.
    Please can you establish what I may be doing wrong here.
    Thanks.

    That is a bug with blocklisting plugins that has been fixed.<br />
    You can correct this issue by forcing the file blocklist.xml to update or wait until Firefox updates the file.<br />
    That update will remove the severity="0" flags in the file that cause the problem.
    See:
    * [/questions/832793?page=2#answer-198407]
    * http://forums.mozillazine.org/viewtopic.php?p=10899869#p10899869
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=663722 Bug 663722] - The blocklist output is including severity="0" where it shouldn't be

  • Does anyone know why the word count in Word for Mac changes so drastically? In one document it goes up and down by several hundred at a time when I have done nothing but scroll through the document.

    I am new to the wonderful world of Mac and all of my documents were created in MS Word on my old laptop. I noticed that the word counts were slightly different when I opened the documents in Word for Mac, but then I noticed that they changed drastically. For intance, I opened a document today and after the initial period where the word count shifts, it seemed to settle on 13,171. I left the document for a while to work on some other things and when I came back the word count had changed to 11,677. I didn't do anything to the document. Word counts are important to me since I need at least 60,000 for my PhD Dissertation. Which word count should I trust?

    Since Word is a Microsoft product, you should probably post your question on the Microsoft Mac forums:
    http://answers.microsoft.com/en-us/mac

  • When converting a PDF document to word, the word count feature is not giving me the number of words

    I have been using Acrobat for converting PDF documents to Word.  It had been working just fine, but lately, when I convert a PDF document to Word, it is not giving me the word count, which is why I subscribed in the first place. Someone has any idea of why?

    Hi Robin,
    I would recommend you to use Acrobat software to convert this pdf file, Acrobat software enable you to customize the conversion settings.
    You can download a free 30-day trial from this Link : https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    After downloading and installing acrobat, Open pdf file in Acrobat, go to File menu -> Click 'save as other' -> Microsoft Word -> Word Document.
    A pop-up window will appear that would prompt you to choose the file to be converted, after you select the file, click on the settings button on the bottom left of the pop-up window and choose 'Retain Page layout' under layout settings, click ok and then save.
    Hope that helps with your query.
    Regards,
    Rahul

  • Does anyone know how to exclude footnotes from the word count in the Pages for iPad app?

    If I create a doc on pages for ipad, then view it on the iMac, the word count is lower.  I figured out that this is because Pages counts all the words in the footnotes.  Does anyone know how to make it exclude footnotes from the word count? 

    I see the exact same behavior on my IPAD(s) and IPHONE(s). This isn't the loss of titles already identified in other posts. Every movie that wasn't purchased from iTunes, meaning all my movies of my kids, shows it sync in iTunes, but doesn't show up anywhere on the devices.
    Help Apple! Please un-break the feature that was functional before.

  • Is there a way to exclude title, heading and bibliography text from the word count in pages?

    I've just got the newest version of pages.
    The word count includes everything, from titles to endnotes - including the numbers in my sub-headings.
    I used to use open office where you could select a style i.e. 'body tex't, and get a word count that didn't include every single word in a document.
    Is there a way of doing something similar, or reseting the word count to only 'body text' so I know exactly how long my essays are?
    Thanks.

    Unfortunately, no version of Pages has this fine-grained control over document components and their word count, so the answer is no, regarding user changeable settings.
    Programmatically, I just told AppleScript to count the words of body text in a currently opened Pages v5.2 document. The count matched the Pages word count for the document. So, no solution there either.

  • I am writing a dissertation, which I have to send to my university in Word format.  In Pages the current word count is given as 12,000, but when opened in Word on another laptop (not a Mac) the word count was 9,000. How do I know which is correct?

    Is the word count in Pages inclusive of footnotes?

    Sounds like you have a lot of counting to do. Lol jk; I'd test with a new doc with 5 words and see which one gets it right. if they're the same; add footnotes to one and see which one says what. Just standard process of elimination.

  • On Pages 09. Error Message "Missing Font" - text on all my files/Documents has disappeared. I know it is still there from the word count - but it is invisible. Any clues Gratefully received.

    On Pages 09. Error Message "Missing Font" - text on all my files/Documents has disappeared. I know it is still there from the word count - but it is invisible. Any clues Gratefully received.

    What version of Pages '09?
    Have you updated it to the latest iWork '09 v4.3?
    Peter

  • Why is the iphone search function spotlight limited in time?

    why is the iphone search function spotlight limited in time? I can only find entries that are less than a year old,but I would like to search older entries in my calender, which goes back to 2002. Anyone has a solution for this?

    Are you sure that your calendar still contains entries from that long ago? Generally when you sync the iPhone through iTunes, it will only sync entries from a specific time frame. It may be there older entries have been archived and do not exist on the iPhone anymore. Other than that, I don't see any setting that allows modification to the time frame for Spotlight search.

  • Why is the word palindrome not a palindrome?

    Why is the word palindrome not a palindrome?

    That's why : ( with thanks to Demetri Martin Link: [http://www.pastemagazine.com/articles/2009/02/demetri-martins-palindrome-poem.html] )
    Dammit Iu2019m mad.
    Evil is a deed as I live.
    God, am I reviled? I rise, my bed on a sun, I melt.
    To be not one man emanating is sad. I piss.
    Alas, it is so late. Who stops to help?
    Man, it is hot. Iu2019m in it. I tell.
    I am not a devil. I level u201CMad Dogu201D.
    Ah, say burning is, as a deified gulp,
    In my halo of a mired rum tin.
    I erase many men. Oh, to be man, a sin.
    Is evil in a clam? In a trap?
    No. It is open. On it I was stuck.
    Rats peed on hope. Elsewhere dips a web.
    Be still if I fill its ebb.
    Ew, a spideru2026 eh?
    We sleep. Oh no!
    Deep, stark cuts saw it in one position.
    Part animal, can I live? Sin is a name.
    Both, oneu2026 my names are in it.
    Murder? Iu2019m a fool.
    A hymn I plug, deified as a sign in ruby ash,
    A Goddam level I lived at.
    On mail let it in. Iu2019m it.
    Oh, sit in ample hot spots. Oh wet!
    A loss it is alas (sip). Iu2019d assign it a name.
    Name not one bottle minus an ode by me:
    u201CSir, I deliver. Iu2019m a dogu201D
    Evil is a deed as I live.
    Dammit Iu2019m mad.
    Regards,
    Dirk.

  • HT4623 Why do the words, graphics, etc on my 4s screen vibrate when I touch it? I powered it off thinking it was a glitch but it continues

    Why do the words, graphics, etc on my 4s screen vibrate when I touch it? I powered it off thinking it was a glitch but it continues to happen. It just started out of the blue

    I think I have found the source of my problem detailed above. Apparently, there have been problems with Preview running on OS Mavericks, dating back to October 2013, which Apple has yet to acknowledge or address. Many have had similar problems with photo images loading very slowly to the point of making Preview unuseable.
    It may also explain problems I have had with flash drives and hard drives that ran on my Mac Book Pro under Lion no longer working  since upgrading to Mavericks. I found other postings on these issues.
    It is a shame that I have to resort to Google as the best source to identify problems with my Mac and possible solutions. In many cases, it directs me to the source on Apple Support, which is difficult to find when one attempts a search via Apple Support. This could use some improvement.
    I am new to using community support sites and Apple does not seem  to provide simple, clear directions  on how to get started. Jumping in with both feet, not only did I get wet, but I apparently "splashed" someone, as I got a hostile response from another community member on the first issue ever posted. I never did get an answer to the problem, though. I hope some find these comments helpful.
    Oh, and wake up, Apple. We all would hope you monitor and glean information from these postings and act promptly to remedy problems with OS Mavericks.
    Message was edited by: MikeMacBP2011

  • Why does the word iCloud appear in my contacts title?

    why does the word "icloud" appear in the title bar (next to all contacts arrow and edit button)?

    Do you know what iCloud is?  It's replacing MobileMe.  You must be syncing with iCloud, and those are the iCloud contacts.

  • How do you find the word count on MacBook, please?

    How do you find the word count on MacBook, please?

    If you are trying to find word count in a Microsoft Word 2011 documemt, for instance, open the document and go to the Tools menu, selecting Word Count. In Apple's Pages application, open the document and look at the bottom of the page, near the left it will say "X Words" where X is the number.
    Best of luck.

Maybe you are looking for

  • TS1741 Can u use home sharing whilst u are away from home

    Can u use home sharing whilst u are away from home

  • Why is U2's new album turning off playing of all songs?!?!

    Hi, I have an iphone 5s 64GB, today as I was listening to music in shuffle mode,  I fast forwarded through a song and suddenly all audio stopped, I took the headphones off and tried playing without headphones, and it still didn't work, so then I turn

  • PDF forms in Reader: completing, saving, open, amend, save again

    I have the following situation. I generated forms using Adobe Acrobat 9 Pro, checked the option "Choose Advanced >  Extend Features In Adobe Reader" to make forms fillable and  savable for Acrobat Reader users.  So far everything worked fine. User co

  • Lion and Logic

    Since installing Lion, I can no longer adjust my output levels in Logic Pro. I am told the driver is lacking. Plus if I try adjust sound output whlst playing anythingm iTunes  for example.. The application shuts and repeats the' absence of driver' wa

  • AttributeBinding.setinputValue() not working

    Hi, I've created an ADF bounded task flow from an Oracle BPM 11g Human Task. This caused all the data defined within the Human task to be exposed as data controls. But it seems that I'm not able to alter all the values. For example, there is an attri