<?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 Set analysis problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354583#M833938</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;My&amp;nbsp; one of the text box is written the below Set expression and I am getting hard time to understand it.&lt;/P&gt;&lt;P&gt; How is this&amp;nbsp; pulling data from data model?.&lt;/P&gt;&lt;P&gt;What are the importance of these given fields ?&lt;/P&gt;&lt;P&gt;Are they excluded or included in a selection ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please explain this here because whatever my understating is I am not able analyze or debug this code to get the exact data what is doing automatically . Or someone could guild or explain how to debug or analyze data in qlikview data model ..I find it very hard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((Count({&amp;lt;Date, Year, Week, MonthYear, Quarter, Month, Weekday&amp;gt;}[Sales)])) / 30,'#,##0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>vijaysahu2</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354583#M833938</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;My&amp;nbsp; one of the text box is written the below Set expression and I am getting hard time to understand it.&lt;/P&gt;&lt;P&gt; How is this&amp;nbsp; pulling data from data model?.&lt;/P&gt;&lt;P&gt;What are the importance of these given fields ?&lt;/P&gt;&lt;P&gt;Are they excluded or included in a selection ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please explain this here because whatever my understating is I am not able analyze or debug this code to get the exact data what is doing automatically . Or someone could guild or explain how to debug or analyze data in qlikview data model ..I find it very hard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((Count({&amp;lt;Date, Year, Week, MonthYear, Quarter, Month, Weekday&amp;gt;}[Sales)])) / 30,'#,##0')&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/Set-analysis-problem/m-p/1354583#M833938</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354584#M833939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the fields within set analysis is saying is that ignore any selections in the Date, Year, Week, MonthYear, Quarter, Month and WeekDay field. So, basically if you make any selection in Date, the result of your expression won't change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354584#M833939</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-12T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354585#M833940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's basically saying&lt;/P&gt;&lt;P&gt;1) ignore any selections for the fields Date, Year, Week, MonthYear, Quarter, Month, Weekday&lt;/P&gt;&lt;P&gt;2) count the number of Sales values&lt;/P&gt;&lt;P&gt;3) divide that count by 30&lt;/P&gt;&lt;P&gt;4) format the result of 3) into a number with the format '#,##0'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 15:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354585#M833940</guid>
      <dc:creator>kennethmash</dc:creator>
      <dc:date>2017-06-12T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354586#M833941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny .. I just played around with that and got it meaning..&lt;/P&gt;&lt;P&gt;Below expression is also doing the same thing what earlier one was doing ...This is also ignoring fields&lt;/P&gt;&lt;P&gt;Hierarchy, [Application Family], Date, Year, Week, MonthYear, Quarter, Month, Weekday and only retrieving records&lt;/P&gt;&lt;P&gt;where Status is 'Open'. Am I correct here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Avg({&amp;lt;Hierarchy, [Application Family], Date, Year, Week, MonthYear, Quarter, Month, Weekday, [Status]={'Open'}&amp;gt;}[OpenDays]),'#,##0.0') &amp;amp; ' Days'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 15:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354586#M833941</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2017-06-12T15:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354587#M833942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup you are absolutely right....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 15:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354587#M833942</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-12T15:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354588#M833943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How this is calculating data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Weekday&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Simplified Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Open'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Days Open]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Fractile&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Weekday&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Simplified Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Open'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Days Open]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, .9), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Days Open]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)), '##.## Days') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 09:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-problem/m-p/1354588#M833943</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2017-06-13T09:31:22Z</dc:date>
    </item>
  </channel>
</rss>

