<?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 with Set command in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897501#M312255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya give it a shot and let me know what worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 17:38:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-04-23T17:38:21Z</dc:date>
    <item>
      <title>set Analysis with Set command</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897497#M312251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use set analysis in Set command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;set vDateFromUI&lt;/TD&gt;&lt;TD&gt;= addmonths(monthstart(max({$&amp;lt;TimeLine.Year={$(=max(TimeLine.Year))}&amp;gt;}[Date])),-12);&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;set vDateToUI&lt;/TD&gt;&lt;TD&gt;= addmonths(MonthEnd(max({$&amp;lt;TimeLine.Year={$(=max(TimeLine.Year))}&amp;gt;}[Date])),-1);&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use these expressions in text object it works fine . but when i am trying to use them for Set or Let .. it fails .&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 16:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897497#M312251</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-04-23T16:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis with Set command</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897498#M312252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge,NO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 16:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897498#M312252</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-23T16:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis with Set command</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897499#M312253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You won't be able to use the set analysis in the back end, but I am sure you can assign a expression which include set analysis in the back end. try it this way and see if this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;LET/SET vDateFromUI&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;= '=addmonths(monthstart(max({$&amp;lt;TimeLine.Year={$(=max(TimeLine.Year))}&amp;gt;}[Date])),-12)';&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;LET/SET vDateToUI&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;= '=addmonths(MonthEnd(max({$&amp;lt;TimeLine.Year={$(=max(TimeLine.Year))}&amp;gt;}[Date])),-1)';&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not entirely sure if LET or SET will work, but I feel one of them should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 17:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897499#M312253</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-23T17:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis with Set command</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897500#M312254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Tried the same expression in text obj it works . and&amp;nbsp; text objects uses " LET"&amp;nbsp; . so i think using above expression with Let should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 17:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897500#M312254</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-04-23T17:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis with Set command</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897501#M312255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya give it a shot and let me know what worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 17:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897501#M312255</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-23T17:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis with Set command</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897502#M312256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET&amp;nbsp; Works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 19:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897502#M312256</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-04-23T19:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis with Set command</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897503#M312257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 19:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-with-Set-command/m-p/897503#M312257</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-23T19:19:53Z</dc:date>
    </item>
  </channel>
</rss>

