{"id":2239,"date":"2019-03-25T17:38:40","date_gmt":"2019-03-25T20:38:40","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/kb30218-like-clause-not-working-on-a-query\/"},"modified":"2022-01-14T10:23:27","modified_gmt":"2022-01-14T13:23:27","slug":"kb30218-like-clause-not-working-on-a-query","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/","title":{"rendered":"KB-30218: LIKE clause not working on a Query"},"content":{"rendered":"<div align=\"justify\">\n<p><span style=\"font-weight: bold;\">Question:<\/span><\/p>\n<p>Why is a Query&#8217;s filter using the LIKE clause not working when typing just a part of the word to be filtered? For example, when typing &#8220;tag&#8221;, only the word &#8220;tag&#8221; is displayed, but tag001, tag002, etc., are not displayed.<\/p>\n<p><span style=\"font-weight: bold;\">Solution:<\/span><\/p>\n<p>To check every message which has a certain word, you must place it between two percent signs ( % ). For example, on a Query where the variable&#8217;s name is <b>var<\/b>, and <b>Text1 <\/b>is the Display where the word to be filtered was inserted, you must write the following:<\/p>\n<div align=\"left\"><span style=\"font-family: Courier New;\"><span style=\"background-color: #ffffff;\">filtervar = &#8220;%&#8221; &#038; Screen.Item(&#8220;Text1&#8221;).Value &#038; &#8220;%&#8221;<\/span><\/span><br \/>\n<span style=\"font-family: Courier New;\"><span style=\"background-color: #ffffff;\">set query = Screen.Item(&#8220;E3Browser1&#8221;).Item(&#8220;Query1&#8221;)<\/span><\/span><br \/>\n<span style=\"font-family: Courier New;\"><span style=\"background-color: #ffffff;\">query.SetVariableValue &#8220;var&#8221;, filtervar<\/span><\/span><\/div>\n<p>Below, you can see the available filters for the Query:<\/p>\n<ul>\n<li>LIKE &#8216;A%&#8217; All messages starting by A<\/li>\n<li>LIKE &#8216;%A%&#8217; All messages containing A<\/li>\n<li>LIKE &#8216;_NG&#8217; All messages starting with any character followed by NG<\/li>\n<li>LIKE &#8216;[AF]%&#8217; All messages starting by A or F<\/li>\n<li>LIKE &#8216;[A-F]%&#8217; All messages starting by any letter between A and F<\/li>\n<li>LIKE &#8216;[A^B]%&#8217; All messages starting by A where the second character is not B<\/li>\n<\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Question: Why is a Query&#8217;s filter using the LIKE clause not working when typing just a part of the word to be filtered? For example, when typing &#8220;tag&#8221;, only the&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[743],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>KB-30218: LIKE clause not working on a Query - Elipse Knowledgebase<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KB-30218: LIKE clause not working on a Query\" \/>\n<meta property=\"og:description\" content=\"Question: Why is a Query&#8217;s filter using the LIKE clause not working when typing just a part of the word to be filtered? For example, when typing &#8220;tag&#8221;, only the&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-25T20:38:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-01-14T13:23:27+00:00\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"KB-30218: LIKE clause not working on a Query\",\"datePublished\":\"2019-03-25T20:38:40+00:00\",\"dateModified\":\"2022-01-14T13:23:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/\"},\"wordCount\":391,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"E3Query\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/\",\"name\":\"[:pt]KB-30218: LIKE clause not working on a Query[:en]KB-30218: LIKE clause not working on a Query[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:38:40+00:00\",\"dateModified\":\"2022-01-14T13:23:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"KB-30218: LIKE clause not working on a Query\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"KB-30218: LIKE clause not working on a Query - Elipse Knowledgebase","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]KB-30218: LIKE clause not working on a Query[:en]KB-30218: LIKE clause not working on a Query[:] - Elipse Knowledgebase","og_description":"Question: Why is a Query&#8217;s filter using the LIKE clause not working when typing just a part of the word to be filtered? For example, when typing &#8220;tag&#8221;, only the&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:38:40+00:00","article_modified_time":"2022-01-14T13:23:27+00:00","author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"KB-30218: LIKE clause not working on a Query","datePublished":"2019-03-25T20:38:40+00:00","dateModified":"2022-01-14T13:23:27+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/"},"wordCount":391,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["E3Query"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/","url":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/","name":"[:pt]KB-30218: LIKE clause not working on a Query[:en]KB-30218: LIKE clause not working on a Query[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:38:40+00:00","dateModified":"2022-01-14T13:23:27+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/kb30218-like-clause-not-working-on-a-query\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"KB-30218: LIKE clause not working on a Query"}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2239"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=2239"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2239\/revisions"}],"predecessor-version":[{"id":12785,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2239\/revisions\/12785"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=2239"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=2239"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=2239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}