<?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: Help on Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368478#M821068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tresesco&lt;/P&gt;&lt;P&gt;it works correctly&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2017 13:07:40 GMT</pubDate>
    <dc:creator>apegahfar</dc:creator>
    <dc:date>2017-08-08T13:07:40Z</dc:date>
    <item>
      <title>Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368464#M821054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Hi Community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;I am trying to use below function as expression in a straight table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;PeriodCode&lt;/SPAN&gt;={&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(=FieldValue('PeriodCode',FieldIndex('Period',GetFieldSelections(Period)))&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;-1&lt;/SPAN&gt;)&lt;/EM&gt;&lt;/STRONG&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;Period&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;but it doesnt work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;however without &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #ff0000;"&gt;'-1'&lt;/SPAN&gt; it works&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;please help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;regards&lt;/SPAN&gt;&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/Help-on-Set-analysis/m-p/1368464#M821054</guid>
      <dc:creator>apegahfar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368465#M821055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;PeriodCode={"$(=Num(FieldValue('PeriodCode',FieldIndex('Period',GetFieldSelections(Period))))-1)"}&amp;gt;}Period)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along with this, could you please check what below function is returning? This will help you to identify the root cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FieldValue('PeriodCode',FieldIndex('Period',GetFieldSelections(Period)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul Pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 11:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368465#M821055</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-08-08T11:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368466#M821056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's assume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldIndex('Period', GetFieldSelections(Period))&lt;/STRONG&gt; -- 4 // Assuming, you are selecting 4th record from Period Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldValue('PeriodCode', 4)&lt;/STRONG&gt; -- ABC // May be 4th place of PeriodCode is ABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how you need ABC - 1 ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 11:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368466#M821056</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-08T11:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368467#M821057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are looking for the earlier indexed value count of the field, you may try with a bracket correction like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;PeriodCode&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;={&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit; color: #808080;"&gt;$(=FieldValue('PeriodCode',FieldIndex('Period',GetFieldSelections(Period))&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #ff0000;"&gt;-1)&lt;/SPAN&gt;)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Period&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 11:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368467#M821057</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-08T11:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368468#M821058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rahul Pawar&lt;/P&gt;&lt;P&gt;thank for your reply&lt;/P&gt;&lt;P&gt;unforetunately it didnt wotk&lt;/P&gt;&lt;P&gt;i checked (&lt;STRONG&gt;=FieldValue('PeriodCode',FieldIndex('Period',GetFieldSelections(Period)))&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;it works&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 11:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368468#M821058</guid>
      <dc:creator>apegahfar</dc:creator>
      <dc:date>2017-08-08T11:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368469#M821059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anil Babu Samineni&lt;/P&gt;&lt;P&gt;thank for your reply&lt;/P&gt;&lt;P&gt;the Format of&lt;STRONG&gt; PeriodCode&lt;/STRONG&gt; is number.&amp;nbsp; as a resault &lt;STRONG&gt;FieldValue('PeriodCode', 4)&lt;/STRONG&gt; return number not string&lt;/P&gt;&lt;P&gt;i checked (&lt;STRONG&gt;FieldIndex('Period', GetFieldSelections(Period))&lt;/STRONG&gt;-1 )&lt;/P&gt;&lt;P&gt;it works correctly&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368469#M821059</guid>
      <dc:creator>apegahfar</dc:creator>
      <dc:date>2017-08-08T12:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368470#M821060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tresesco&lt;/P&gt;&lt;P&gt;thanks for your reply&lt;/P&gt;&lt;P&gt;i try that&lt;/P&gt;&lt;P&gt;it didnt work unfortunately&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368470#M821060</guid>
      <dc:creator>apegahfar</dc:creator>
      <dc:date>2017-08-08T12:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368471#M821061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will you able to provide work file to test?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368471#M821061</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-08T12:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368472#M821062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample apps???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368472#M821062</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-08-08T12:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368473#M821063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you add the expression to your table as a new column with no label.&lt;/P&gt;&lt;P&gt;Then if you hover over the column header you can see how the variables in your set expression are being evaluated, which may help identify the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368473#M821063</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-08-08T12:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368474#M821064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you are&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368474#M821064</guid>
      <dc:creator>apegahfar</dc:creator>
      <dc:date>2017-08-08T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368475#M821065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you are&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368475#M821065</guid>
      <dc:creator>apegahfar</dc:creator>
      <dc:date>2017-08-08T12:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368476#M821066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;&lt;STRONG style="color: #ff0000;"&gt;Period,&lt;/STRONG&gt;PeriodCode={$(=FieldValue('PeriodCode',FieldIndex('Period',GetFieldSelections(Period)))-1)}&amp;gt;}Period)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 13:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368476#M821066</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-08T13:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368477#M821067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be ignore Selections using Period and i got as 398?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 13:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368477#M821067</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-08T13:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368478#M821068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tresesco&lt;/P&gt;&lt;P&gt;it works correctly&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 13:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Set-analysis/m-p/1368478#M821068</guid>
      <dc:creator>apegahfar</dc:creator>
      <dc:date>2017-08-08T13:07:40Z</dc:date>
    </item>
  </channel>
</rss>

