<?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: Compare the field value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591485#M219356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.222222328186035px; background-color: #f6f6f6;"&gt;in script&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: 12.222222328186035px; background-color: #f6f6f6;"&gt;if(AREA=LRM, 'LRM','AMR') as Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Feb 2014 13:11:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-16T13:11:52Z</dc:date>
    <item>
      <title>Compare the field value</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591480#M219351</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 a req like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If AREA value equal to LRM then i have to show LRM else go to AMR if in case both not satisfied then take AMR as per belwo input and output.How we can get in script level as well in dimension level or in expression level(set analysis is+ve)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="223"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="71"&gt;AREA&lt;/TD&gt;&lt;TD width="67"&gt;LRM&lt;/TD&gt;&lt;TD width="85"&gt;AMR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;California&lt;/TD&gt;&lt;TD&gt;California&lt;/TD&gt;&lt;TD&gt;Siliconvalley&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;US&lt;/TD&gt;&lt;TD&gt;UK&lt;/TD&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;INDIA&lt;/TD&gt;&lt;TD&gt;UK&lt;/TD&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 64px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;California&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;US&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;US&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 12:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591480#M219351</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-02-16T12:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the field value</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591481#M219352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I would do it in the script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OutputTable:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(AREA = LRM, LRM, AMR) as OUTPUT&lt;/P&gt;&lt;P&gt;Resident InputTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 12:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591481#M219352</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-02-16T12:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the field value</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591482#M219353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;take a look at example app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 12:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591482#M219353</guid>
      <dc:creator />
      <dc:date>2014-02-16T12:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the field value</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591483#M219354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use like this&lt;/P&gt;&lt;P&gt;if(AREA=LRM, 'LRM','AMR')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 13:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591483#M219354</guid>
      <dc:creator />
      <dc:date>2014-02-16T13:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the field value</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591484#M219355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both....its working. If in case that AREA field is coming from some other table and remaing 2 fields are coming from same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then design level already sended script will work but how to do that in script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 13:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591484#M219355</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-02-16T13:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the field value</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591485#M219356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.222222328186035px; background-color: #f6f6f6;"&gt;in script&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: 12.222222328186035px; background-color: #f6f6f6;"&gt;if(AREA=LRM, 'LRM','AMR') as Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 13:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591485#M219356</guid>
      <dc:creator />
      <dc:date>2014-02-16T13:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the field value</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591486#M219357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have the fields in two different tables, plse send some adequate sample data as input. With this we should be able to build the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 15:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-field-value/m-p/591486#M219357</guid>
      <dc:creator />
      <dc:date>2014-02-16T15:33:33Z</dc:date>
    </item>
  </channel>
</rss>

