Searching for numbers

Hi!
I'm having a problem when I search numbers in a text.
For example I need to find texts that contains 10.060 (with point) and texts that contains 10060 (without point).
Can you help me?
Thanks! Regards,

Thanks! This is the output from the sentence you sent me.
I hope you find a difference!!!
Regards,
Fabiana.
begin
ctx_ddl.create_preference('"MYINDEX_DST"','DIRECT_DATASTORE');
end;
begin
ctx_ddl.create_preference('"MYINDEX_FIL"','NULL_FILTER');
end;
begin
ctx_ddl.create_section_group('"MYINDEX_SGP"','NULL_SECTION_GROUP');
end;
begin
ctx_ddl.create_preference('"MYINDEX_LEX"','BASIC_LEXER');
ctx_ddl.set_attribute('"MYINDEX_LEX"','SKIPJOINS','.');
ctx_ddl.set_attribute('"MYINDEX_LEX"','NUMJOIN',',');
end;
begin
ctx_ddl.create_preference('"MYINDEX_WDL"','BASIC_WORDLIST');
ctx_ddl.set_attribute('"MYINDEX_WDL"','STEMMER','SPANISH');
ctx_ddl.set_attribute('"MYINDEX_WDL"','FUZZY_MATCH','SPANISH');
end;
begin
ctx_ddl.create_stoplist('"MYINDEX_SPL"','BASIC_STOPLIST');
ctx_ddl.add_stopword('"MYINDEX_SPL"','Sr');
ctx_ddl.add_stopword('"MYINDEX_SPL"','Sra');
ctx_ddl.add_stopword('"MYINDEX_SPL"','Sres');
ctx_ddl.add_stopword('"MYINDEX_SPL"','Sta');
ctx_ddl.add_stopword('"MYINDEX_SPL"','a');
ctx_ddl.add_stopword('"MYINDEX_SPL"','acá');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ahí');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ajena');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ajenas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ajeno');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ajenos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','al');
ctx_ddl.add_stopword('"MYINDEX_SPL"','algo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','alguna');
ctx_ddl.add_stopword('"MYINDEX_SPL"','algunas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','alguno');
ctx_ddl.add_stopword('"MYINDEX_SPL"','algunos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','algún');
ctx_ddl.add_stopword('"MYINDEX_SPL"','allá');
ctx_ddl.add_stopword('"MYINDEX_SPL"','allí');
ctx_ddl.add_stopword('"MYINDEX_SPL"','aquel');
ctx_ddl.add_stopword('"MYINDEX_SPL"','aquella');
ctx_ddl.add_stopword('"MYINDEX_SPL"','aquellas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','aquello');
ctx_ddl.add_stopword('"MYINDEX_SPL"','aquellos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','aquí');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cada');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cierta');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ciertas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cierto');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ciertos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','como');
ctx_ddl.add_stopword('"MYINDEX_SPL"','con');
ctx_ddl.add_stopword('"MYINDEX_SPL"','conmigo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','consigo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','contigo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cualquier');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cualquiera');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cualquieras');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuan');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuanta');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuantas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuanto');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuantos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuán');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuánta');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuántas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuánto');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cuántos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','cómo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','de');
ctx_ddl.add_stopword('"MYINDEX_SPL"','dejar');
ctx_ddl.add_stopword('"MYINDEX_SPL"','del');
ctx_ddl.add_stopword('"MYINDEX_SPL"','demasiada');
ctx_ddl.add_stopword('"MYINDEX_SPL"','demasiadas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','demasiado');
ctx_ddl.add_stopword('"MYINDEX_SPL"','demasiados');
ctx_ddl.add_stopword('"MYINDEX_SPL"','demás');
ctx_ddl.add_stopword('"MYINDEX_SPL"','el');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ella');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ellas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ellos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','esa');
ctx_ddl.add_stopword('"MYINDEX_SPL"','esas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ese');
ctx_ddl.add_stopword('"MYINDEX_SPL"','esos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','esta');
ctx_ddl.add_stopword('"MYINDEX_SPL"','estar');
ctx_ddl.add_stopword('"MYINDEX_SPL"','estas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','este');
ctx_ddl.add_stopword('"MYINDEX_SPL"','estos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','hacer');
ctx_ddl.add_stopword('"MYINDEX_SPL"','hasta');
ctx_ddl.add_stopword('"MYINDEX_SPL"','jamás');
ctx_ddl.add_stopword('"MYINDEX_SPL"','junto');
ctx_ddl.add_stopword('"MYINDEX_SPL"','juntos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','la');
ctx_ddl.add_stopword('"MYINDEX_SPL"','las');
ctx_ddl.add_stopword('"MYINDEX_SPL"','lo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','los');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','me');
ctx_ddl.add_stopword('"MYINDEX_SPL"','menos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mientras');
ctx_ddl.add_stopword('"MYINDEX_SPL"','misma');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mismas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mismo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mismos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mucha');
ctx_ddl.add_stopword('"MYINDEX_SPL"','muchas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mucho');
ctx_ddl.add_stopword('"MYINDEX_SPL"','muchos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','muchísima');
ctx_ddl.add_stopword('"MYINDEX_SPL"','muchísimas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','muchísimo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','muchísimos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','muy');
ctx_ddl.add_stopword('"MYINDEX_SPL"','más');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mía');
ctx_ddl.add_stopword('"MYINDEX_SPL"','mío');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nada');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ni');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ninguna');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ningunas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ninguno');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ningunos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','no');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nosotras');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nosotros');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nuestra');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nuestras');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nuestro');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nuestros');
ctx_ddl.add_stopword('"MYINDEX_SPL"','nunca');
ctx_ddl.add_stopword('"MYINDEX_SPL"','os');
ctx_ddl.add_stopword('"MYINDEX_SPL"','otra');
ctx_ddl.add_stopword('"MYINDEX_SPL"','otras');
ctx_ddl.add_stopword('"MYINDEX_SPL"','otro');
ctx_ddl.add_stopword('"MYINDEX_SPL"','otros');
ctx_ddl.add_stopword('"MYINDEX_SPL"','para');
ctx_ddl.add_stopword('"MYINDEX_SPL"','parecer');
ctx_ddl.add_stopword('"MYINDEX_SPL"','poca');
ctx_ddl.add_stopword('"MYINDEX_SPL"','pocas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','poco');
ctx_ddl.add_stopword('"MYINDEX_SPL"','pocos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','por');
ctx_ddl.add_stopword('"MYINDEX_SPL"','porque');
ctx_ddl.add_stopword('"MYINDEX_SPL"','que');
ctx_ddl.add_stopword('"MYINDEX_SPL"','querer');
ctx_ddl.add_stopword('"MYINDEX_SPL"','quien');
ctx_ddl.add_stopword('"MYINDEX_SPL"','quienes');
ctx_ddl.add_stopword('"MYINDEX_SPL"','quienesquiera');
ctx_ddl.add_stopword('"MYINDEX_SPL"','quienquiera');
ctx_ddl.add_stopword('"MYINDEX_SPL"','quién');
ctx_ddl.add_stopword('"MYINDEX_SPL"','qué');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ser');
ctx_ddl.add_stopword('"MYINDEX_SPL"','si');
ctx_ddl.add_stopword('"MYINDEX_SPL"','siempre');
ctx_ddl.add_stopword('"MYINDEX_SPL"','suya');
ctx_ddl.add_stopword('"MYINDEX_SPL"','suyas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','suyo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','suyos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','sí');
ctx_ddl.add_stopword('"MYINDEX_SPL"','sín');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tal');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tales');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tan');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tanta');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tantas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tanto');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tantos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','te');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tener');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ti');
ctx_ddl.add_stopword('"MYINDEX_SPL"','toda');
ctx_ddl.add_stopword('"MYINDEX_SPL"','todas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','todo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','todos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tomar');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tuya');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tuyo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','tú');
ctx_ddl.add_stopword('"MYINDEX_SPL"','un');
ctx_ddl.add_stopword('"MYINDEX_SPL"','una');
ctx_ddl.add_stopword('"MYINDEX_SPL"','unas');
ctx_ddl.add_stopword('"MYINDEX_SPL"','unos');
ctx_ddl.add_stopword('"MYINDEX_SPL"','usted');
ctx_ddl.add_stopword('"MYINDEX_SPL"','ustedes');
ctx_ddl.add_stopword('"MYINDEX_SPL"','varias');
ctx_ddl.add_stopword('"MYINDEX_SPL"','varios');
ctx_ddl.add_stopword('"MYINDEX_SPL"','vosotras');
ctx_ddl.add_stopword('"MYINDEX_SPL"','vosotros');
ctx_ddl.add_stopword('"MYINDEX_SPL"','vuestra');
ctx_ddl.add_stopword('"MYINDEX_SPL"','vuestras');
ctx_ddl.add_stopword('"MYINDEX_SPL"','vuestro');
ctx_ddl.add_stopword('"MYINDEX_SPL"','vuestros');
ctx_ddl.add_stopword('"MYINDEX_SPL"','y');
ctx_ddl.add_stopword('"MYINDEX_SPL"','yo');
ctx_ddl.add_stopword('"MYINDEX_SPL"','él');
end;
begin
ctx_ddl.create_preference('"MYINDEX_STO"','BASIC_STORAGE');
ctx_ddl.set_attribute('"MYINDEX_STO"','R_TABLE_CLAUSE','lob (data) store as (cache)');
ctx_ddl.set_attribute('"MYINDEX_STO"','I_INDEX_CLAUSE','compress 2');
end;
begin
ctx_output.start_log('MYINDEX_LOG');
end;
create index "BDZW"."MYINDEX"
on "BDZW"."MYTABLE"
("TXT")
indextype is ctxsys.context
parameters('
datastore "MYINDEX_DST"
filter "MYINDEX_FIL"
section group "MYINDEX_SGP"
lexer "MYINDEX_LEX"
wordlist "MYINDEX_WDL"
stoplist "MYINDEX_SPL"
storage "MYINDEX_STO"
begin
ctx_output.end_log;
end;
/

Similar Messages

  • Searching for numbers in a string

    I am trying to filter passwords stored in a string variable and ensure that they contain at least a number and one capital letter.
    how do you search for numbers in a string and search if that string contains a character in uppercase?

    function checkString(username){
    var userfield = username;
    var valid = '0123456789ABCDEFGHIJKLMN�OPQRSTUVWXYZ'; // define valid characters
    if(!isValid(userfield.value,valid)){
    alert("Invalid user name format");
    userfield.value="";
    userfield.select();
         userfield.focus();
    }else{
    err = 0;
    userfield = userfield.value;
    function isValid(string,allowed) {
    for (var i=0; i< string.length; i++) {
    if (allowed.indexOf(string.charAt(i)) == -1)
    return false;
    return true;
    }

  • Searching for Numbers in Pdf

    Hi, Is there a shortcut to search for numbers in a pdf file

    Not sure what you mean.
    You have the find feature (ctrl + f) or the advanced search feature (ctrl+shift+f) to search for digits, words, strings etc.

  • Search for numberic

    Hi all,
    What would be the fastest way to get this result: -
    Given an alphanumeric ABC123, and expected result is 123.
    This alphanumeric would be dynamically changed, but the alpha is constantly comes first then numeric. It could be DDD123 or AAAAB123, and the expected result is 123.
    Please share with me your ideas.
    Thanks in advance.

    Hi,
    Data : string1(10)  type c.
    Data : string2(10)  type c.
    Data : string3(10)  type c.
    Data : l1(2) type i.
    Data : l2(2) type i.
    string1 = 'ABC123'.
      l1 = strlen( string1 ).
    Do l1 times.
    l2 = ( l1-1 )
    if  string1+l2(1)  CA SY-ABCDE.
        continue.
    else.
    cnt = 1.
    if cnt1 = 1.
    move string1+l2(1) to string2.
    move string2 into string3.
    clear string2
    else.
    move string1+l2(1) to string2.
    concatenate string3 string2  into string3 .
    clear string2.
    endif.
    cnt1 = cnt1 + 1.
    endif.
    enddo.
    Rgds
    Siva.

  • Jabber - Search for phone Numbers (extensions)

    Hi there,
    as on the old Cisco Personal Communicator there was a possibillity to search for extension numbers on the search field. If I enter an extension number on the Jabber Client on Windows, there is no Name and Picture shown from this employee. For example, if you type in 1234 in the field it just says "call 1234" but I want so find the employee which extension is 1234.
    On the jabber-config.xml I already tryed the UDS and EDI method.
    So I'm just asking if there is a general problem with this function or if this is just an configuration issue. If it would help, I'll post the jabber-config.xml.
    Thanks for a reply.
    regards
    Marc

    Hi Marc,
    Currently this is not supported. It is tententively planned for 9.4 which has no current release date.
    Thanks,
    - Colin

  • Searching for Flash Photo Gallery with numbered navigation menu.

    I'm looking for a photo gallery with a numbered navigation
    menu. I've seen this gallery on several flash web pages. Is this
    type of photo gallery a template that comes with flash? Has anyone
    come across a tutorial for a photo gallery similar to the link
    below.
    http://www.rockcreeksm.com/index.php/work/portfolio/

    i made this one:
    http://www.goldbergphotography.com/
    but there are quite a few simpler photogalleries. use google
    to search for some tutorials or templates.

  • Searching for tracks with numbers?

    most of my music is classical in nature, and occasionally I will search for a specific work, and forget that the ipod classic doesn't have numbers as a search option, or am I missing the numbers? It's far easier to look up a Bartok work by the S# than looking up "concerto for orchestra" it takes awhile to type out in the search function, is this my only option? or is there some way i can search with numbers?

    Answered my own question:
    Highlight the playlist or playlist folder
    Put the track in the seach field
    Uncheck Search Entire Library in search box
    Search
    Right click > Show in Playlist (will show all playlists featuring the track within that folder)

  • Is it possible to search for a specific term or data in Numbers for iOS?

    I looked for similar questions, but all of the similar questions did not specify if they were talking about the Mac version or the iOS.  So I apologize if the question has been asked.
    Is there a way to search for a specific term or criteria in Numbers for iOS?
    My father owns a small business and has a large inventory of parts.  He wants a simple way to search his inventory for a particular part number and see how many of a the specific part number he has in his inventory, while not in the shop or having to call in.  He wants to take an iPad along with him.
    My first thought was to create an spreadsheet.  I have a basic knowledge of how spreadsheets work, and I don't think my father would like anything more complicated.
    I was thinking about making the 1st column list the part number, 2nd column list the quantity in the shop, 3rd column list the quantity in the truck.
    If Numbers for iOS is not able to do this, suggestions for alternatives are welcome.
    Thanks in advance

    Hi j4nitor
    Would the "Find" option in the "Tools" menu do the job?
    If you search for the part number, it will be highlightet, and with your outline for a setup, I guess that would give you the overview you are talking about.
    Hope it helps.
    Best regards
    Ole

  • Spotlight search for telephon numbers

    Hello,
    I am using the search field inside the addressbook.app to type in a telephon number of an existing contact.
    Unfortunately no results are shown for contacts which having the number.
    Ist it possible to search for telephon numbers of my contacts in the addressbook.app?
    Thanks
    Japday

    I'm able to search for phone numbers successfully while in the Address Book. I also used Spotlight outside of the Address Book to retrieve the information Perhaps you need to rebuild your index.
    Jim

  • On iMac maverick using numbers how do I search for an address without scrolling through all. Chris

    On iMac with maverick using numbers spreadsheet, how do I search for an address without scrolling through the lot.

    Better to post your topic in the dedicated Numbers community >  Numbers for Mac: iWork: Apple Support Communities

  • 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...

  • Numbers: searching for occurences of text (case sensitive)

    For biology class, I have a table for dihybrid genetic crosses. After I fill in all the table, I want another table to be able to count the occurrences of each letter combination.
    Essentially, what I want to do is tell a cell to count how many occurrences of "BBHH" are in a range of cells. The COUNTIF function is not case sensitive. I tried nesting the EXACT function inside functions like COUNTIF, COUNT, IF, etc., but EXACT doesn't accept a range of cells.
    Is there a way to do this (a.k.a. create a function that would have the same effect as a hypothetical case-sensitive COUNTIF)?

    Matt,
    I think you are giving up too soon. Create an additional column that tests each cell for your value using EXACT. Column A has your values, B2 has EXACT("BBHH",A2) and you have filled down as far as you have needed (say B11). In A12 use COUNTIF(B2:B11,"=true") to count matched values. Hide column B. Repeat for each value you want to search for.
    Quinn

  • Is there a way to Search (List search) for more then one field text from a column for Bulk uploading?

    I've been trying to find more information on this and I apologies if this has already been answered. I just don't know the correct way to ask this. We have a SharePoint List at the company that we have people input information into different columns. The
    problem is most of those information are very repetitive. Is there a way for me to search more then one field text in the column and just input that same information in?
    ex:
    Column 1
    Column 2
    Date:
    883851
    MidWest
    User input 
    8831518
    MidWest
    User input
    On the search field in the SharePoint List, I would need to search for 883851, 8831518 etc,  would view those requested numbers, then I would click edit and change dates to those rows. Does that make sense? I'm sorry I'm fairly new at sharepoint.

    I think what you're asking is about having repetitive options in a list, show up easily for new items being created.
    This can be done by setting the columns that contain repetitive information to Choice fields.  In the configuration of the Choice field, check the box for "Allow custom values".  Now as users are entering data into the list, the dropdown of options
    for a given field grows and users can quickly see and select previously entered and thus repetitive values for the given fields.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How to search for a variety of characters

    I am working on a document wherein a script I ran has applied differential results to page indicators. I am trying to ensure that I have easy accessibility to indexing in an e-book format, and so I am doing the following:
    1.) Inserting notes at physical page breaks in the print layout in InDesign
    2.) making those notes visible
    3.) applying the "page" style to them, which I have set to display hidden in my CSS but will allow me to insert anchor points for a hyperlink index
    The problem is the note shows up differentially. Some say:
    {~?~PG: @##@} while others show {~?~PG: %##%} where ## represents some page number. The @##@ received the page style properly, but not the %#%. What would be the GREP approach to searching for every instance of {~?~PG: %##%} and applying the page style to it?
    I know how to make sure that the page style is applied. I know that I'd use (\d+) for the numbers. I don't know hwo to represent the brackets, tildes, question marks, or other characters. Is there a good reference for this somewhere or perhaps a tutorial? I hate to bug the forum community with it. I just don't know where to go to get the info I need.
    Edit: To be clear, I'm trying to search for the string
    {~?~PG: %##%}
    All of the characters in the string are the same each time, but the numbers are sequentially higher and higher. There are hundreds of these in my document, so replacing each manually is taking a long time. Thanks for any feedback.
    Edit #2: After a lot of trial and error, I nailed it. This worked for me:
    \{(.+)\%(\d+)\%.
    I left the "change to" blank and in the big Change Format window, I added character style "page", though of course this is going to be different for you depending on how you have the name of that style set up in your CSS file if you're making an e-book too. : )
    Message was edited by: 1John5vs7

    You should definitely look into full-text search. The idea that Kalman floated is doable, but it require a lot more work on your part. Full-text does a lot work for you, for instance handling inflections, so that a search on "goose" will get a
    hit on "geese".
    If you have never worked with full-text search before, I recommend to get your hands on this book:
    http://www.sqlservermvpdeepdives.com/
    http://www.amazon.com/SQL-Server-MVP-Deep-Dives/dp/1935182048/ref=sr_1_1?ie=UTF8&qid=1400851023&sr=8-1&keywords=sql+server+mvp+deep+dives
    This book is a collection of chapters written by a number of SQL Server MVPs, and all our royalties goes to War Child International, so you are supporting a good aim if you buy this book.
    Chapter 13 by Robert Cain is an excellent introduction to full-text search, although it does not handle Semantic Search added in SQL 2012.
    As it happens, my chapter, describes a solution of what Kalman had in mind, although it aimed for the case where you want to permit users to search arbitrary character sequence, and that is not want you want.
    Erland Sommarskog, SQL Server MVP, [email protected]

Maybe you are looking for

  • Regular Expression Help

    I need help writting a regular expression that will match the following strings: 1+1,1+(1+1),((1+1)+(1+1)),1+(1+(1+1)). Basically one that will match an arithmetic expression (operands limited to 1's and operators to '+' sign) with or without correct

  • How to change layout of report  S_ALR_87012083?

    Hi everybody,     How to change layout of report  S_ALR_87012083 except change  output control at selection screen ?     For example,I need a list that there have vendor no. at every line of open item,and I don't need Total liabilities for every vend

  • Why does the Creative Cloud web app not show multiple pages in Fireworks png?

    I have recently bought CC subscription and played a bit with web fromt end. It looks interesting for sharing files with clients and getting feedback through comments. However it does not seem to show multiple pages in png files.. Am I doing something

  • Main Tables reference querry

    Hi, I am working on a respositry having two main tables. My question is: If a repository has 2 main tables, with the 2nd being referred to by the 1st with a u201CLookup Mainu201D, if data changes in the 2nd main table,  does that flag the record(s) i

  • 2008 mac pro will not boot with HD 5770 installed.

    Does anyone have suggestions for this.  When I say it will not boot, I mean it will not respond at all to the power button if the card is installed (or at least if the power cord for the card is plugged into the motherboard.  This is a mac pro versio