<?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 Help with syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-syntax/m-p/167835#M1287190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sql select&lt;BR /&gt;movie_id,&lt;BR /&gt;movie_title,&lt;BR /&gt;movie_genre&lt;BR /&gt;from ...... ;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sql select&lt;BR /&gt;movie_id,&lt;BR /&gt;customer_id,&lt;BR /&gt;country,&lt;BR /&gt;country_id&lt;BR /&gt;from ...... ;&lt;/P&gt;&lt;P&gt;Sql select&lt;BR /&gt;country_id,&lt;BR /&gt;movie_language&lt;BR /&gt;from ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a list where I can only see the movies where the language is DUTCH (if the country_id = 1) and the language is GERMAN (if the country_id = 2) and the language is OTHER (when movie_genre is = 'soap')&lt;/P&gt;&lt;P&gt;I've tried a few syntaxes but can't get the right one. What is the right code and where do i have to paste it? (in the listproperties or in the codepage?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Help with syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntax/m-p/167835#M1287190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sql select&lt;BR /&gt;movie_id,&lt;BR /&gt;movie_title,&lt;BR /&gt;movie_genre&lt;BR /&gt;from ...... ;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sql select&lt;BR /&gt;movie_id,&lt;BR /&gt;customer_id,&lt;BR /&gt;country,&lt;BR /&gt;country_id&lt;BR /&gt;from ...... ;&lt;/P&gt;&lt;P&gt;Sql select&lt;BR /&gt;country_id,&lt;BR /&gt;movie_language&lt;BR /&gt;from ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a list where I can only see the movies where the language is DUTCH (if the country_id = 1) and the language is GERMAN (if the country_id = 2) and the language is OTHER (when movie_genre is = 'soap')&lt;/P&gt;&lt;P&gt;I've tried a few syntaxes but can't get the right one. What is the right code and where do i have to paste it? (in the listproperties or in the codepage?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntax/m-p/167835#M1287190</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Help with syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntax/m-p/167836#M1287193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without knowing the names of your tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Sql select&lt;BR /&gt;movie_id,&lt;BR /&gt;movie_title,&lt;BR /&gt;movie_genre&lt;BR /&gt;from Table1;&lt;BR /&gt;&lt;BR /&gt;Sql select&lt;BR /&gt;movie_id,&lt;BR /&gt;customer_id,&lt;BR /&gt;country,&lt;BR /&gt;country_id&lt;BR /&gt;from Table2 ;&lt;BR /&gt;Sql select&lt;BR /&gt;country_id,&lt;BR /&gt;movie_language&lt;BR /&gt;from Table3;&lt;BR /&gt;&lt;BR /&gt;Sql Select Table1.movie_title, Table3.movie_language from&lt;BR /&gt;Table1 inner join Table2 on Table1.movie_id = Table2.movie_id&lt;BR /&gt;inner join Table3 on Table2.country_id = table3.Country_id&lt;BR /&gt;where table3.movielanguage in ('DUTCH', 'GERMAN', 'OTHER')&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2009 02:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntax/m-p/167836#M1287193</guid>
      <dc:creator />
      <dc:date>2009-10-10T02:00:32Z</dc:date>
    </item>
  </channel>
</rss>

