<?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: Plz help with grouping data based on column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908415#M991810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting Invalid expression error at the line . Please suggest what is wrong here&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;max(if(Lower([STATUS]) ='running',1,0)) as UP_STATUS&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 18:13:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-22T18:13:47Z</dc:date>
    <item>
      <title>Plz help with grouping data based on column</title>
      <link>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908412#M991803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have following data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECKED AT, System NAME, NAME, STATUS&lt;/P&gt;&lt;P&gt;7/16/2015 9:25:02 AM,XX,A,"Running"&lt;/P&gt;&lt;P&gt;7/16/2015 9:25:02 AM,XX,B,"Running"&lt;/P&gt;&lt;P&gt;7/16/2015 9:25:05 AM,YY,"A","Running"&lt;/P&gt;&lt;P&gt;7/16/2015 9:25:04 AM,YY,"B","Stopped"&lt;/P&gt;&lt;P&gt;7/16/2015 9:25:05 AM,ZZ,"A","Stopped"&lt;/P&gt;&lt;P&gt;7/16/2015 9:25:04 AM,ZZ,"B","Stopped"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in this i have 3 system for which i have status of A and B separated, if both A and B are stopped then only i should consider System as Down . if any of the A and B are in running status then it should be considered up . is there any way we can do that in qlikview by creating a new column and show as DOWN if both are stopped and show as UP if any one is running in load script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 14:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908412#M991803</guid>
      <dc:creator />
      <dc:date>2015-07-21T14:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help with grouping data based on column</title>
      <link>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908413#M991806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At what interval they should be assumed as running at the same time? Within 1 second, 2 secs, 5 secs? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see they have different timestamps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 14:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908413#M991806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-21T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help with grouping data based on column</title>
      <link>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908414#M991808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In LOAD SCRIPT:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statusTable:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[CHECKED AT], [System NAME], NAME, STATUS&lt;/P&gt;&lt;P&gt;from SampleFile.Txt(TXT);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left Join&amp;nbsp; (statusTable)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;System NAME,&lt;/P&gt;&lt;P&gt;Max(if(STATUS='Running',1,0)) as UP_STATUS&lt;/P&gt;&lt;P&gt;resident statusTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or IN a Chart:-&lt;/P&gt;&lt;P&gt;expression:- Max(if(STATUS='Running',1,0))&lt;/P&gt;&lt;P&gt;in a chart where [System NAME] is a dimension &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 15:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908414#M991808</guid>
      <dc:creator>sgrice</dc:creator>
      <dc:date>2015-07-21T15:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help with grouping data based on column</title>
      <link>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908415#M991810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting Invalid expression error at the line . Please suggest what is wrong here&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;max(if(Lower([STATUS]) ='running',1,0)) as UP_STATUS&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 18:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908415#M991810</guid>
      <dc:creator />
      <dc:date>2015-07-22T18:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help with grouping data based on column</title>
      <link>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908416#M991812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;left Join&amp;nbsp; (statusTable)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;[System NAME],&lt;/P&gt;&lt;P&gt;Max(if(STATUS='Running',1,0)) as UP_STATUS&lt;/P&gt;&lt;P&gt;resident statusTable&lt;/P&gt;&lt;P&gt;group by [System NAME];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 07:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908416#M991812</guid>
      <dc:creator>sgrice</dc:creator>
      <dc:date>2015-07-23T07:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help with grouping data based on column</title>
      <link>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908417#M991815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 07:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908417#M991815</guid>
      <dc:creator />
      <dc:date>2015-07-23T07:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help with grouping data based on column</title>
      <link>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908418#M991817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this now complete if so can you mark has correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 07:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Plz-help-with-grouping-data-based-on-column/m-p/908418#M991817</guid>
      <dc:creator>sgrice</dc:creator>
      <dc:date>2015-07-23T07:31:43Z</dc:date>
    </item>
  </channel>
</rss>

