<?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: loadscript in condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loadscript-in-condition/m-p/1168403#M886099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ricardo , thank you for your interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three tables. two tables together 'vlookup' I can connect with. but my need to get the greatest value in the other table record by the conditions in the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : &lt;/P&gt;&lt;P&gt;work order take the value 1 table with table century 'op_def' worth of space 'century' from the record 'malz defteri' table to call the maximum date information.&amp;nbsp; it 'load script' or 'calculated expression' with no harm being.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for bad english. I'm using translate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 19:09:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-08T19:09:13Z</dc:date>
    <item>
      <title>loadscript in condition</title>
      <link>https://community.qlik.com/t5/QlikView/loadscript-in-condition/m-p/1168400#M886095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="helpme.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136845_helpme.png" style="width: 620px; height: 416px;" /&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/loadscript-in-condition/m-p/1168400#M886095</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: loadscript in condition</title>
      <link>https://community.qlik.com/t5/QlikView/loadscript-in-condition/m-p/1168401#M886096</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;example attached also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ResultsTemp]:&lt;/P&gt;&lt;P&gt;LOAD wo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity&lt;/P&gt;&lt;P&gt;resident WorkOrder;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD wo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; op_no,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; op_def&lt;/P&gt;&lt;P&gt;Resident Routing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right join&lt;/P&gt;&lt;P&gt;LOAD wo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(op_no) as op_no,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(date) as date&lt;/P&gt;&lt;P&gt;Resident MalzDefteri&lt;/P&gt;&lt;P&gt;group by wo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Results:&lt;/P&gt;&lt;P&gt;load wo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; quantity,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(op_def='yy',date,null()) as date&lt;/P&gt;&lt;P&gt;Resident [ResultsTemp];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loadscript-in-condition/m-p/1168401#M886096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-08T18:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: loadscript in condition</title>
      <link>https://community.qlik.com/t5/QlikView/loadscript-in-condition/m-p/1168402#M886097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kadir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Could explain what you need or supply more details what is you issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loadscript-in-condition/m-p/1168402#M886097</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2016-09-08T18:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: loadscript in condition</title>
      <link>https://community.qlik.com/t5/QlikView/loadscript-in-condition/m-p/1168403#M886099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ricardo , thank you for your interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three tables. two tables together 'vlookup' I can connect with. but my need to get the greatest value in the other table record by the conditions in the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : &lt;/P&gt;&lt;P&gt;work order take the value 1 table with table century 'op_def' worth of space 'century' from the record 'malz defteri' table to call the maximum date information.&amp;nbsp; it 'load script' or 'calculated expression' with no harm being.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for bad english. I'm using translate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 19:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loadscript-in-condition/m-p/1168403#M886099</guid>
      <dc:creator />
      <dc:date>2016-09-08T19:09:13Z</dc:date>
    </item>
  </channel>
</rss>

