<?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 Peek funtion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Peek-funtion/m-p/1202848#M875212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;0--1&lt;/P&gt;&lt;P&gt;0--2&lt;/P&gt;&lt;P&gt;0--2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to only display a 0--2 counts in a straight table when it appears after a 0--1 count &lt;/P&gt;&lt;P&gt;I have the following calculation in the script but have been unsuccessful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If(Match([Count],'0--2') ,'0--2',&lt;/P&gt;&lt;P&gt; Peek([6. Pitch Count])='0--1')as [0--2Count]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Peek funtion</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-funtion/m-p/1202848#M875212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;0--1&lt;/P&gt;&lt;P&gt;0--2&lt;/P&gt;&lt;P&gt;0--2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to only display a 0--2 counts in a straight table when it appears after a 0--1 count &lt;/P&gt;&lt;P&gt;I have the following calculation in the script but have been unsuccessful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If(Match([Count],'0--2') ,'0--2',&lt;/P&gt;&lt;P&gt; Peek([6. Pitch Count])='0--1')as [0--2Count]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&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/Peek-funtion/m-p/1202848#M875212</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Peek funtion</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-funtion/m-p/1202849#M875213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[6. Pitch Count]=&lt;/SPAN&gt;'0--2' &lt;STRONG&gt;and &lt;/STRONG&gt;Peek([6. Pitch Count])='0--1', 1,0) as [0--2Count]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then in the UI use expression:&amp;nbsp; =Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[0--2Count]={1}&amp;gt;&lt;/SPAN&gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[0--2Count]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Edit: Corrected a bracket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 11:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-funtion/m-p/1202849#M875213</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-01T11:26:36Z</dc:date>
    </item>
  </channel>
</rss>

