<?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 Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811630#M286490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;1.define a variable to the current selected date &lt;/P&gt;&lt;P&gt;2.Then use if condition to get the required data field &lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date &amp;lt;= Date(Max(Date),'DD/MM/YYYY'),required_feild}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 06:31:24 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-02-03T06:31:24Z</dc:date>
    <item>
      <title>set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811623#M286483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I have the data from 01 Dec 2008 to 03/02/2015&lt;/SPAN&gt;.&lt;SPAN style="font-size: 14pt;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;if we select any date between these dates,,i want get the data from 01/12/2008 to selected date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;i have two fields like Product and opening Quantity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;for opening Quantity i have to find out that in pivot table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;please give me expression for that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;suppose i selected 01 feb 2015, then i will get the data from starting date to selected date means 01 Dec 2008 to 01 feb 2015.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;pls help me&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Thannks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;chandra.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 05:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811623#M286483</guid>
      <dc:creator />
      <dc:date>2015-02-03T05:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811624#M286484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Count({&amp;lt;Date = {"&amp;lt;= Date(Max(Date),'DD/MM/YYYY')"}&amp;gt;} Quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;Please change the date format as per ur date format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 05:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811624#M286484</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-02-03T05:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811625#M286485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii mahil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want get the data from starting date to selected date&lt;/P&gt;&lt;P&gt;might be not count,,surely it ll be sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 05:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811625#M286485</guid>
      <dc:creator />
      <dc:date>2015-02-03T05:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811626#M286486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;Date = {"&amp;lt;=$(=Date(Max(Date),'DD/MM/YYYY'))"}&amp;gt;} Quantity)&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, 03 Feb 2015 05:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811626#M286486</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-03T05:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811627#M286487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an one doubt,&lt;/P&gt;&lt;P&gt;is there any need of start date???? if yes how???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i stored my max date into as vEndDate Varible..&lt;/P&gt;&lt;P&gt;how can i use it pls give me proper expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 05:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811627#M286487</guid>
      <dc:creator />
      <dc:date>2015-02-03T05:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811628#M286488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you need data from begining to current selection then you dont required the start date in above expression.&lt;/P&gt;&lt;P&gt;It will give you all data less than or equal to current selection date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you want to used variable then create variable with expression&lt;/P&gt;&lt;P&gt;=Date(max(Date),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then replace that varible with expression used in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;lt;=$(vEndDate)"}&amp;gt;}Quantity)&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, 03 Feb 2015 06:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811628#M286488</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-03T06:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811629#M286489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;Define the valuable&lt;/P&gt;&lt;P&gt;vEndDate&amp;nbsp; =&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD-MM-YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this exp:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;Date = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(vEndDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} Quantity) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811629#M286489</guid>
      <dc:creator />
      <dc:date>2015-02-03T06:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811630#M286490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;1.define a variable to the current selected date &lt;/P&gt;&lt;P&gt;2.Then use if condition to get the required data field &lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date &amp;lt;= Date(Max(Date),'DD/MM/YYYY'),required_feild}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811630#M286490</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-03T06:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811631#M286491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u so much to all for giving reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally i have an one doubt to max and sovan,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U given expressions right??? in that expression what can i put replacing by ''date'' after sum({....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my script i ve an one field that is Posting date...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811631#M286491</guid>
      <dc:creator />
      <dc:date>2015-02-03T06:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811632#M286492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have got the answer mark this tread as answered and close it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811632#M286492</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-03T06:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811633#M286493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok Avinash&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811633#M286493</guid>
      <dc:creator />
      <dc:date>2015-02-03T06:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811634#M286494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp; I have the data from 01 Dec 2008 to 03/02/2015... if we select any date between these dates,,i want get the data from 01/12/2008 to selected date.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Above expression is not working pls help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want display data from starting date to Selected date....&lt;/P&gt;&lt;P&gt;I did n't store any dates into variables..&lt;/P&gt;&lt;P&gt;i have my column Posting date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls give me expresion for that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811634#M286494</guid>
      <dc:creator />
      <dc:date>2015-02-04T11:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811635#M286495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;steps:&lt;/P&gt;&lt;P&gt;if your capturing the current selected date in variable then use this expression:&lt;/P&gt;&lt;P&gt;if(datefeild&amp;lt;=$(vcurrentdate),requiredfeild);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if your selecting the current date in the list box, then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;datefeild&amp;lt;=getfeildselection(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;datefeild&lt;/SPAN&gt;),requiredfeild);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your still facing issue please post your app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/811635#M286495</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-04T12:00:26Z</dc:date>
    </item>
  </channel>
</rss>

