<?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: Grouping in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750433#M720885</link>
    <description>&lt;P&gt;I saw you image but i dont understand what are you trying to say .&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 16:13:15 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-10-07T16:13:15Z</dc:date>
    <item>
      <title>Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750210#M720877</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a group by bucketing certain condition from 3&amp;nbsp; fields&amp;nbsp; in the script , this reloads but dont show any output . My script is as below . Can someone please help me achiving this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750210#M720877</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750214#M720878</link>
      <description>&lt;P&gt;Try like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(match(Dept,'A','X','Y','Z') , if(Match(Status,'Passed','Success','Processed'),'Scanned',&lt;BR /&gt;if(Match(Status,'Failed'),'Rejected','Total'))) as Category ,&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 06:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750214#M720878</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-07T06:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750311#M720879</link>
      <description>&lt;P&gt;Hi Avinash this is not working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 11:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750311#M720879</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-07T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750319#M720880</link>
      <description>&lt;P&gt;Hi ALl,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my below script which i am trying to group&amp;nbsp; this script reload but it dont show in output . is there way to habdle this witout making concatenation ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 20:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750319#M720880</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-08T20:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750385#M720881</link>
      <description>&lt;P&gt;Hi Community any help on my post?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 14:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750385#M720881</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-07T14:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750405#M720882</link>
      <description>&lt;P&gt;hi, in this particular case,&amp;nbsp; try with nested if, instead of separated if as i can see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 15:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750405#M720882</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-10-07T15:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750421#M720883</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121051"&gt;@QFabian&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can you please provide me the example how do i use nested if in this perticular issue ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 15:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750421#M720883</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-07T15:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750426#M720884</link>
      <description>&lt;P&gt;did you check the atached image in my previous reply?&lt;/P&gt;&lt;P&gt;Basically, as i can see, you do an if, then another, but you should do as follow :&lt;/P&gt;&lt;P&gt;if( A=1, action1, if (A=2, action2, if(....... and so on.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 15:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750426#M720884</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-10-07T15:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750433#M720885</link>
      <description>&lt;P&gt;I saw you image but i dont understand what are you trying to say .&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 16:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750433#M720885</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-07T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750466#M720886</link>
      <description>&lt;P&gt;Checking again, you already have nested if, so, i think you should probably create each wilmatch statement as a separate field, just for seeing if the values are ok for the total ifs workflow validations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 18:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750466#M720886</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-10-07T18:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1750692#M720887</link>
      <description>&lt;P&gt;Hi Expertise ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cant i make this in a single script the way i have shared above screenshot ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;After loading the script there is no output for this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 12:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1750692#M720887</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-08T12:50:12Z</dc:date>
    </item>
  </channel>
</rss>

