<?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: String result Ifs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104678#M905925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simplify further:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;EM&gt;if(Sum(Stock) &amp;lt; 330, 'ASAP', if(Sum(Stock) &amp;lt;= 600&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt; 'Review', &lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;'OK'))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2016 11:19:06 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-06-24T11:19:06Z</dc:date>
    <item>
      <title>String result Ifs</title>
      <link>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104673#M905918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to QlikView..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create some sort of notification based on the number of stock available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, once stock drops under 330, I would signal the word 'ASAP', above that would be 'OK'.&lt;/P&gt;&lt;P&gt;Or probably can add 'Review' when the Stock goes between 330 and 660.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this if(Sum(Stock)) &amp;lt;&amp;lt; 330, 'ASAP', 'OK')&amp;nbsp; // I already tried with only Stock, Sum(Stock) and even using Nums... But the result, everything becomes ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please share their guidance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="All ASAP.PNG" class="jive-image image-1" src="/legacyfs/online/129037_All ASAP.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104673#M905918</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: String result Ifs</title>
      <link>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104674#M905919</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;share sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$@M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 08:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104674#M905919</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2016-06-24T08:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: String result Ifs</title>
      <link>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104675#M905920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;if(Sum(Stock) &amp;lt;330, 'ASAP', &lt;/P&gt;&lt;P&gt;if(Sum(Stock) =&amp;gt;300 and Sum(Stock)&amp;lt;= 600 'Review',&lt;/P&gt;&lt;P&gt;if(Sum(Stock) &amp;gt; 600 ,'OK')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 09:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104675#M905920</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-06-24T09:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: String result Ifs</title>
      <link>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104676#M905921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi,&lt;BR /&gt;try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Sum(Stock)&amp;lt;= 330, 'ASAP', 'OK') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or:&lt;/P&gt;&lt;P&gt;if(Sum(Stock) &amp;lt; 330, 'ASAP',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Sum(Stock) &amp;gt;=330 and Sum(Stock)&amp;lt;= 660,&amp;nbsp; 'Review',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Sum(Stock) &amp;gt; 660 , 'OK')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 10:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104676#M905921</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2016-06-24T10:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: String result Ifs</title>
      <link>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104677#M905923</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;Third if not necessary&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Sum(Stock) &amp;lt;330, 'ASAP',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Sum(Stock) =&amp;gt;300 and Sum(Stock)&amp;lt;= 600&lt;STRONG&gt;,&lt;/STRONG&gt; 'Review',&lt;SPAN style="line-height: 1.5em;"&gt;'OK'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 11:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104677#M905923</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-24T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: String result Ifs</title>
      <link>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104678#M905925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simplify further:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;EM&gt;if(Sum(Stock) &amp;lt; 330, 'ASAP', if(Sum(Stock) &amp;lt;= 600&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt; 'Review', &lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;'OK'))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 11:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104678#M905925</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-24T11:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: String result Ifs</title>
      <link>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104679#M905927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you guys mean 660 &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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Sum(Stock) &amp;lt; 330, 'ASAP', if(Sum(Stock) &amp;lt;= &lt;STRONG style="color: #ff0000;"&gt;660&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt; 'Review', &lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;'OK'))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 11:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-result-Ifs/m-p/1104679#M905927</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-24T11:44:44Z</dc:date>
    </item>
  </channel>
</rss>

