<?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 expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131938#M629511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written following set expression. But it is not working. Can you pls look at it rectify if I m wrong&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;DESCRIPTION={'GROSS_PREMIUM'},FMonth_Year={"&amp;gt;=Jul-2015"}&amp;gt;}ACTUAL)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jul 2016 13:49:56 GMT</pubDate>
    <dc:creator>upaliwije</dc:creator>
    <dc:date>2016-07-24T13:49:56Z</dc:date>
    <item>
      <title>set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131938#M629511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written following set expression. But it is not working. Can you pls look at it rectify if I m wrong&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;DESCRIPTION={'GROSS_PREMIUM'},FMonth_Year={"&amp;gt;=Jul-2015"}&amp;gt;}ACTUAL)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 13:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131938#M629511</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-07-24T13:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131939#M629512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Upali,&lt;/P&gt;&lt;P&gt;can you give some more information?&lt;/P&gt;&lt;P&gt;Which format has FMonth_Year? Is it recognized by Qlikview as a num value or a string?&lt;/P&gt;&lt;P&gt;Is this field connected to a Mastercalendar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps try to upload a sample which demonstrates the problem so its much easier to assist you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 14:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131939#M629512</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-07-24T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131940#M629513</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;This field is connected to a master calender &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Dual(MONTH, fMonth) &amp;amp;'-'&amp;amp;Dual(YEAR, fYear)As FMonth_Year, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 14:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131940#M629513</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-07-24T14:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131941#M629514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this for monthyear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(datefield) &amp;amp; '-' &amp;amp; year(datefield) as fmonthyear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;SUM({&amp;lt;DESCRIPTION={"GROSS_PREMIUM"},fmonthyear={"&amp;gt;=Jul-2015"}&amp;gt;}ACTUAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;I am not sure, but this expression getting the data for actual where gross premium add above of jul15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;Or else send your application please &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 14:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131941#M629514</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-24T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131942#M629515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Date(Date#(&lt;/SPAN&gt;Dual(MONTH, fMonth) &amp;amp;'-'&amp;amp;Dual(YEAR, fYear)&lt;SPAN style="color: #ff0000;"&gt;, 'MMM-YYYY')&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;, 'MMM-YYYY')&lt;/SPAN&gt; a&lt;/SPAN&gt;s FMonth_Year,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 15:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131942#M629515</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-24T15:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131943#M629516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 03:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1131943#M629516</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-07-25T03:20:35Z</dc:date>
    </item>
  </channel>
</rss>

