<?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: Mark a serial score in a column by one score using script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mark-a-serial-score-in-a-column-by-one-score-using-script/m-p/1133547#M891957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is indeed the best solution and apparently very easy.&lt;/P&gt;&lt;P&gt;A little correction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If(Class = 'Y' and Previous(Class) &amp;lt;&amp;gt; 'Y', &lt;STRONG&gt;'Y'&lt;/STRONG&gt;) as Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not Y but 'Y'.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Cornelis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2016 17:45:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-18T17:45:02Z</dc:date>
    <item>
      <title>Mark a serial score in a column by one score using script</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-a-serial-score-in-a-column-by-one-score-using-script/m-p/1133545#M891955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here the 'problem'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134902_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;First column contains observation number.&lt;/P&gt;&lt;P&gt;Second column Class contains scores 'Y'.&lt;/P&gt;&lt;P&gt;What I would like to get:&lt;/P&gt;&lt;P&gt;A field 'Output' where only one 'Y' is visible as representative for the groups of 'Y'.The empty space in the previous cell in field Class marks the position of 'Y' in the cell of field Output.&lt;/P&gt;&lt;P&gt;I suppose that shoudl be solved using peek function, but could you demonstrate an efficient solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cornelis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-a-serial-score-in-a-column-by-one-score-using-script/m-p/1133545#M891955</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mark a serial score in a column by one score using script</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-a-serial-score-in-a-column-by-one-score-using-script/m-p/1133546#M891956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Obs,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Class='Y' and Previous(Class) &amp;lt;&amp;gt; 'Y', Y) as Output&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...source data...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 14:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-a-serial-score-in-a-column-by-one-score-using-script/m-p/1133546#M891956</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-18T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mark a serial score in a column by one score using script</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-a-serial-score-in-a-column-by-one-score-using-script/m-p/1133547#M891957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is indeed the best solution and apparently very easy.&lt;/P&gt;&lt;P&gt;A little correction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If(Class = 'Y' and Previous(Class) &amp;lt;&amp;gt; 'Y', &lt;STRONG&gt;'Y'&lt;/STRONG&gt;) as Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not Y but 'Y'.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Cornelis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 17:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-a-serial-score-in-a-column-by-one-score-using-script/m-p/1133547#M891957</guid>
      <dc:creator />
      <dc:date>2016-08-18T17:45:02Z</dc:date>
    </item>
  </channel>
</rss>

