<?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: Expression vs Scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573213#M597103</link>
    <description>&lt;P&gt;So, essentially you are looking for the values within FRUIT and LOCATION to be selected when you click on the SEASON list box? You can do this using triggers, but one thing to note here is that when you select within Testing, the possible values are the same values which are selected when you select in SEASON (calculated list box). It means that you should still be able to see the result for only those FRUIT and LOCATION which are possible when you select Testing.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Apr 2019 11:00:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-04-25T11:00:28Z</dc:date>
    <item>
      <title>Expression vs Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573201#M597098</link>
      <description>&lt;P&gt;All, I am trying to copy and expression I have within one of my created fields:&lt;/P&gt;&lt;PRE&gt;=if(MATCH(FRUIT,'APPLE') AND MATCH(SEASON, 'SUMMER') AND NOT MATCH(RAIN, 'NO') AND MATCH(LOCATION,'UK'), Dual('LC',1),0)&lt;/PRE&gt;&lt;P&gt;This within a Field Expression works perfectly.&amp;nbsp; Creates a Field that has LC and Other and when select LC, I can see all the filters. ie. FRUIT is APPLE, SEASON is SUMMER etc.&lt;/P&gt;&lt;P&gt;But when I move this expression in to a load script to create a column.&amp;nbsp; The filtration does not work.&lt;/P&gt;&lt;P&gt;Any help is much appreciated,&lt;/P&gt;&lt;P&gt;Aksel&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573201#M597098</guid>
      <dc:creator>aetingu12</dc:creator>
      <dc:date>2024-11-16T03:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expression vs Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573203#M597099</link>
      <description>&lt;P&gt;Would you be able to share a sample where we can see the issue?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 10:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573203#M597099</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-25T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expression vs Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573204#M597100</link>
      <description>You can try this:&lt;BR /&gt;&lt;BR /&gt;=if(FRUIT ='APPLE' AND SEASON= 'SUMMER' AND RAIN &amp;lt;&amp;gt; 'NO' AND LOCATION ='UK',&lt;BR /&gt;1,0) as LC</description>
      <pubDate>Thu, 25 Apr 2019 10:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573204#M597100</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2019-04-25T10:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression vs Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573210#M597102</link>
      <description>Hi Sunny,&lt;BR /&gt;Thanks for getting back to me. I have added a testing file. There you will see the Season (new column) as expression and the Testing which is the same expression through scripting. the column I have created through scripting doesn't' seem to work</description>
      <pubDate>Thu, 25 Apr 2019 10:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573210#M597102</guid>
      <dc:creator>aetingu12</dc:creator>
      <dc:date>2019-04-25T10:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression vs Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573213#M597103</link>
      <description>&lt;P&gt;So, essentially you are looking for the values within FRUIT and LOCATION to be selected when you click on the SEASON list box? You can do this using triggers, but one thing to note here is that when you select within Testing, the possible values are the same values which are selected when you select in SEASON (calculated list box). It means that you should still be able to see the result for only those FRUIT and LOCATION which are possible when you select Testing.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 11:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-vs-Scripting/m-p/1573213#M597103</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-25T11:00:28Z</dc:date>
    </item>
  </channel>
</rss>

