<?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: Script Logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828692#M291745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are looking for? (PFA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 May 2015 13:49:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-05-10T13:49:30Z</dc:date>
    <item>
      <title>Script Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828691#M291744</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;I have 2 sheet, i.e Sheet1 and Sheet2. In Sheet1 One field is Test and in another Sheet2, One field is Test2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to match the value with Sheet 1 and Sheet 2 and create a new field, i.e Test1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like : If value of Sheet 1 : Test = Sheet 2 : Test2, then return me 1, else return me 0. For more reference, Please find the attached xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output filed is also there, i.e - Test1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 12:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828691#M291744</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2015-05-10T12:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828692#M291745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are looking for? (PFA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 13:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828692#M291745</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-10T13:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Script Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828693#M291746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but can we do the same by using nested if - else condition and group by function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 13:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828693#M291746</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2015-05-10T13:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Script Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828694#M291747</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;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14312835902647087 jive_text_macro" jivemacro_uid="_14312835902647087"&gt;
&lt;P&gt;tabSheet2:&lt;/P&gt;
&lt;P&gt;LOAD Test2&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="163411" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2051-163375-771370-163411/Test.xlsx"&gt;https://community.qlik.com/servlet/JiveServlet/download/771370-163411/Test.xlsx&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabSheet1:&lt;/P&gt;
&lt;P&gt;LOAD Test,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fabs(Exists(Test2,Test)) as Test1&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="163411" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2051-163375-771370-163411/Test.xlsx"&gt;https://community.qlik.com/servlet/JiveServlet/download/771370-163411/Test.xlsx&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163375_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86105_QlikCommunity_Thread_163375_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 18:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828694#M291747</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-10T18:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828695#M291748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14312887191049332" jivemacro_uid="_14312887191049332"&gt;
&lt;P&gt;-Exists(Test2,Test) as Test1&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14312887238879735" jivemacro_uid="_14312887238879735"&gt;
&lt;P&gt;fabs(Exists(Test2,Test)) as Test1&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 20:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Logic/m-p/828695#M291748</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-10T20:12:09Z</dc:date>
    </item>
  </channel>
</rss>

