<?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: Hi All, in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885046#M308679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make above calculation in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2015 07:05:07 GMT</pubDate>
    <dc:creator>deepakqlikview_123</dc:creator>
    <dc:date>2015-06-01T07:05:07Z</dc:date>
    <item>
      <title>Hi All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885043#M308676</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;How to write the below expression in set analysis:&lt;/P&gt;&lt;P&gt;=if((A - B)&amp;gt;=30 and (A - B) &amp;lt;=90 ,'border',if((A - B)&amp;gt;200 ,'crossed',if((A - B)&amp;lt; 0,'below',if((A - B)&amp;gt;=0 and (A - B)&amp;lt;30,'OK'))))@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 06:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885043#M308676</guid>
      <dc:creator />
      <dc:date>2015-06-01T06:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885044#M308677</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;You can't write this in Set Analysis.&lt;/P&gt;&lt;P&gt;You can use if condition in front end or&lt;/P&gt;&lt;P&gt;create a field in script and use that field in front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 06:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885044#M308677</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-01T06:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885045#M308678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can not write such type of if expression in set analysis if possible try to use if condition or try to get calculated field for this expression from script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 06:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885045#M308678</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2015-06-01T06:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885046#M308679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make above calculation in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885046#M308679</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-01T07:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885047#M308680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subharanjali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we cannot achieve the comparison analysis using the set analysis, please you try with SQL and Qlikview script combination , that should solve the issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885047#M308680</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-01T07:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885048#M308681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use this expression in Script &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;load A,&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: 13px;"&gt;B,&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: 13px;"&gt;if((A - B)&amp;gt;=30 and (A - B) &amp;lt;=90 ,'border',if((A - B)&amp;gt;200 ,'crossed',if((A - B)&amp;lt; 0,'below',if((A - B)&amp;gt;=0 and (A - B)&amp;lt;30,'OK')))) as Diff_AB&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: 13px;"&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: 13px;"&gt;from ...File&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: 13px;"&gt;the simply use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Diff_AB as dimension in your chart.&lt;/SPAN&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: 13px;"&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: 13px;"&gt;it will also increase your performance as well as simplicity in UI. &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: 13px;"&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: 13px;"&gt;Thanks&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: 13px;"&gt;BKC&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: 13px;"&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-All/m-p/885048#M308681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-01T07:13:21Z</dc:date>
    </item>
  </channel>
</rss>

