<?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: Set Expression Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17116#M2859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;receipt_age field can we display for three months &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2018 11:53:48 GMT</pubDate>
    <dc:creator>kakani87</dc:creator>
    <dc:date>2018-03-13T11:53:48Z</dc:date>
    <item>
      <title>Set Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17113#M2856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks ...&lt;/P&gt;&lt;P&gt;Here i want to show the Avg Days between collection and Bill days for three months where there is a flag for them &lt;/P&gt;&lt;P&gt;below is the expression i'm trying to achieve the result can some one help me to come out of this issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg &lt;SPAN style="font-size: 10pt;"&gt;( aggr &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Max &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;tran_date={"$(=DATE(AddMonths(Max(tran_date),-2),'MMM YYYY'))"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;,fact_type={'COL'}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;tran_date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Max&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;tran_date={"$(=DATE(AddMonths(Max(tran_date),-2),'MMM YYYY'))"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;,fact_type={'INVD'}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;tran_date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;,sales_pk&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 11:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17113#M2856</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-03-13T11:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17114#M2857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;trans_date is in MMM YYYY format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 11:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17114#M2857</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-13T11:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17115#M2858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny ...&lt;/P&gt;&lt;P&gt;let me show you something i found in back end &lt;/P&gt;&lt;P&gt;convert(numeric,datediff(day,receipt_bill_date , isnull(h.d_chq_dt, h.d_rec_date))) as receipt_age&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using these two fields &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;receipt_bill_date and &lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;d_rec_date they calculated Receipt age &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but i need to display avg of this in front end as Avg Days&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;d_rec_date is considered as tran_date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here in script while fetching&amp;nbsp; h.d_rec_date as tran_date, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 11:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17115#M2858</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-03-13T11:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17116#M2859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;receipt_age field can we display for three months &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 11:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17116#M2859</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-03-13T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17117#M2860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not able to follow you entirely... is there a sample you can share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 12:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17117#M2860</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-13T12:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17118#M2861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Able to share the sample &lt;STRONG&gt;Sunny&lt;/STRONG&gt; but some thing based on the back end Calculated field i have considered &lt;/P&gt;&lt;P&gt;so let me check the feedback then i can tell you clearly my issue.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank you for the response &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 12:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17118#M2861</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-03-13T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17119#M2862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure thing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 16:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Help/m-p/17119#M2862</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-13T16:28:12Z</dc:date>
    </item>
  </channel>
</rss>

