<?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: How to write an expression that involved different fields of different tables at different level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650200#M594075</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I haven't found anything that can block you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But one thing you need to review your data model, I deleted the $Syn (concatenate the keys in one), but it may change depending on your context.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datt.PNG" style="width: 480px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24262i55D6211E502BA45F/image-size/large?v=v2&amp;amp;px=999" role="button" title="datt.PNG" alt="datt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;otherwise for outputs just put if...else in the script like for example if(WildMatch(REG,'9*') or WildMatch(REG,'8*'),'BDG',if(REG&amp;lt;&amp;gt;'030','EXTRAREG',.........)) as NewREG,&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2019 15:24:40 GMT</pubDate>
    <dc:creator>Taoufiq_Zarra</dc:creator>
    <dc:date>2019-11-22T15:24:40Z</dc:date>
    <item>
      <title>How to write an expression that involved different fields of different tables at different levels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650026#M594072</link>
      <description>&lt;P&gt;Hi to everyone,&lt;/P&gt;&lt;P&gt;i need help to solve a complex (for me) problem.&lt;/P&gt;&lt;P&gt;i have 3 tables: AMB2, AMB1 and COM.&lt;/P&gt;&lt;P&gt;AMB2 and AMB1 have three key fields, AMB1 and COM one key field, AMB2 and COM no key field.&lt;/P&gt;&lt;P&gt;I need to write an expression in the script that involve fields of tables AMB2 and COM.&lt;/P&gt;&lt;P&gt;Which function could i use?&amp;nbsp; I've tried with ApplyMap but something don't work, is there a different option to do this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 10:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650026#M594072</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-22T10:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that involved different fields of different tables at different level</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650160#M594073</link>
      <description>&lt;P&gt;Hi Mattia,&lt;/P&gt;&lt;P&gt;What is the purpose of the expression? more detail (better an extract from your loading script).&lt;/P&gt;&lt;P&gt;otherwise, if you don't penalize the performance of your dashboard, you can use the Set Analysis functions in the sheet, it's very powerful.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 14:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650160#M594073</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-22T14:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that involved different fields of different tables at different level</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650169#M594074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Taoufiq,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks for the reply and the suggest. Unfortunately, i'm a newbie and i'am a controller, so i'm in trouble with this thing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Attached is a sample data file with 3 tables in the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The output i want to obtain is in the script as comment.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 14:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650169#M594074</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-22T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that involved different fields of different tables at different level</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650200#M594075</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I haven't found anything that can block you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But one thing you need to review your data model, I deleted the $Syn (concatenate the keys in one), but it may change depending on your context.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datt.PNG" style="width: 480px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24262i55D6211E502BA45F/image-size/large?v=v2&amp;amp;px=999" role="button" title="datt.PNG" alt="datt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;otherwise for outputs just put if...else in the script like for example if(WildMatch(REG,'9*') or WildMatch(REG,'8*'),'BDG',if(REG&amp;lt;&amp;gt;'030','EXTRAREG',.........)) as NewREG,&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 15:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1650200#M594075</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-22T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that involved different fields of different tables at different level</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1654762#M594076</link>
      <description>&lt;P&gt;Mattia, did&amp;nbsp;&lt;SPAN&gt;Taoufiq's last post get you what you needed on this one?&amp;nbsp; If so, as always, do not forget to come back and use the Accept as Solution button on the post from him to give him credit for the assistance and to let other Community Members know it worked.&amp;nbsp; If you are still working on things, please leave on update with what you still need.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 19:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-involved-different-fields-of/m-p/1654762#M594076</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-05T19:34:03Z</dc:date>
    </item>
  </channel>
</rss>

