Filter By Text

Is it possible to filter by parts of Text? I want to filter out any hr positions that have in the text the term "Casual". This could be a large number of positions and it could be a number of sequences in the text (e.g. Causual maybe the first word, second word or last word etc - it may also be in upper or lower case etc). So what I'd basically like to do is filter by Casual. Can this be done?

Hi,
Are you asking after query execution?
then yes we can do that.
Go to select filter value for any chrecteristic and from pop up window click on arror at bottom "Display other values".
One more pop up wuill come. There you may select "Contains pattern" as "Casual".
I hope it will work.
Thanks,
S

Similar Messages

  • Filter -Different texts in left and right section in user help ( F4 )

    Hi Friends,
    When I try to filter values in Analyzer, different texts are shown in user help for selectable (left window section) and selected (right window section).
    In leftsection texts are shown as defined eg, text  short  , but sfter selecting the value, on the right section text long is displayed.
    Example:
    If a characteristic Z_IO1 with key 1234,
    text short T1
    mid.text     T123
    text long    T123456
    Now I try to filter:
    selectable value is shown as
    1234 T1 (setting key and text short)
    and after moving it to the right side with blue arrow it changes to
    1234 T123456 (same settings) if text long doesn't exist text mid. is shown.
    Did smomeone face this Issue or has any idea? Then let me know, please.
    And something different is strange : When I try to restrict in BEx Query Designer, system works as expected,
    display in left and right section of filter window don't differ.
    Thanks in advance for your input.
    Best Regards
    Joe

    Hi Venkat
    Thanks for reply. My problem isn't filter value selection controlled by rea mode, it's just the display of the filter value texts (descriptions) in the F$ window for selected items. For me it seems, that it is not to change, default is set. I.e. the longest text available is displayed (according to property in RSD1) without any dependence on required texts (short, medium, ling), as mentioned in my example.
    Regards
    Joe

  • Need software to apply image filter to text

    I am looking for software which will apply a filter or effect to text to mask or fill images into text. The software is a suite of several packages offering different image fills per pack. I do not remember the name of the software nor do I recall the name of the manufacturer. Uggh.
    Please help if you know the name of the software or manufacturer I am speaking of. The software has a series of pre-defined library of images to apply to text with a "click of a button". I do not remember if the text is rendered in 3D or 2D. The software I am referring to is either a separately packaged application OR a plug-in or filter for Photoshop. It offers 3 or 4 volumes of images or textures to apply to text.
    For example, it has filters like Swiss Cheese or Sponge. The Swiss Cheese example would fill the text with cheese but also have the edges distorted if a hole in the cheese intersected with the edge of the text thereby creating a "dent" or "hole" in the surface. Some other effects were bubbles, stone, grass, flowers, giraffe, zebra, etc.

    Alex,
    Could it be the Extensis PhotoTools (note: name might have changed, since I got it many years ago)?
    Good luck,
    Hunt

  • Address filter for text messaging

    Is there a way to have the iPhone filter all non-mobile numbers when searching for names from contacts in the address box for a text message? It doesn't make much sense to pull up fax numbers, home numbers, etc. for a contact when I can only text to a mobile number.

    Is there a way to have the iPhone filter all non-mobile numbers when searching for names from contacts in the address box for a text message?
    No.
    It doesn't make much sense to pull up fax numbers, home numbers, etc. for a contact when I can only text to a mobile number.
    In some countries (like the UK) you can send text messages to non-mobile numbers.

  • Library Filter Text  not working in LR2

    Hi,
    If i use the library filter for text and set it as "filename" and "contains" w/o entering any characters into the search bar I get 3 images, although I have it set to seach "All Photographs" in the catalog section.  Please see screenshot.
    If I enter any letter in the search bar, It says "No photos in selected item".
    Any thoughts?
    Thanks,
    Amanda

    Are you sure you don't have any space or any invisible character there in the search box?
    If it is empty, my guess is: corrupt catalog. Try creating a new catalog, import some test photos and check if search works fine.

  • Lightroom 3.2 crashes when performing a library text filter on all photographs

    I have LR 3.2 running on Windows XP on a Intel Core 2 E8500 with 4 GB ram.  I run one catalog that contains a little more than 51,000 photographs (mostly RAW images).  Each time I select ALL PHOTOGRAPHS (in my catalog drop-down on the left), go into the Library Filter, choose TEXT, and type in a keyword to do a search to narrow my photographs down, LR spontaneously crashes...all I get is a Microsoft message asking me if I want to send Microsoft a report and when I click "no", LR just closes.  Sometimes when I re-open LR and perform the same task immediately, all goes well.  But lately it happens again and again even after I restart LR over and over.  This is simply unacceptable as I am constantly needing to search through my entire catalog to find photos with certain keywords depending on the project I am working on.  Is my catalog too big?  I last optimized my catalog on 10/8/2010.  This seems like a bug to me.
    Sorry if this is a problem already discussed...I ran a search and didn't find any threads about it.

    Sorry if this is a problem already discussed...I ran a search and didn't find any threads about it.
    http://forums.adobe.com/message/2986231?tstart=0#2986231
    http://forums.adobe.com/message/2954754#2954754

  • Adding text as a *filter*, not a new layer.

    Hi there. Anyone know if there is a filter out there that allows me to add a bit of text to a shot as a filter, rather than having to use the Text generator and use a new layer?
    I'm thinking of something along the lines of the Timecode generator filter or 'Viewfinder' filter, but just for text and without the numbers/viewfinder frame. I just want to add static text to a whole bunch of shots without needing to go to a new layer or messing around with nesting. TIA.

    alright already ! easier to doi than explain
    open up the FXBuilder [Tools>FXBuilder], then cut and paste the text below into the Editor window... create it [FXBuilder>Create Plugin...] give it a name, and save it into your /Library/Application Support/Final Cut Pro System Support/Plugins folder.
    // Plugin Text follows
    scriptid "Andy's Text Filter" //DO NOT LOCALIZE
    filter "Andy's Text Filter"
    group "Text"
    fullFrame
    input str, "Text", text, "SAMPLE TEXT" textheight 10;
    input fontname, "Font", FontList, "", "str";
    input fontsize, "Size", slider, 36, 0, 1000 ramp 80 detent 36;
    input fontstyle, "Style", popup, 1, "Plain", "Bold", "Italic", "Bold/Italic";
    input center, "Center", point, 0, 0.3;
    input fontcolor, "Font Color", color, 255, 255, 255, 255;
    input ignoreOpacity, "Ignore Opacity (Faster)", checkbox, 1
    input opacityTC, "Opacity", slider, 100, 0, 100 detent 100;
    input backcolor, "Back Color", color, 255, 0, 0, 0;
    code
    float a, d, w, h;
    point centeroftxt, framesize, poly[4], txtbox[4];
    resetText;
    fontcolor.a = 255;
    backcolor.a = 255;
    dimensionsof(dest, framesize.x, framesize.y);
    fontsize *= (framesize.x / 640)
    setTextFont(fontname);
    setTextSize(fontsize);
    if fontstyle == 4          //     bold & italic
         setTextstyle(kbolditalic);
    else if fontstyle == 3     //     italic
         setTextstyle(kitalic);
    else if fontstyle == 2     //     bold
         setTextstyle(kbold);
    else                         //     plain
         setTextstyle(kplain);
    end if;
    centeroftxt = framesize;
    centeroftxt *= center;
    measurestringplain(str, w, h, a, d, aspectof(dest));
    makerect(txtbox, centeroftxt.x-w/2, centeroftxt.y-a/2, w, a);
    poly = txtbox;
    scale(poly, centeroftxt, 1.1, 1.5);
    if ignoreOpacity
         // This performs faster, because it avoids a bunch of extra processing
         dest = src1
         backcolor.a = 255
         fillpoly( poly, dest, backcolor )
    else
         channelfill(dest, 0, 0, 0, 0);
         fillpoly(poly, dest, kwhite);
         channelcopy(dest, dest, kred, knone, knone, knone);
         channelfill(dest, -1, backcolor.r, backcolor.g, backcolor.b);
         Matte(dest, src1, dest, opacityTC/100, kalpha);
    end if
    drawstringplain(str, txtbox, dest, fontcolor, aspectof(dest));

  • Filter value adds quotation to my set value

    This is happening to me from time to time and I am curious if it is a known bug. (SQL2012)
    I created a filter on my tablix to filter certain text values from my dataset. For example, I have a device_family column and this is a text value. Sometimes it is a family A sometimes B, C and so on.
    On my tablix, I created a filter for the family column and used "IN"; and the expression is as follows: "A", "B", "C"
    Note: I did not use any "=" at the beginning.
    From time to time, this filter expression turns into this: """A""", """B""", """C"""
    This is affecting my report. I can fix it manually by going under the tablix and fix the properties but even if I save my work, there is no guarantee that it will not happen again.
    Is this a bug or I am doing something wrong? Thanks,

    Hi Masavran,
    Based on your description, you are experiencing the problem that the Filter values add quotation automatically whiling add a filter to the “Device_fanmily” column, right?
    I have tested it on my local environment, we can reproduce this issue. Based on my research, there are two workarounds to avoid this issue. One is using Split function on the value textbox. Another one is using parameter on the value textbox. The steps below
    are for your reference.
    Method One
    Replace the filter value(“A”,”B”,”C”)  by using an expression
    =split(“A,B,C”,”,”)
    Method Two
    Right click the Parameters in the Report Data to select the “Add Parameter”.
    In the Name and Prompt textbox type: DeviceFamily.
    Select the “Allow multiple values” and “Hidden” check box.
    In the left pane, Click “Available Values” to add available values for the Parameter.
    In the left pane, Click “Default Values” to add default values for the Parameter.
    Right click “Tablix Properties” and select “Filters”.
    Click Add and In the Operator dropdown-list select “In” ,In the Value textbox type:[@DeviceFamily].
    If you still have any question, please feel free to ask.
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to get exact match when working with Oracle Text?

    Hi,
    I'm running Oracle9i Database R2.
    I would like to know how do I get exact match when working with Oracle Text.
    DROP TABLE T_TEST_1;
    CREATE TABLE T_TEST_1 (text VARCHAR2(30));
    INSERT INTO T_TEST_1 VALUES('Management');
    INSERT INTO T_TEST_1 VALUES('Busines Management Practice');
    INSERT INTO T_TEST_1 VALUES('Human Resource Management');
    COMMIT;
    DROP INDEX T_TEST_1;
    CREATE INDEX T_TEST_1_IDX ON T_TEST_1(text) INDEXTYPE IS CTXSYS.CONTEXT;
    SELECT * FROM T_TEST_1 WHERE CONTAINS(text, 'Management')>0;
    The above query will return 3 rows. How do I make Oracle Text to return me only the first row - which is exact match because sometimes my users need to look for exact match term.
    Please advise.
    Regards,
    Jap.

    But I would like to utilize the Oracle Text index. Don't know your db version, but if you slightly redefine your index you can achieve this (at least on my 11g instance) :
    SQL> create table t_test_1 (text varchar2(30))
      2  /
    Table created.
    SQL> insert into t_test_1 values ('Management')
      2  /
    1 row created.
    SQL> insert into t_test_1 values ('Busines Management Practice')
      2  /
    1 row created.
    SQL> insert into t_test_1 values ('Human Resource Management')
      2  /
    1 row created.
    SQL>
    SQL> create index t_test_1_idx on t_test_1(text) indextype is ctxsys.context filter by text
      2  /
    Index created.
    SQL> set autotrace on explain
    SQL>
    SQL> select text, score (1)
      2    from t_test_1
      3   where contains (text, 'Management and sdata(text="Management")', 1) > 0
      4  /
    TEXT                             SCORE(1)
    Management                              3
    Execution Plan
    Plan hash value: 4163886076
    | Id  | Operation                   | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |              |     1 |    29 |     4   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| T_TEST_1     |     1 |    29 |     4   (0)| 00:00:01 |
    |*  2 |   DOMAIN INDEX              | T_TEST_1_IDX |       |       |     4   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("CTXSYS"."CONTAINS"("TEXT",'Management and
                  sdata(text="Management")',1)>0)
    Note
       - dynamic sampling used for this statementJust read that you indeed mentioned your db version in your first post.
    Not sure though if above method is already available in 9i ...
    Message was edited by:
    michaels

  • How to filter with mime types

    Again thanks for the help getting up and running.
    Now that I am up and running I know my task at hand and I have comleted most of it except for a couple of things. Here is my task:
    To have 1 URL filter lists. Lets call it WhiteList-special. What my manager wants is this.
    To all URL's matching the WhiteList-special filter allow the connections filtering out a set of mime types.
    To all URL's not in the WhiteList (still allow them them) but apply a different set of mime type restrictions.
    How can I go about doing this? Do I use the http:// resource and set up the whitelist-special there with a mime list and then in default set up an allow list of basically .* with a different mime type list ??
    Also I noticed that in the mime.types file gnu zip (.gz) was listed as an encoding and not application. Thus if I include the gz mime type in my <Filter "filter-ct" ...> line the gz seems to be ignored. I block all other mime types that are of the application type but I cannot block any encoding type. Am I doing something wrong?
    thanks
    Doug

    Here is what you can do:
    (the simplest way)
    Use a filter that will add a variable to all the mime-types that you want to whitelist.
    Then use a filter to deny all the other types. In the below code, the identity filter is the one that you can use to touch all the whitelist -- (below, it only allows text/plain), and the deny filter will deny all the rest.
    To your question on content-type, check how the content-length is obtained in the below code.
    -------obj.conf------------
    <Object ppath="http://.*">
    ObjectType fn="cache-enable" query-maxlen="10" log-report="off"
    ObjectType fn="cache-setting" lm-factor="0.10" max-uncheck="7200"
    Output fn="insert-filter" type="text/plain" filter="identityfilter"
    Output fn="insert-filter" type="*" filter="denyfilter"
    Service fn="proxy-retrieve" method="*"
    </Object>
    |cat identityfilter.c
    * Usage:
    *     At the end of magnus.conf:
    *         Init fn="load-modules"
    *              shlib="<path>/identityfilter.<ext>"
    *              NativeThread="no"
    *     Inside an object in obj.conf:
    *         Output fn="insert-filter"
    *                type="text/*"
    *                filter="identityfilter"
    #include "nsapi.h"
    int identityfilter_insert(FilterLayer *layer, pblock *pb) {
        pblock_nninsert("identityfilter", 1, layer->context->rq->vars);
        return REQ_PROCEED;
    void identityfilter_remove(FilterLayer *layer) {
    int identityfilter_write(FilterLayer *layer, const void *buf, int amount) {
        return net_write(layer->lower, buf , amount);
    NSAPI_PUBLIC int nsapi_module_init(pblock *pb, Session *sn, Request *rq) {
        FilterMethods methods = FILTER_METHODS_INITIALIZER;
        methods.insert = &identityfilter_insert;
        methods.remove = &identityfilter_remove;
        methods.write = &identityfilter_write;
        const Filter *filter = filter_create("identityfilter", FILTER_CONTENT_TRANSLATION, &methods);
        return REQ_PROCEED;
    |cat denyfilter.c
    * Usage:
    *     At the end of magnus.conf:
    *         Init fn="load-modules"
    *              shlib="<path>/denyfilter.<ext>"
    *              NativeThread="no"
    *     Inside an object in obj.conf:
    *         Output fn="insert-filter"
    *                type="text/*"
    *                filter="denyfilter"
    #include "nsapi.h"
    int denyfilter_insert(FilterLayer *layer, pblock *pb) {
        char* processed = pblock_findval("identityfilter", layer->context->rq->vars);
        if (!processed) {
            pb_param *pp = pblock_remove("content-length", layer->context->rq->srvhdrs);
            if (pp) param_free(pp);
            layer->context->data = (void*)1;
            Request* rq = layer->context->rq;
            rq->status_num = 403;
            pp = pblock_remove("status", rq->srvhdrs);
            if (pp) param_free(pp);
            pblock_nvinsert("status", "403", rq->srvhdrs);
        } else {
            layer->context->data = (void*)0;
        return REQ_PROCEED;
    void denyfilter_remove(FilterLayer *layer) {
    int denyfilter_write(FilterLayer *layer, const void *buf, int amount) {
        if ( layer->context->data ) return IO_ERROR;
        else return net_write(layer->lower, buf, amount);
    NSAPI_PUBLIC int nsapi_module_init(pblock *pb, Session *sn, Request *rq) {
        FilterMethods methods = FILTER_METHODS_INITIALIZER;
        methods.insert = &denyfilter_insert;
        methods.remove = &denyfilter_remove;
        methods.write = &denyfilter_write;
        const Filter *filter = filter_create("denyfilter", FILTER_CONTENT_TRANSLATION, &methods);
        return REQ_PROCEED;
    -----------------------------------What is my best approach? Can I simply call another Filter from mine?
    check out func_exec and friends in nsapi.

  • Ignoring 'hidden text' during text searching

    We are currently using the PDWordFinderAcquireWordList API in order to get / find words from some PDF documents. Inside some of the documents, there is sometimes some hidden text. This text is found and retrieved by the function.
    But, we would like to be able to ignore this text because we do not want to expose it to the end user as this is invisible data.
    We tried the PDWordFinderAcquireVisibleWordList API as it seems to be the good function that can filter the visible / invisible text. Unfortunatly, we did not succeeded.
    Does anybody already used this API to filter visible text ?
    Do you have any sample concerning the way to construct the PDOCContent parameter in order to filter the invisible text ?
    Thanks for your help,
    PT

    I call 'hidden text', textual information that is not visible when you browse the PDF using Acrobat Reader, but that is extracted by the API mentioned.
    But, when I use Acrobat Professional, and I start the 'Examine Document', the dialog box which appear says that Acrobat found 'Hidden text'. I can click on the right of this information on a link called 'Preview', and it list, for each pages, the strings that where found as 'Hidden' by Acrobat. That is the reason why I use this terminology.
    I do not know to which 'concept' this refer in the specified documents.

  • Issues with PSD layer menu and interlace "clipping" on text

    I am using Photoshop to create text-based layered menus. I'm having issues with the top and/or bottom of the text being "clipped" or cut off. If i bump the text up or down one pixle, it sometimes gets better, but it throws off the balance/spacing of the overall menu... and on text with more than one line of text, it generally creates the clipping issue on another line of text. Is there a de-interlace filter for text menus in DVD Studio 4? Is there something I can try in Photoshop? (The text I am using is 20pt, helvetica. About 95% white over a blueish background... pretty good contrast between the 2.)

    actually - just talked with a friend and discovered the problem. I created my photoshop files @720x486. When I cropped the files to 720x480, they work.
    Cool.

  • Filtering mail in which the trigger is text containing alternating spaces

    Colleagues
    I receive spam from a company called SONIC Media. They cleverly place spaces between each character in the email, e.g., "S O N I C" so that one can't filter on "SONIC". Is there any means to filter on text that contains spaces?
    Dennis

    Try placing the text in quotes. However, it may be easier to filter on the sender's email address. That way you can block the entire domain which is then independent of whatever text is used in the message subject or body.

  • Errors trying to apply a Boolean expression for conditional text

    I have been trying to create some Boolean expressions to filter conditional text, with mixed results. The Boolean expression is three conditions separated by ORs followed by four conditions preceded by AND NOTs. When I apply the expression, FrameMaker exhibits and error and has to quit. The numbers in the error message are:
    9004, 4908044, 6134440, 5459515
    The hidden log file appears to be nothing more than a stack dump.
    Do the numbers listed above indicate anything?
    Are there any known limitations on how long a Boolean expression can or should be? One expression with one fewer OR worked.
    Does there need to be a space between an AND and a NOT? The builder does add one, so I assume it is not necessary.
    Does anyone have some general rules of thumb when working with Boolean expressions for conditional text?
    Thanks,
    Van

    Van,
    The error values are meaningless to users. However, please do send the logfiles to the [email protected] address.
    As far as conditionals go, the general rules are that conditon names must be quoted and that if your ar using the NOT, it must run together with the AND or OR, e.g. ANDNOT ORNOT.
    There's an articel in the Developer Connection on using the boolean operators at http://www.adobe.com/devnet/framemaker/articles/fm8_single_sourcing.html
    Perhaps if you posted the condition that caused the crash, someone might be able to spot an error.

  • Help! Cant get wind filter to work

    5I am attempting to use the wind filter on text but when I attempt to use the filter it is greyed out and not available.
    I have followed several turorials and attempted to look it up in a book I have but am missing something.
    I have typed the text on a background, rasterized it according to instructions, then when I attempt to use the filter it is greyed out and I am not able to select it.
    Obviously I am missing some basic, but very frustrating, step and would greatly appreciate someone's assistance.
    I am on a bit of a timeline and am under a bit of pressure if I am going to use this effect.
    Thanks much,
    Brent

    Some filters only work on 8-bit RGB files.
    Check in Image > Mode.

Maybe you are looking for

  • How to access the client PCs via RDP FROM Windows Server 2003

    Hopefully this is not an ignorant question, but every thread I've read focuses on client PCs not being able to access the terminal server. I have the opposite problem. I am working remotely and have full access to the servers (some of which are virtu

  • How to use bean write in  struts html:text tag

    hi, i'm new to struts concepts.here i'm trying to write a value in html struts tag using <bean:write> my current tag is <html:text property="empname" value='<bean:write name="employee" property="empid">' /> but it gives same tag in the text box.how i

  • Distribution of GOA in srm

    Hi When we try to distribute contracts with services from SRM to R/3 system . we are getting the error as "Error in number allocation for service items (NRO : BBP_SRV)". How to resolve this issue. Regards Ashish

  • Using Screensavers in Home directory

    When I open System Preferences and select ScreenSavers I can't seem to find any of the screen saver files stored in my ~/Library/Screensavers. How do I fix this - there are some neat ones like the roller-coaster or the water falls. Thanks.

  • Server rejection of email sub account passwords.

    Hi, In addition to my principle BT Yahoo email account address, I have a further 3 sub accounts which are used by my family. In the last 24hours or so, the mail clients used on all our computers/tablets (Windows Mail Live, Thunderbird & Android) have