<?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: explain plz???? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/explain-plz/m-p/1300602#M405413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Num(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 《《 for fomenting the returned value&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum( {$&amp;lt; CYTD={1}, Year=, Quarter=, Month=, [Month In Quarter]=&amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 《《&amp;nbsp; Set analysis, probably current ytd = yes and ignore all other date filters&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;(Pick([ Key], [ Sales], [Qty Sold], [Gro Sales], [Pro Sales], [ List Price]))&amp;nbsp;&amp;nbsp; 《《 enabled user to select the metrics they want to see so if sales is selected in list box then sales column will be aggregated similar for qty&amp;nbsp; ,gross sales , pro sales etc&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/ [Divisor]),&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(WildMatch([Divisor], 1, 1000, 1000000), '#,##0', '#,##0', '#,##0.0'))&amp;nbsp;&amp;nbsp; 《《 depending upon the divisor that is selected in listbox the number will be formatted thousands or millions . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Apr 2017 07:53:15 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-04-22T07:53:15Z</dc:date>
    <item>
      <title>explain plz????</title>
      <link>https://community.qlik.com/t5/QlikView/explain-plz/m-p/1300600#M405411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;someone explain this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num( Sum( {$&amp;lt; CYTD={1}, Year=, Quarter=, Month=, [Month In Quarter]=&amp;gt;} &lt;/P&gt;&lt;P&gt;(Pick([ Key], [ Sales], [Qty Sold], [Gro Sales], [Pro Sales], [ List Price])) / [Divisor]), Pick(WildMatch([Divisor], 1, 1000, 1000000), '#,##0', '#,##0', '#,##0.0'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Apr 2017 06:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/explain-plz/m-p/1300600#M405411</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2017-04-22T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: explain plz????</title>
      <link>https://community.qlik.com/t5/QlikView/explain-plz/m-p/1300601#M405412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below given steps:&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;&lt;EM&gt;(Pick([ Key], [ Sales], [Qty Sold], [Gro Sales], [Pro Sales], [ List Price])) / [Divisor]&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This expression will first select a measure from list &lt;SPAN style="font-size: 13.3333px;"&gt;[Sales], [Qty Sold], [Gro Sales], [Pro Sales] &amp;amp; [List Price] based on Key field value. If value of &lt;SPAN style="font-size: 13.3333px;"&gt;Key field &lt;/SPAN&gt;is 1 then it will return &lt;SPAN style="font-size: 13.3333px;"&gt;[Sales], if 2 then [Qty Sold], if 3 then [Gro Sales] and so on. Post that it will divide it by [Divisor] field.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;STRONG&gt;&lt;EM&gt;Sum({$&amp;lt;CYTD={1}, &lt;SPAN style="font-size: 10pt;"&gt;Year=, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Quarter=, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Month=, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;[Month In Quarter]=&amp;gt;} &lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Pick([ Key], [ Sales], [Qty Sold], [Gro Sales], [Pro Sales], [ List Price])) / [Divisor])&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This statement will transform the result of point no. 1 to consider records for CYTD = 1 Only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;STRONG&gt;&lt;EM&gt;Pick(WildMatch([Divisor], 1, 1000, 1000000), '#,##0', '#,##0', '#,##0.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This expression will return the number format based on divisor value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. &lt;EM&gt;&lt;STRONG&gt;Num(Sum({$&amp;lt;CYTD={1}, Year=, Quarter=, Month=,[Month In Quarter]=&amp;gt;} (Pick([ Key], [ Sales], [Qty Sold], [Gro Sales], [Pro Sales], [ List Price])) / [Divisor]), Pick(WildMatch([Divisor], 1, 1000, 1000000), '#,##0', '#,##0', '#,##0.0'))&lt;/STRONG&gt;&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;Finally we will use Num function to apply the formatting produced by point # 3 to the result of Point #2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be of help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;BR /&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Apr 2017 07:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/explain-plz/m-p/1300601#M405412</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-04-22T07:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: explain plz????</title>
      <link>https://community.qlik.com/t5/QlikView/explain-plz/m-p/1300602#M405413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Num(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 《《 for fomenting the returned value&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum( {$&amp;lt; CYTD={1}, Year=, Quarter=, Month=, [Month In Quarter]=&amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 《《&amp;nbsp; Set analysis, probably current ytd = yes and ignore all other date filters&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;(Pick([ Key], [ Sales], [Qty Sold], [Gro Sales], [Pro Sales], [ List Price]))&amp;nbsp;&amp;nbsp; 《《 enabled user to select the metrics they want to see so if sales is selected in list box then sales column will be aggregated similar for qty&amp;nbsp; ,gross sales , pro sales etc&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/ [Divisor]),&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(WildMatch([Divisor], 1, 1000, 1000000), '#,##0', '#,##0', '#,##0.0'))&amp;nbsp;&amp;nbsp; 《《 depending upon the divisor that is selected in listbox the number will be formatted thousands or millions . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Apr 2017 07:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/explain-plz/m-p/1300602#M405413</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-22T07:53:15Z</dc:date>
    </item>
  </channel>
</rss>

