<?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 if statement for tow almost same value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-statement-for-tow-almost-same-value/m-p/1268352#M860142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in TextBox I Have tow percentage Value ( A%&amp;nbsp; &amp;amp;&amp;nbsp; B%&amp;nbsp; )&lt;/P&gt;&lt;P&gt;the different between the tow &lt;SPAN style="font-size: 13.3333px;"&gt;percentage&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;value &lt;/SPAN&gt;is very small ( less or more than 0.00001 )&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to create a logic if statement that show :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;if&lt;/STRONG&gt; ( {th&lt;SPAN style="font-size: 13.3333px;"&gt;e different between the tow &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;percentage&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;value &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;is very small ( less or more than 0.00001 ) &lt;/SPAN&gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="text-decoration: underline;"&gt; then&lt;/STRONG&gt; show me Latter 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Else&lt;/STRONG&gt;&lt;/SPAN&gt; Show me Letter 'Y'&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can I have some help please..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ghassanaldalati</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>if statement for tow almost same value</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-for-tow-almost-same-value/m-p/1268352#M860142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in TextBox I Have tow percentage Value ( A%&amp;nbsp; &amp;amp;&amp;nbsp; B%&amp;nbsp; )&lt;/P&gt;&lt;P&gt;the different between the tow &lt;SPAN style="font-size: 13.3333px;"&gt;percentage&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;value &lt;/SPAN&gt;is very small ( less or more than 0.00001 )&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to create a logic if statement that show :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;if&lt;/STRONG&gt; ( {th&lt;SPAN style="font-size: 13.3333px;"&gt;e different between the tow &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;percentage&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;value &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;is very small ( less or more than 0.00001 ) &lt;/SPAN&gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="text-decoration: underline;"&gt; then&lt;/STRONG&gt; show me Latter 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Else&lt;/STRONG&gt;&lt;/SPAN&gt; Show me Letter 'Y'&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can I have some help please..&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/if-statement-for-tow-almost-same-value/m-p/1268352#M860142</guid>
      <dc:creator>ghassanaldalati</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: if statement for tow almost same value</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-for-tow-almost-same-value/m-p/1268353#M860143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(fab(A% - B%) &amp;lt; 0.00001, 'X', 'Y')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 10:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-for-tow-almost-same-value/m-p/1268353#M860143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-18T10:31:32Z</dc:date>
    </item>
  </channel>
</rss>

