<?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: Add grouped fields to the table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869860#M71839</link>
    <description>&lt;P&gt;Hi, Could you please explain how to do the resident load based on the above script? Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 13 Dec 2021 15:37:06 GMT</pubDate>
    <dc:creator>dia2021</dc:creator>
    <dc:date>2021-12-13T15:37:06Z</dc:date>
    <item>
      <title>Add grouped fields to the table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869236#M71772</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have created a new grouped field with a wild function in a column at the script level. This works fine when I use it as a separate field.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;If(wildmatch(Category, 'Table', 'Chair', 'Bed'), 'Home_Category') as Cat_group&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My problem is how can I add it back to the table and use this field in the where clause in the script.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;My main script is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lib connect to '.....';&lt;/P&gt;
&lt;P&gt;Load date ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If(wildmatch(Category, 'Table', 'Chair', 'Bed'), 'Home_Category') as Cat_group,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;
&lt;P&gt;[SalesData]:&lt;/P&gt;
&lt;P&gt;Select date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;
&lt;P&gt;From …….&lt;/P&gt;
&lt;P&gt;Where Category = ‘ABC’ or Category = ‘XYZ’ or &lt;STRONG&gt;Category = 'Home_Category'&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;Thanks in advance. Any suggestions are appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 19:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869236#M71772</guid>
      <dc:creator>dia2021</dc:creator>
      <dc:date>2021-12-10T19:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add grouped fields to the table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869318#M71779</link>
      <description>&lt;P&gt;u can use resident of above table and filter the data using where condition&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869318#M71779</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2021-12-11T07:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add grouped fields to the table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869497#M71801</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47358"&gt;@anat&lt;/a&gt;&amp;nbsp;Thanks for the reply! Would you mind elaborating on the resident load? &lt;STRONG&gt;How and where can I add it to the above load?&lt;/STRONG&gt;&amp;nbsp; The data is connected to the database table as mentioned above. It would be helpful to understand for future tasks as well, as I'm new to the qliksense.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Much appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 03:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869497#M71801</guid>
      <dc:creator>dia2021</dc:creator>
      <dc:date>2021-12-13T03:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add grouped fields to the table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869860#M71839</link>
      <description>&lt;P&gt;Hi, Could you please explain how to do the resident load based on the above script? Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 15:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869860#M71839</guid>
      <dc:creator>dia2021</dc:creator>
      <dc:date>2021-12-13T15:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add grouped fields to the table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869979#M71842</link>
      <description>&lt;P&gt;You could also try with&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Where Wildmatch(Category, 'Table', 'Chair', 'Bed', 'ABC', 'XYZ');&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 19:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-grouped-fields-to-the-table/m-p/1869979#M71842</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-13T19:32:00Z</dc:date>
    </item>
  </channel>
</rss>

