Use of wildcards in searching

Hi all
I have an issue with a custom tool that has been developed, which is combined with poor data management on behalf of our Master Data team.
When creating Info Records, they only use a plant code when the material is used in mutliple plants, otherwise they leave it blank (a practice I am looking to correct, it's just laziness)
The problem I have is when trying to report on info records, I want to include both blank AND populated records.
- Using * or ? only extracts records that have some kind of data
- Leaving either the lower or upper limit blank either produces only blank results, only populated results, or no results at all
What would be the syntax to search for all records, blank or not blank?
Thanks, D.

Dante,
When creating Info Records, they only use a plant code when the material is used in multiple plants,
There are legitimate business reasons to leave this field as blank.  This is why SAP supports this feature.  Your characterization of the department's motives as 'laziness' may be interpreted by someone else as 'lower cost ease of maintenance'.  I have worked under three types of business policies, all legitimate:1. The plant field must always be populated, 2. The plant field must never be populated, and, most common, 3. The plant field will be populated as necessary.  I will assume, then,  that you are speaking of your internal business policies and procedures, which are evidently that the plant field must always be populated.
What would be the syntax to search for all records, blank or not blank?
I believe you said that this was a custom tool.  We cannot know how the tool selects the records.  I suggest that you review your issue with the developer who created it.
Best Regards,
DB49

Similar Messages

  • [3.1] InfoView Search - Use of Wildcards in Search string

    Hi,
    Is it possible to use wildcards like % or ? or _ or ... in InfoView search?
    Thanks for feedback!
    Raf

    what do you mean infoview search? are you searching for any document? or you have a report and you would like use wild card?
    if it is first one, just type in the word in the search box and enter. it brings all objects with that name. no need to use wild cards.
    if it is in the report, yes. in the where clause change the operator to matches pattern and in the operand type in the word and use the wild card.

  • Use of wildcard and case insensitive searches

    Used the "Create form from a table" option. Have a customized form for this table to query, insert, update, and delete rows. My question is how can I allow a user to 1) search using a wildcard (%) from this form and 2) how can I make the search case insensitive for my users.
    Thanks

    Hi,
    Why not create a report to find the records and link to the form from the report.
    You can then set the where clause to be whatever you wish:
    where tablename.columnname like :parameter
    or even:
    where UPPER(tablename.columnname) like UPPER(:parameter)
    Regards Michael

  • Using a Wildcard in a parameter

    I have a report with a lastname parameter and a firstname parameter that will prompt user to enter last name and first name.
    The firstname field could have multiple characters such as "Mary Jane".  When I enter the firstname as such, CR could not find the record. It appears that the parameter does not take multiple characters as input.
    Can anyone share a sample on how to create a parameter for this scenario? Can we use a wildcard on the parameters that look something like this:
    Last Name Prompt: lastname
    First Name Prompt: firstname*
    Thanks in advance

    I found out that it's the way the data was entered into the database. Because there is more than 1 space between the 2 characters (ex: Mary   Jane), unless I  enter it exactly like that in the prompt, it won't be able to find the record.
    The challenge is I can not predict how the names look like in the database. Is there a way to use wildcard for a partial search such as Mary*  so that all instances of Mary will return?
    I was able to setup wildcard for the firstname field so that ALL records will return but this is not a viable solution as there could be too many rows.

  • Why does using Google in the search bar (and only Google) not let me open search results in the same tab?

    Hello,
    When I use Google in the search bar, I have to open the search results in a new tab. If I simply click on them to open in the current tab, I'm inevitably redirected right back to the main Google site. This has only started happening in the past month or two -- I'm considering switching to Chrome after 5 years with Firefox because of this. Please help! It's incredibly frustrating to consistently have to remind myself to open all search results in a new tab. It's quite a waste of time over the course of a day.
    Here are the basic steps:
    1) I do a search using Google in the search bar.
    2) As is supposed to happen, the search returns results in the current tab.
    3) When I click on a result link, I'm immediately sent back to www.google.com.
    4) If I hit back to try to return to the search results, I'm taken to the page that was loaded BEFORE I even did the search.
    5) If, and only if, I instead right-click or Mouse3 click on the search results and open them in a new tab, I can successfully go to the search result pages.
    --Thank you

    Try to clear the Google cookies.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"

  • Open PDF's in new window in document library when using "Find a file" search

    I need to be able to open PDF's in a new window from a document library when using the "Find a file" search built into the document library "All documents" view. I currently have the following javascript on the page:
    _spBodyOnLoadFunctionNames.push("setTargetBlank()");
    function setTargetBlank()
    { $("a[href$='.pdf']").removeAttr('onclick').attr("target", "_blank");
    This works great when going to the document library and navigating through the folders then clicking on a link.
    The problem is when someone goes to the document library then uses the "Find a file" search and then they click on a link. The "Find a file" search does not do a postback (reload) of the page, therefore my javascript to find the PDF links
    and make them open in a new window does not run for the links on the page.
    I have read the following article but this does not seem to offer a solution that will work in this situation for SharePoint 2013 (Office 365): http://social.technet.microsoft.com/Forums/sharepoint/en-US/7ad3224c-3165-47ae-95bc-4f3928e2f9a8/opening-document-library-pdf-in-a-new-window-sharepoint-2013?forum=sharepointgeneral
    I suppose the idea solution would be to somehow tap into the event that is fired when using "Find a file" search to run my javascript and update the links for the search results.
    Can anyone offer any solutions to this issue?

    Hi,
    According to your description, my understanding is that you want to open PDF files in a new window from a document library when using the "Find a file" search.
    As you said, the "Find a file" search does not do a postback (reload) of the page, therefore JavaScript to find the PDF links and make them open in a new window does not run for the links on the page.
    I recommend to use JS link to achieve the goal. Create a JavaScript override file and upload the JavaScript file to the Master Page Gallery, and then set the JS Link property of the document library web part to point to the JavaScript file.
    Here are some links about the JS link in SharePoint 2013 for you to take a look:
    http://www.idubbs.com/blog/2012/js-link-for-sharepoint-2013-web-partsa-quick-functional-primer/
    http://www.learningsharepoint.com/2013/04/13/sharepoint-2013-js-link-tutorial/
    http://zimmergren.net/technical/sp-2013-using-the-spfield-jslink-property-to-change-the-way-your-field-is-rendered-in-sharepoint-2013
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • How do I use a wildcard to call a set of files?

    I had this vi working once and now I can't recreate it.  I have a folder with an ASCII file of temperature readings from each day of the month.  The filename consists of the date and time.  I want to recall each file in a loop and find the maximum value in three of the columns (that all works).  My problem is that even though the date portion of the filename is easily found, the time stamp could be anything.  So, a created a path that includes the drive, the folder, and the subfolder (the month of the year).  Then I appended from the loop the day of the month.  I am using an asterisk '*' as a wildcard.  The vi does not like it.  If I strip off the time portion of all of the filenames, it works fine.
    Example of a file name : Q:\APR\2010\1_2010\1_22_2010 60719 AM     - Type of file is a Text Document
    Example of using a wildcard: Q\APR\2010\1_2010\1_22_2010*
    It's at the end as people on this board have suggested.
    Attachments:
    Monthly Gas Test VI.vi ‏186 KB

    Does the list function require interaction by the user?  I was hoping to avoid that.  I'll check it out.  Thanks.
    Ron

  • File System Task - using a wildcard in variable

    Hi,When using the "delete file" operation in the file system task I get an error stating that I have an incorrect path when using the wildcard symbol.  Is there a way around this or do I have to spell out the whole name for each file in the
    directiory.  I cannot not use the "delete directory contents" operation because I have two sub directiories in my directory.  I'm trying to use the following when I get the error
    \\devbox\df\*.csv  when I spell out whole name of the file it works.  Any suggestions?
    LISA86

    this cant be done like this. Only possible if you put file system task in for each loop container and perform deletion one at at time.
    http://technet.microsoft.com/en-us/library/ms140185.aspx
    The File System task operates on a single file or directory. Therefore, this task does not support the use of wildcard characters to perform the same operation on multiple files. To have the File System task repeat an operation on multiple files or directories,
    put the File System task in a Foreach Loop container, as described in the following steps:
    Configure the Foreach Loop container   On the Collection page of the Foreach Loop Editor, set the enumerator to
    Foreach File Enumerator and enter the wildcard expression as the enumerator configuration for
    Files. On the Variable Mappings page of the Foreach Loop Editor, map a variable that you want to use to pass the file names one at a time to the File System task.
    Add and configure a File System task   Add a File System task to the Foreach Loop container. On the
    General page of the File System Task Editor, set the SourceVariable or
    DestinationVariable property to the variable that you defined in the Foreach Loop container.
    Thanks, hsbal

  • Using a wildcard in the contact number for a messenging service.

    I am a volunteer firefighter. Our fire company uses a messenging service to send MMS notifications when there is a call. All of the messages come through as 1(410)000-nnn where nnn = the sequential message number. E.g. let's say I get a text at 06:00, the sender is 1(410)000-236 Then, I get another call at 11:00 and the sender is 1(410)000-237, etc.
    I would like to add the number to my contacts using a wildcard so that any text from, say, 1(410)000-### is listed as "Fire Company". Is there any way to accomplish this?

    It's the same story with phone numbers. E.g. let's say I am a Geico customer and because they are so big, they have their own trunk line. Thus, any number from 123-456-nnnn is going to be Geico. I don't really care to program 10,000± numbers into my phone. I just want to know that it's Geico calling me. Programming 123-456-#### or something for "Geico Insurance" would be nice.

  • Sites using TALEO for job searches no longer works in 19, worked in last official 18 release

    Company websites which use the TALEO job search/apply app/site, no longer work right in 19, they worked fine in 18.xx. Specially, the job search function does not work right when entering the TALEO job search parameters then hitting SEARCH FOR JOB does nothing. AN example site (which does not require registration) is https://nielsen.taleo.net/careersection/3/jobsearch.ftl?lang=en. If I make selections for JOB FIELD and/or LOCATIOn then hit SEARCH FOR JOB, nothing happends. Sites using TALEO worked fine in the last offical 18.x release. TALEO worksd fine in IE 7&Chrome 25.
    Clearing the cache does not change behavior. Finally did a full FF reset--no change.
    WIN XP SP3 | Dell Dimension 4600 | 1.2 G RAM

    I am running Firefox version 19.0.2 and I have the same problem. I am able to filter using Internet Explorer which I really don't like. Rather than users having to figure out why this isn't working either Taleo needs to fix their scripts or a fix needs to happen in Firefox.

  • XI File Adapter: Sender and the use of wildcards in the directory name

    Hi,
    Quick question for you XI guru's.  I have a requirement to <b>read</b> files from an ftp server that live in separate directories like:
    /dir1/subdir1/in/
    /dir1/subdir2/in/
    /dir1/subdir3/in/
    I want to setup the communication channel so that it does something like:
    /dir1/*/in
    Normally I would specify the other directories in the advanced tab however there could be potentially 1000's of subdir's so I want to use a wildcard.  Is it possible to do this with a directory name?
    I have read this link and it seems to only indicate using wildcards in the filename.
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm

    Hi,
    I think.. try as below
    It is better to use OS script to read the said three directories.
    bcz you know three directories. so you can use OS script file and that file can be configured in Ftp adapter.
    OS Command from FTP
    Please see the below links
    /people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching
    OS Command on FTP
    OS command line script - Need help
    FTP - Run OS Command before file processing
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    Chilla

  • Use of wildcard certificate

    Hi,
    We are going to use the UAG with a AD for the SSO of a sharepoint server and a set of 10+ web applications servers behind the UAG, the connections are supposed to be HTTPS; would like to know if the use of wild card server certificate is a mandatory
    in this kind of environment ? or a server certificate for each application server is also possible for this requirement ?
    Thanks a lot !

    Hi,
    it is not mandatory but recommended. The reason for recommendation is, that you can just use 1 trunk for publishing instead of 10 different trunks (10 IPs) if you use a single server SSL cert. E.g. if you use app01.domain.com to app10.domain.com.As an alternative
    to the wildcard cert you can use a SAN certificate which has all app host names  inlcuded. Just in case this makes a price difference.
    I would recommend to use the wildcard cert, because UAG configuration and management is much simpler as with the single server certificate and the SAN certificate is inflexible if you want add more apps because you have to request a new certificate if you
    add a new application.
    Hope that helps,
    Lutz

  • HT201335 I have a UK apple mac and im trying to use mirroring so when searching google, ebay, writting document it shows up on my tv but i dont have the option when i click on the rectangular box in lower right hand corner. ANy one have advice?

    I have a UK apple mac and im trying to use mirroring so when searching google, ebay, writting document it shows up on my tv but i dont have the option of 'Mirroring' when i click on the rectangular box in lower right hand corner. Anyone have advice on how I can do this?

    Welcome to the Apple Community.
    AirPlay Mirroring requires a second-generation Apple TV or later, OS X 10.8 or better and is supported on the following Mac models: iMac (Mid 2011 or newer), Mac mini (Mid 2011 or newer), MacBook Air (Mid 2011 or newer), and MacBook Pro (Early 2011 or newer). It also requires the computer to be using wi-fi.
    Do you meet these requirements.

  • Using Oracle Text to search through WORD, EXCEL and PDF documents

    Hello again,
    What I would like to know is if I have a WORD or PDF document stored in a table. Is it possible to use Oracle Text to search through the actual WORD or PDF document?
    Thanks
    Doug

    Yes you can do context sensitive searches on both PDF and Word docs. With the PDF you need to make sure they are text and not images. Some scanners will create PDFs that are nothing more than images of document.
    Below is code sample that I made some time back to demonstrate the searching capabilities of Oracle Text. Note that the example makes use of the inso_filter that is no longer shipped with Oracle begging with Patch set 10.1.0.4. See metalink note 298017.1 for the changes. See the following link for more information on developing with Oracle Text.
    http://download-west.oracle.com/docs/cd/B14117_01/text.101/b10729/toc.htm
    begin example.
    -- The following needs to be executed
    -- as sys.
    DROP DIRECTORY docs_dir;
    CREATE OR REPLACE DIRECTORY docs_dir
    AS 'C:\sql\oracle_text\documents';
    GRANT READ ON DIRECTORY docs_dir TO text;
    -- End sys ran SQL
    DROP TABLE db_docs CASCADE CONSTRAINTS PURGE;
    CREATE TABLE db_docs (
    id NUMBER,
    format VARCHAR2(10),
    location VARCHAR2(50),
    document BLOB,
    CONSTRAINT i_db_docs_p PRIMARY KEY(id)
    -- Several notes need to be made about this anonymous block.
    -- First the 'DOCS_DIR' parameter is a directory object name.
    -- This directory object name must be in upper case.
    DECLARE
    f_lob BFILE;
    b_lob BLOB;
    document_name VARCHAR2(50);
    BEGIN
    document_name := 'externaltables.doc';
    INSERT INTO db_docs
    VALUES (1, 'binary', 'C:\sql\oracle_text\documents\externaltables.doc', empty_blob())
    RETURN document INTO b_lob;
    f_lob := BFILENAME('DOCS_DIR', document_name);
    DBMS_LOB.FILEOPEN(f_lob, DBMS_LOB.FILE_READONLY);
    DBMS_LOB.LOADFROMFILE(b_lob, f_lob, DBMS_LOB.GETLENGTH(f_lob));
    DBMS_LOB.FILECLOSE(f_lob);
    COMMIT;
    END;
    -- build the index
    -- Note that this index differs than the file system stored file
    -- in that paramter datastore is ctxsys.defautl_datastore and not
    -- ctxsys.file_datastore. FILE_DATASTORE is for documents that
    -- exist on the file system. DEFAULT_DATASTORE is for documents
    -- that are stored in the column.
    create index db_docs_ctx on db_docs(document)
    indextype is ctxsys.context
    parameters (
    'datastore ctxsys.default_datastore
    filter ctxsys.inso_filter
    format column format');
    --search for something that is known to not be in the document.
    SELECT SCORE(1), id, location
    FROM db_docs
    WHERE CONTAINS(document, 'Jenkinson', 1) > 0;
    --search for something that is known to be in the document.  
    SELECT SCORE(1), id, location
    FROM db_docs
    WHERE CONTAINS(document, 'Albright', 1) > 0;

  • Can you use Find/Change to search for many different words at once?

    I have an 80 page catalogue in Indesign (CS5) - it has several thousands of catalogue numbers listed as text within it. I've just been given a list of 1000 catalogue numbers to search for and if they appear, remove them - is there any way to search for them all in one go, rather than one by one?
    I've started using Find/Change to search for the catalogue numbers but seem to only be able to search one catalogue number at a time that way.
    Any ideas welcome!
    Thanks

    GREP can search for more than one phrase "at once" (i.e., in one operation), like this:
    word1|word2|word3
    -- the pipe | delimits the separate words. Then again, GREP Is Not Magic™. This --
    ...  a list of 1000 catalogue numbers to search for ...
    is a bit too much to copy-and-paste into the single Find What line. There is a limit of ten or twelve (or something) OR phrases you can use in GREP.
    On the other hand: GREP is great at finding numbers. If all of your catalogue numbers obey some basic rule, for instance "all of them consist of 6 digits and there are no other numbers with exactly 6 digits", well, that we can probably work with.

Maybe you are looking for

  • File Sender with CC Error handling

    When using the file sender with content conversion we often receive Parsing errors in the AFW monitoring due to bad messages. Q: how can we monitor and e-mail this errors from the AFW,does the CCMS covers everything? Alert monitoring?. another Q: In

  • Refuses to sync

    Ipod 5th gen Video, Windows XP, above system requirements. When I plug my Ipod into my compy (via usb) the computer recognizes it and iTunes as well. I can freely move music, video, podcasts into it. But if I set it to sync anything, it will display

  • Oracle 10g Reports running slow

    On one server we have an issue with some reports of 2pages taking 2 minutes or more to run, but on another server with the same data transferred across the same report runs in about 3-5 seconds. The reports we are having issues with contain graphs. T

  • BUS6035 - create vendor invoice (without PO)

    Hi Friends, I want create a Vendor invoice (FB60) through BUS6035. Now I have to indicate is it a credit note or an invoice, but I could not find a corresponding field in the  LSMW- target structure. Can someone give me some help on this issue? Thank

  • Why am i getting a BSOD when using after effects "CC Wide Time"

    If I preview my footage whilst using the "cc wide time" effect, my PC Crashes to a blue screen of death.  I'm using CS6 Creative cloud, any suggestions? Problem signature:   Problem Event Name:    BlueScreen   OS Version:    6.1.7601.2.1.0.256.48   L