<?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 to get the remark based on amount in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014726#M344079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimesnion&lt;/STRONG&gt;: ID, Remark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;: sum(if(Amount&amp;gt;200 and Amount&amp;lt;300, Amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 07:44:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-12T07:44:40Z</dc:date>
    <item>
      <title>Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014720#M344073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below data set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellspacing="0" frame="VOID" rules="NONE"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="65"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;ID&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="68"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Remark&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="65"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Amount&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;300&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;E&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;250&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;F&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;300&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want the Remark for each ID where Amount is between 200 and 300. Below is the required output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellspacing="0" frame="VOID" rules="NONE"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="68"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;ID&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="65"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Amount&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="65"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Remark&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;B&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;250&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;E&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 06:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014720#M344073</guid>
      <dc:creator />
      <dc:date>2016-04-12T06:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014721#M344074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Create the straight table&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Dimension:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Remark&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=sum({&amp;lt;Remark ={"=Sum(Amount)&amp;gt;200 and Sum(Amount)&amp;lt;300"}&amp;gt;}Amount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 06:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014721#M344074</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-12T06:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014722#M344075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=sum({&amp;lt;Remark ={ 'B','E' }&amp;gt;}Amount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 06:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014722#M344075</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-04-12T06:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014723#M344076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the Remark based on amount where amount is between 200 and 300&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014723#M344076</guid>
      <dc:creator />
      <dc:date>2016-04-12T07:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014724#M344077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121310_1.png" style="height: 118px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per kush this is what you will get&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014724#M344077</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-12T07:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014725#M344078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you say between 200 and 300 does it include the upper and lower limit values as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the sample output you provided, you've included the lower limit of the Amount value(200) however you didn't include the upper limit value(300)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, using distinct in the back-end,&amp;nbsp; Amount&amp;gt;=200 and Amount&amp;lt;300 in the front-end, I could come up with this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CaptureQV.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121308_CaptureQV.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Is this what you wanted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014725#M344078</guid>
      <dc:creator>_armoco_</dc:creator>
      <dc:date>2016-04-12T07:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014726#M344079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimesnion&lt;/STRONG&gt;: ID, Remark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;: sum(if(Amount&amp;gt;200 and Amount&amp;lt;300, Amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014726#M344079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-12T07:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014727#M344080</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 also seems to work:&lt;IMG alt="CaptureQV.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121314_CaptureQV.PNG" style="height: 129px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014727#M344080</guid>
      <dc:creator>_armoco_</dc:creator>
      <dc:date>2016-04-12T07:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014728#M344081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say between 200 and 300 does it include the boundary values 200 and 300 or not? Why did you include B for ID 1 and exclude C for the same ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, you excluded F for ID 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121316_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would happen if you have something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID, REMARK, AMOUNT&lt;/P&gt;&lt;P&gt;3, G, 300&lt;/P&gt;&lt;P&gt;3, H, 400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you now pick ID 3 and remark G or you won't?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014728#M344081</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-12T08:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014729#M344082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sunny, I wont pick that, I just want the ID or remark where Amount is in between 200 and 300.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014729#M344082</guid>
      <dc:creator />
      <dc:date>2016-04-12T08:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014730#M344083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that it needs to be between 200 and 300. But is 200 considered to be between 200 and 300, but 300 is not considered to be between 200 and 300?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014730#M344083</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-12T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014731#M344084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;200 and 300 will not be considered. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014731#M344084</guid>
      <dc:creator />
      <dc:date>2016-04-12T08:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014732#M344085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then how can this be an output? I mean you don't have to respond back if you think you have found your solution. But I was just confused of how you decide the logic. Just wanted to offer my 2 cents &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121334_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014732#M344085</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-12T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014733#M344086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am too confused &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, 12 Apr 2016 09:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014733#M344086</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-12T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014734#M344087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad I am not the only one &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, 12 Apr 2016 09:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014734#M344087</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-12T09:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014735#M344088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, for my actual scenario I have another threshold which is like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TD_Amount &amp;gt; 10000 and&amp;nbsp; TD_Amount &amp;lt; 20000 which is working fine. May be I have not put the scenario very well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014735#M344088</guid>
      <dc:creator />
      <dc:date>2016-04-12T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression to get the remark based on amount</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014736#M344089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good. It all make sense now &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, 12 Apr 2016 09:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-to-get-the-remark-based-on-amount/m-p/1014736#M344089</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-12T09:08:55Z</dc:date>
    </item>
  </channel>
</rss>

