<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Categorizing data in script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808994#M65894</link>
    <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;After I am getting the right results, I want to filter all problem_nr where I didnt get a result (in case that this problem is not defined in table critera).. this rest of problem_nr will get 'please check' in the column relevance.&lt;/P&gt;&lt;P&gt;So I was joining the tables &lt;STRONG&gt;ID_Alle&lt;/STRONG&gt; (all problem_nr) with &lt;STRONG&gt;ID_geprüft&lt;/STRONG&gt; (problem nr that are prooven/n. relevant) and made a&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;where IsNull(Wildmatch(ID_Alle,[ID_geprüft]))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but there is no output again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Rest.PNG" style="width: 339px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55263iFF3A02691FAA36D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Rest.PNG" alt="Rest.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 12:15:47 GMT</pubDate>
    <dc:creator>dennisthemenace</dc:creator>
    <dc:date>2021-05-19T12:15:47Z</dc:date>
    <item>
      <title>Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807952#M65776</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;my aim is to load a table with problem issues and add a column to categorize each row/data with the help of certain criterias if it's relevant or not.&lt;/P&gt;&lt;P&gt;To make it easier to understand, here is an example of given data:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;table_Data:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;problem_nr;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;problem_description;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;problem_short;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;table_Criterias:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;problem_description;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;problem_short;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;relevance;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;table_Final:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;problem_nr;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;relevance;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The problem is, that the colums problem_short / problem_description are not 100 % identical. The&lt;STRONG&gt; table criteras&lt;/STRONG&gt; includes only key words, where the &lt;STRONG&gt;table_data&lt;/STRONG&gt; includes more complex descriptions. So, there is no applyMap possible. Any idea, how to solve it the easiest way?&lt;/P&gt;&lt;P&gt;Thanks and kind regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 09:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807952#M65776</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-14T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807968#M65780</link>
      <description>&lt;P&gt;For table_Criteria, what is the format of the data in problem_short / problem_description?&amp;nbsp; And are the rules for matching.&amp;nbsp; Is it, "if any word in problem_short or problem_description from table_Criteria matches with a row from table_data, include it or is the rows with the most matches?&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 10:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807968#M65780</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-14T10:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807969#M65781</link>
      <description>&lt;P&gt;Hello Gary,&lt;/P&gt;&lt;P&gt;one field example for &lt;STRONG&gt;table_criteria&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;problem_description&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;problem_short&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;relevance&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;defect&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Door&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;relevant&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field example for &lt;STRONG&gt;table_data&lt;/STRONG&gt;:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;U&gt;problem_nr&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; problem_description&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; problem_short&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/U&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;123&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Both doors are defect&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Door&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, IF &lt;STRONG&gt;problem_Description&lt;/STRONG&gt; from &lt;STRONG&gt;table_data&lt;/STRONG&gt; INCLUDES (wildmatch) ANY&amp;nbsp;&lt;STRONG&gt;problem_description&lt;/STRONG&gt; from &lt;STRONG&gt;table_criteria&lt;/STRONG&gt; AND &lt;STRONG&gt;problem_short&lt;/STRONG&gt; from &lt;STRONG&gt;table_data&lt;/STRONG&gt; INCLUDES (wildmatch) ANY&amp;nbsp;&lt;STRONG&gt;problem_Short&lt;/STRONG&gt; from &lt;STRONG&gt;table_criteria&lt;/STRONG&gt; THEN match with relevance ("relevant").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope, I could explain it...&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 11:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807969#M65781</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-14T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807973#M65782</link>
      <description>&lt;P&gt;Okay, as long as the problem_description and problem_short fields from table_criteria contain one word per row, we can do something like this:&lt;/P&gt;&lt;P&gt;After loading table_Data and table_Criteria . . .&lt;/P&gt;&lt;P&gt;Join (table_Data)&lt;/P&gt;&lt;P&gt;Load problem_description as problem_description_criteria,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; problem_short as problem_short_criteria,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; relevance&lt;/P&gt;&lt;P&gt;Resident table_Criteria_Detail;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;table_Data_temp:&lt;/P&gt;&lt;P&gt;Load problem_nr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; problem_description,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; problem_short,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; relevance&lt;/P&gt;&lt;P&gt;Resident table_Data&lt;/P&gt;&lt;P&gt;Where wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*')&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and wildmatch(problem_description,'*'&amp;amp;problem_description_criteria&amp;amp;'*');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drop tables table_Data;&lt;/P&gt;&lt;P&gt;Rename table table_Data_temp to table_Data;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 11:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807973#M65782</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-14T11:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807982#M65785</link>
      <description>&lt;P&gt;Thanks for your quick response, Gary!&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general, it seems to be working, but its recognizing/comparing only the &lt;STRONG&gt;problem_short&lt;/STRONG&gt; column in the wildmatch.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, the output are all problem_nr where &lt;STRONG&gt;problem_short = problem_short_Criteria&lt;/STRONG&gt;, but without &lt;STRONG&gt;problem_description = problem_description_criteria&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono, times" color="#ff0000"&gt;I've found the problem: the rule is not recognizing the problem_description, which stands in the SAME line as problem_short .. which was my fault in rule description... but actually the rule should recognize the combination of problem_short_criteria and problem_description_criteria (being in the same line)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 12:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807982#M65785</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-14T12:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807985#M65786</link>
      <description>&lt;P&gt;They are created and compared the exact same way in the load script, so I'm not sure why it wouldn't work.&amp;nbsp; Did it create the correct outcome for the example data you posted earlier?&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 12:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807985#M65786</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-14T12:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807988#M65787</link>
      <description>&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;as I wrote in red, its comparing ANY problem_short with ANY problem_description,&lt;/P&gt;&lt;P&gt;but I would like it like Any problem_short with problem_description from same row number.&lt;/P&gt;&lt;P&gt;So, the combination is important.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 12:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807988#M65787</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-14T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807996#M65790</link>
      <description>&lt;P&gt;I still don't follow what you are asking.&lt;/P&gt;&lt;P&gt;Where wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*')&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and wildmatch(problem_description,'*'&amp;amp;problem_description_criteria&amp;amp;'*');&lt;/P&gt;&lt;P&gt;will give you rows where both problem_short and problem_description criteria.&lt;/P&gt;&lt;P&gt;If you posted a bigger sample data set, it might help.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 13:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1807996#M65790</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-14T13:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808671#M65859</link>
      <description>&lt;P&gt;It's working now fine. Of course its not working as long as the titles in tables are not the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 12:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808671#M65859</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-18T12:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808673#M65860</link>
      <description>&lt;P&gt;Glad it is working.&amp;nbsp; I was working on a response to your deleted post.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing I did notice is that you need add a check for the length of problem_short_criteria and problem_description_criteria &amp;gt; 0.&amp;nbsp; A empty field can affect the results of a wildmatch.&lt;/P&gt;&lt;P&gt;Where wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*') and len(problem_short_criteria) &amp;gt;0&lt;BR /&gt;and wildmatch(problem_description,'*'&amp;amp;problem_description_criteria&amp;amp;'*') and len(problem_description_criteria) &amp;gt;0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 12:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808673#M65860</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-18T12:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808688#M65863</link>
      <description>&lt;P&gt;Hi Gary, I was just facing the problem as you posted! Its not workin so far..&lt;/P&gt;&lt;P&gt;I am trying to figure out the following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;table_Data_temp:&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;Load problem_nr,&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;problem_description,&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;problem_short,&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;relevance&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;Resident table_Data&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;Where &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;IF(problem_description_criteria = ''&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*')&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*')&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;wildmatch(problem_description,'*'&amp;amp;problem_description_criteria&amp;amp;'*')&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;);&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;So, if the criteria list has no definition for "description_criteria", then only wildmatching problem_short.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;But its also not working yet.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 12:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808688#M65863</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-18T12:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808692#M65864</link>
      <description>&lt;P&gt;You will need to use an OR condition in your where clause, like this (check that the field names are correct):&lt;/P&gt;&lt;P&gt;Where (wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*') and len(problem_short_criteria) &amp;gt;0&lt;BR /&gt;and wildmatch(problem_description,'*'&amp;amp;problem_description_criteria&amp;amp;'*') and len(problem_short_criteria) &amp;gt;0) or&lt;BR /&gt;(len(problem_description_criteria) = 0 and wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*')&lt;BR /&gt;and len(problem_short_criteria) &amp;gt;0);&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 12:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808692#M65864</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-18T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808932#M65883</link>
      <description>&lt;P&gt;Now I tried to filter all problem_nr where I got no defined criteria with:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'please check' as relevance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Where&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IsNull(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*') and len(problem_short_criteria) &amp;gt;0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and wildmatch(problem_description,'*'&amp;amp;problem_description_criteria&amp;amp;'*') and len(problem_short_criteria) &amp;gt;0) or&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(len(problem_description_criteria) = 0 and wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*')&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and len(problem_short_criteria) &amp;gt;0);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But it doesnt seem to be working. Any further idea how to do that process?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 09:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808932#M65883</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-19T09:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808975#M65892</link>
      <description>&lt;P&gt;I reworked the load script a little.&amp;nbsp; You may need to change fields names to match yours.&amp;nbsp; I've attached an image of the results I am getting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;table_Criteria_Detail:&lt;BR /&gt;Load problem_description, problem_short, relevance inline [&lt;BR /&gt;problem_description, problem_short, relevance&lt;BR /&gt;defect, door, n. relevant&lt;BR /&gt;defect, window, n. relevant&lt;BR /&gt;,door,n. relevant&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;table_Data:&lt;BR /&gt;Load problem_description, problem_short, problem_nr inline [&lt;BR /&gt;problem_description, problem_short, problem_nr&lt;BR /&gt;both door defect, door, 11&lt;BR /&gt;defect, door, 22&lt;BR /&gt;new, window, 33&lt;BR /&gt;repared, door, 44&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;table_Data_temp:&lt;BR /&gt;Load *&lt;BR /&gt;Resident table_Data;&lt;/P&gt;&lt;P&gt;Join (table_Data_temp)&lt;BR /&gt;Load problem_description as problem_description_criteria,&lt;BR /&gt;problem_short as problem_short_criteria,&lt;BR /&gt;relevance&lt;BR /&gt;Resident table_Criteria_Detail;&lt;/P&gt;&lt;P&gt;join (table_Data)&lt;BR /&gt;Load problem_nr,&lt;BR /&gt;relevance&lt;BR /&gt;Resident table_Data_temp&lt;BR /&gt;Where (wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*') and len(problem_short_criteria) &amp;gt;0&lt;BR /&gt;and wildmatch(problem_description,'*'&amp;amp;problem_description_criteria&amp;amp;'*') and len(problem_short_criteria) &amp;gt;0) or&lt;BR /&gt;(len(problem_description_criteria) = 0 and wildmatch(problem_short,'*'&amp;amp;problem_short_criteria&amp;amp;'*')&lt;BR /&gt;and len(problem_short_criteria) &amp;gt;0);&lt;/P&gt;&lt;P&gt;Drop tables table_Data_temp,table_Criteria_Detail;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 11:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808975#M65892</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-19T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808994#M65894</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;After I am getting the right results, I want to filter all problem_nr where I didnt get a result (in case that this problem is not defined in table critera).. this rest of problem_nr will get 'please check' in the column relevance.&lt;/P&gt;&lt;P&gt;So I was joining the tables &lt;STRONG&gt;ID_Alle&lt;/STRONG&gt; (all problem_nr) with &lt;STRONG&gt;ID_geprüft&lt;/STRONG&gt; (problem nr that are prooven/n. relevant) and made a&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;where IsNull(Wildmatch(ID_Alle,[ID_geprüft]))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but there is no output again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Rest.PNG" style="width: 339px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55263iFF3A02691FAA36D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Rest.PNG" alt="Rest.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 12:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1808994#M65894</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-19T12:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1809012#M65898</link>
      <description>&lt;P&gt;Having a hard time following exactly what you are trying to do, but a couple of observations:&lt;/P&gt;&lt;P&gt;The WildMatch() function returns 0 when the isn't a match.&amp;nbsp; I'm not sure why you are using encasing the Wildmatch with IsNull().&amp;nbsp; Are you trying get&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Wildmatch(ID_Alle,[ID_geprüft]) = 0&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;Second, if you are trying to find instances where ID_Alle is a substring of [ID_geprüft], it would be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Wildmatch([ID_geprüft],'*'&amp;amp;ID_Alle&amp;amp;'*') = 0&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 12:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1809012#M65898</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-19T12:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing data in script</title>
      <link>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1809046#M65901</link>
      <description>&lt;P&gt;Hi Gary, I am sorry. I tried many ways, but it's not working. When I am using '=0' as you mentioned already, its giving me all IDs as an output. Actually, it should be filtering just a handful IDs, for instance "6666"as it is unlike all given ID_geprüft.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;//separate load of all possible IDs from table data&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;table_data_IDs:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;EM&gt;QM ID" as ID_Alle &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [lib:/....xlsx]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;join(table_data_IDs)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;//joining all IDs having a relevance status from the 'wildmatch procedure' before&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Table_temp_checked&lt;/STRONG&gt;:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ID as ID_geprüft&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident table data_checked;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;//filtering all&amp;nbsp; IDs_Alle &amp;lt;&amp;gt; ID_geprüft as ID_Rest&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Table_temp_4:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ID_Alle as ID_Rest&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;resident table_data_IDs&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;where Wildmatch([ID_geprüft],'*'&amp;amp;ID_Alle&amp;amp;'*')=0&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 13:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Categorizing-data-in-script/m-p/1809046#M65901</guid>
      <dc:creator>dennisthemenace</dc:creator>
      <dc:date>2021-05-19T13:23:47Z</dc:date>
    </item>
  </channel>
</rss>

