In a very long Document such as SO or PO how to search for say an ITEM?

Hi Forum,
Sometimes documents such as quotations, Sales Orders, Purchase Orders could be very long over say over 300 items.
How can we search for something within that document while staying in the document - For example specific item in the document, or specific any field in the document.
I thought the column title should have had FILTER option at least. I don't seem to find one. Is there any other way of searching for something within a large document?
Thank you.

Hi,
There is no built-in function for this. You have few options:
1. By Drag & Relate. This may not work well.
2. By query report. Using query is the fastest and reliable way to reach your goal.
Thanks,
Gordon

Similar Messages

  • How to search for a particular word in a long document?

    How to search for a particular word in a long document?

    What program are you using to read the document?
    Good luck.

  • I've have just purchased FCP-X, but it is taking a very long time to install.  It has been at it for over an hour.  Does that seem right?  Tahnks.

    I've have just purchased FCP-X, but it is taking a very long time to install.  It has been at it for over an hour.  Does that seem right?  Thanks.

    It's about a 2.5G file. How fast is your connection? There should be a progress bar in the App Store next to the app. You should also see a progress bar on your computer, depending on the OS.

  • How to search for words in documents in Lion

    Here's why I'm trying to ask.
    Lately I have downloaded a lot of files from Google Drive, and I'm trying to sort a lot of documents (262 exactly) by finding a set of numbers and letters that only one kind of document has.
    For example, I'm trying to find the documents that have "5R-ET1" to see which documents has those set of letters inside the documents to sort them in a diffrent folder.
    Is there something in the Finder that can allow me to do this, or is there like this program which compares documents that fits my use?
    By the way, most of the files are in .doc format, the rest are in .pages format.
    Hope there is a way to fix this situation!

    Open to correction here but I don't think Spotlight will do this for you, particulary if these are long documents. Spotlight does not index then entire document, just the first 2k approx unique terms within a document. If the string you're looking for isn't within that limit then it won't work.
    Options:
    1. You could import the documents to an app like DevonThink Pro or Circus Ponies Notebook that have a concordance feature.
    2. You could convert the files to Text and search them with BBEdit or the grep command.
    http://hints.macworld.com/article.php?story=20001105214242629

  • How to search for a text node with a particular value in an xml document with labview

    supposing i have the following xml document:
    <head>
    <book>
    <bookname>zio</bookname>
    <author>dan</author>
    </book>
    <book>
    <bookname>the spear warrior</bookname>
    <author>britney</author>
    </book>
    <book>
    <bookname>the beard</bookname>
    <author>derrick</author>
    </book>
    </head>
    i want to search for the author of the book "the beard" using for example the V.I Get first match  of labview to access the the node with value "the beard" and then use Get next sibling  V.I  and Get node text content to get get the author of this book..so my question is how do i write the xpath expression for Get first match so as to access the node with bookname "the beard" instantyly?  am trying to minimise the use of loops because they increase the time duration,..thank you (NB:i dont want to use Get all Matched V.I because it obliges me to use a loop in order to access the name derrick and this increases the time duration for my v.i)
    Solved!
    Go to Solution.

    Since it's all text, why not use a real quick Match Pattern (or Regular Expression, but you don't need that much power here), see attached.
    Cameron
    To err is human, but to really foul it up requires a computer.
    The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
    Profanity is the one language all programmers know best.
    An expert is someone who has made all the possible mistakes.
    To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):
    LabVIEW Unit 1 - Getting Started
    Learn to Use LabVIEW with MyDAQ
    Attachments:
    Two-stage match demo.vi ‏8 KB

  • EBS - Reference document number search for clearing open item

    Dear Experts,
    I am currently implementing EBS with MT 940 stattement for bank reconciliation.I want to clear open item, for out going cheque, during posting by reference field (XBLNR) where cheque number maintained.As per MT 940 statement this cheques number is mentioned in 86 line as follow
    :61:1102280228DR19961,NCHK682486          //51070
    :86:47558011XYZ ROAD
    But when I import bank statement, system recognise 682486 as reference field which is in 61 line and clears the open item.
    my requirement is for outgoing check system should recognise 86 line reference and other direct payment or inter bank transfer, system should consider  61 line reference.
    I have created different posting rule for Outgoing check and direct payment/Inter bank transfer.
    I tried to find such issue in forum but did not found any help.
    If need to use search string then how to configure for this and what algorithm to be used for the same.
    looking for solution
    Regards
    Sanjay D

    Hi,
    If you are talking about line item level, then it is called Allocation Number. At the header level, it is called Reference number.
    This is controlled using the copy control for billing - at the header level control.
    The reference number & allocation number once maintained in the configuration, will show up in the Accounting doc - header level & item level, respectively.
    For example - if the customer payment always refers to his PO number, then it really helps to use the allocation number for the accounting doc line items - which helps in clearing incoming payment faster. In this case, the reference number could be our delivery number. This is one of the examples for using both Ref & allocation #'s.
    Hope, this helps!
    S. Siva

  • How to Search for text in a word document and replace it

    Hey All ,
    I am able to open up a word document present locally using OLE2 Automation. Now i need to search for a text in that document
    and replace it with another text. How do i achieve this?
    And another issue is when i search for the particular pattern i need to store the pattern that comes after the pattern as i need it for further use before i replace it.
    Thanks And Warm Regards,
    Nischal

    Hey Chen,
    Well before i do the search and edit , I am actually opening a .mts file in word which is happening successfully.
    The issue that i am facing now is I am unable to save it as .doc file through the 'SaveAs' method.
    Here is my code. Can u please tell me what i need to do in order to correct this.
    After i do this conversion i intend to pass the data from the .doc file to an internal table and then do the required change.
    But First i need to save it to .doc type.
    REPORT  MAIN_PROGRAM_2.
    INCLUDE OLE2INCL.
    *Declaration Of OLE2_Object Variables.
    DATA: WORD            TYPE OLE2_OBJECT,
          DOCUMENTS       TYPE OLE2_OBJECT,
          ACT_DOCUMENTS   TYPE OLE2_OBJECT.
    *Declaration of variables
    PARAMETERS PATH       TYPE string.
    DATA:Relative_Path    TYPE string,
         Relative_Path_Save    TYPE string.
    *Declaration of an internal table
    CONCATENATE PATH '\Script.mts' INTO RELATIVE_PATH.
    *Object Creation in order for us to open word
    CREATE OBJECT WORD 'WORD.APPLICATION'.
    PERFORM ERROR_HANDLE.
    *Set visibility property of MS word.
    SET property of WORD 'VISIBLE' = 1.
    *Open A document
    CALL METHOD OF WORD 'Documents' = DOCUMENTS.
    PERFORM ERROR_HANDLE.
    *CALL METHOD OF DOCUMENTS 'ADD' = ACT_DOCUMENTS.
    CALL METHOD OF DOCUMENTS 'OPEN' EXPORTING #1 = RELATIVE_PATH.
    PERFORM ERROR_HANDLE.
    *GET PROPERTY OF WORD 'ActiveDocument' = ACT_DOCUMENTS.
    *PERFORM ERROR_HANDLE.
    **To save the script.mts to script .doc file in order to put it into an internal table
    CONCATENATE PATH '\Script.doc' INTO RELATIVE_PATH_SAVE.
    CALL METHOD OF WORD 'SaveAs' EXPORTING #1 = RELATIVE_PATH_SAVE.
    PERFORM ERROR_HANDLE.
    FREE OBJECT WORD.
    The Save part of the code is giving me an OLE error = 2
    Thanks And Kind Regards,
    Nischal
    Edited by: Nischal HP on Apr 28, 2011 1:53 PM

  • How to search for a document

    Hi
    I am uploading document in KM. But when i am updating i assigning custom property country to some specified courties.
    How can I filter those documents depending on the country?
    For Example, When i am uploading the document, i have country property as Germany(The documents belongs to Germany). 
    How can I Search for the set of documents which contains property as Germany?
    Thanks
    Prasad

    Hi,
      In Advanced Search you can filter by:
      Filter by Predefined Properties or
      Filter by Custom Properties
      If you like, I don't know your requirement, you can create an index, Service Type: search and classification. And classify your documents by countries using taxonomies.
      Patricio.

  • I recently reformated my Xp and I have not updated my Palm Hotsync program for treo 755p from sprint for a very long time . Can someone direct me how to do an update on my PC? Thank you

    null
    Post relates to: Treo 755p (Sprint)

    hello pmj54 and welcome to the forums.....
    You can download and install the Desktop software with the Hotsync Manager from this web site.
    http://kb.palm.com/wps/portal/kb/na/deviceselector​/page_en.html#NA%20Phones:Treo%20755p
    Let us know if we can help you come more..
    Thanks,
    Colapop

  • How to search for text in document

    How do you search text within a document on the Samsung Galaxy 10.1? I click the search icon, enter the text to search and nothing happens. The only options I see are a circled "x" and "Cancel". The program does not automatically go to the entered search string and I cannot find anyway to cause the program to find the words. Thanks,

    Once you have typed your search term in, you need to tap the "enter" key on the keyboard. Once you do, the keyboard should close, and you should see the first instance selected.
    There will be two Arrow buttons in the bottom center of the screen to go back and forth through all of the instances of this word in the document.
    If the word could not be found, then a message displaying "search term" not found will appear at the bottom of the screen above those buttons.

  • How to search for documents that do not contain a word in a section?

    For example: (deleted% within folder) finds all documents that have deleted in the folder
    I want to find all documents that do not contain "deleted%" within folder.

    If you have other criteria, then you can use "other criteria NOT deleted% within folder". However, if there is no other criteria, then you cannot just begin with NOT, so you have to use "% NOT deleted% within folder", but on a large data set that will result in an error about the wildcard expanding to too many terms.
    SCOTT@orcl_11g> create table test_tab
      2    (id     number,
      3       folder     varchar2(30),
      4       col2     varchar2(15),
      5       dummy     varchar2(1))
      6  /
    Table created.
    SCOTT@orcl_11g> insert all
      2  into test_tab values (1, 'something deleted', 'something', null)
      3  into test_tab values (2, 'whatever', 'deleted', null)
      4  into test_tab values (3, 'something', 'whatever', null)
      5  select * from dual
      6  /
    3 rows created.
    SCOTT@orcl_11g> begin
      2    ctx_ddl.create_preference ('test_datastore', 'multi_column_datastore');
      3    ctx_ddl.set_attribute ('test_datastore', 'columns', 'folder, col2');
      4    ctx_ddl.create_section_group ('test_group', 'basic_section_group');
      5    ctx_ddl.add_field_section ('test_group', 'folder', 'folder', true);
      6    ctx_ddl.add_field_section ('test_group', 'col2', 'col2', true);
      7  end;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl_11g> create index test_idx
      2  on test_tab (dummy)
      3  indextype is ctxsys.context
      4  parameters
      5    ('datastore     test_datastore
      6        section group     test_group')
      7  /
    Index created.
    SCOTT@orcl_11g> select * from test_tab
      2  where  contains (dummy, 'something NOT deleted% within folder') > 0
      3  /
            ID FOLDER                         COL2            D
             3 something                      whatever
    SCOTT@orcl_11g> select * from test_tab
      2  where  contains (dummy, '% NOT deleted% within folder') > 0
      3  /
            ID FOLDER                         COL2            D
             2 whatever                       deleted
             3 something                      whatever
    SCOTT@orcl_11g>

  • How to Search for Collab Documents from Specific Collab Projects

    I am looking for some sample code that will use the portal Remote Search API to query for documents in Collaboration Server Only.
    I have a specific group of projects that I need to query. I can gather these in an Array --> IProjects[].
    The Collaboration Server Search portlet appears to have this capability already but I have to do it in a custom portlet.
    Thanks in advance.
    Phil Orion
    Orion like the constellation, not the Irish guy..

    Bump- Any takers --on this question?
    How about does anyone have any sample code to simply query for collab documents...
    Edited by: PhilOrion on Jul 3, 2010 5:28 PM

  • Is the iBook app ok longer available? Also any book I try to download it says this item is no longer available.

    iBook can't be downloaded onto a device that doesn't already have it? Can't even find it in the App Store. And on my phone that does have it, all the books say "no longer available."

    There are reports of users having problems downloading content or updating apps.
    Try later or tomorrow.

  • How to search for pictures from 1000 named business catalouge that is in my photo library?I normally send these to my clients via bbm or whats app or mms but searching for it from the 1000 photos is such a pain.I need a search option but how to search ?

    Please help, i use to be able to reply coustomers inquiries just by searching photos by name and sending them on my Blackberry device ,these photos are catalogs that have details and price on them ,they save me a lot of time instead of explaining one by one to a client.I need your help to please advice me how to search from my photo album instead of going one by one through a 1000 pictures.Its frustrating.I am using an Iphone 5
    Thank you

    Please help, i use to be able to reply coustomers inquiries just by searching photos by name and sending them on my Blackberry device ,these photos are catalogs that have details and price on them ,they save me a lot of time instead of explaining one by one to a client.I need your help to please advice me how to search from my photo album instead of going one by one through a 1000 pictures.Its frustrating.I am using an Iphone 5
    Thank you

  • In Pages document, how do I search for word and view its frequency and page numbers in a sidebar?

    I have a long document and I want to be able to search for certain key words and phrases, and then see how many times they appear in the document and exactly where.  How do I conduct this sort of search and viewing?  In the past, in Pages and Word, I've been able to view my "finds" in a sidebar but I can't figure out how to activate that service anymore.
    Thanks!

    Here is a word frequency concordance Automator Service that works in both versions of Pages. It does not present a page number reference. It is by descending count, and alphabetically, within the repetitive counts as shown in the image here. In any document, you select the text to process, then Menu > Application Name > Services > Frequency. The Service will open TextEdit with the n-pages of scrollable results. It is 16 pt Helvetica Neue for legibility.
    Here is the code:
    on run {input, parameters}
         try
              set mySelection to input as text
              set formatted_result to concordance(mySelection)
              if formatted_result is not null then
                   set textHeading to "Word Frequency List"
                   tell application "TextEdit"
                   activate
                         set NewDoc to make new document with properties {name:"Concordance"}
                         make new paragraph at beginning of text of NewDoc with data textHeading & return
                         make new paragraph at end of text of NewDoc with data formatted_result
                         tell text of NewDoc
                               set font to "Helvetica Neue"
                               set size to 16
                               set color of paragraph 1 to {0, 0, 65535}
                         end tell
                        end tell
              else
                        display dialog with title ¬
                         "No input selected" with icon stop ¬
                          giving up after 15
              end if
         on error errmsg number errnum
                    display alert ¬
                               "AppleScript Error" message errmsg & "[" & errnum & "]" as critical ¬
                                  giving up after 30
         end try
         return input
    end run
    on concordance(mySelection)
    -- Use Ruby to count word frequency and alphabetically sort words
        set rb to ¬
        "selected = String.new\nfreqs = Hash.new(0)\nselected = ARGV.join('  ').gsub(/[,.]/, \"\")\n
         words = selected.split(/[^\\w-]+/)\nwords.each { |word| freqs[word] += 1 }\n
         freqs_sorted = freqs.sort do |a,b|\n\t
         a.last == b.last ? a.first <=> b.first : b.last <=> a.last\nend\n
         freqs_sorted.each { |k,v| printf \"[ %8s ]          %s\", v, k }"
        do shell script "/usr/bin/ruby -e " & rb's quoted form & space & mySelection's quoted form
    end concordance
    Launch /Applications/Automator and choose New Document, then click the Service icon, and then select the Choose button.
    On the left, you will have a list of Libraries from which to choose workflow items. Find Library > Utilities. In the adjacent column, locate the Run Applescript workflow. Click on it, then drag and drop it in the large workflow window to your right.
    At the top, you can select Service receives text in any application. Leave Output replaces selected text unchecked.
    In your Run AppleScript workflow window, you will see AppleScript boilerplate. Click on it and press command+A, then backspace to delete this content. Copy and paste the above code into this Run AppleScript workflow window. Press the Run button in Automator's upper right corner. If (and it should) a TextEdit window pops up, you are good, and you want to press File > Save. A dialog box will pop-up where you can name your Service. I called my Frequency, you may wish to call it something else. Once you have save it, you can exit Automator. Services are deposited in yourlogin directory/Library/Services.
    If you have a Pages document open with text, either select it, or command+a to select the entire document. Now, you select your Service via Pages > Services > Frequency. This will now pop-up a new TextEdit document with the results. If you want to save this new document, you must use option+File to Save as...

Maybe you are looking for

  • Auto deploy a VI onto compactRIO or pop-up a vi on target in main VI

    Hello I have a main program where i have event structure and 2 state machines which do DAQ and Video. in a different project i have a pid controlled heater program that will be deployed on compactRIO. how do i program the main VI to auto deploy the h

  • BCS - Virtual cube with services

    I have basicube CUBE1 assigned to virtual cube VCUBE1 in BCS. There is an entry in table RSSEM_UCR0_IPD reflecting this assignment. I want to assign a 2nd virtual cube VCUBE2 (exact copy of VCUBE1) to CUBE1 so that I can test an updated function modu

  • TNS-12541: No listner on Windows VISTA (oracle 10g client)

    Hi all, After installing an Oracle 10g Client for Windows Vista, when trying to connect to the database, i got the error No listner (TNS-12541). I checked the database listner but it's running and i can connect there from XP OS client. Does anybody h

  • ICE - Content Transfer & Performance

    Hi, We are implementing a Content Management System using KM on EP6SP14. We have a staging Portal to create the content, transfer it to Production Portal using ICE, and render it from there. Issues - ICE does not provide 'On demand' PUSH. Secondly IC

  • Quickoffice and adobe MISSING after reset

    Hello Everyone, I resetted my E7 yesterday, and noticed that Quickoffice and Adobe readers disappeared! I tried reinstalling Belle from the nokia suite, all went well, but QO & Adobe are still missing. I tried deleting the downloaded installation fil