<?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: Full Load Pass thru filter in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508674#M13826</link>
    <description>&lt;P&gt;It has to be in a format the source will accept - I haven't seen a case where it added the parentheses for you...&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 19:08:53 GMT</pubDate>
    <dc:creator>Dana_Baldwin</dc:creator>
    <dc:date>2025-03-06T19:08:53Z</dc:date>
    <item>
      <title>Full Load Pass thru filter</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508630#M13821</link>
      <description>&lt;P&gt;What is the correct format for the full load pass thru filter? I have tried --FILTER: 1=1) ORDER BY COL1, COL2 --&amp;nbsp; but that results in a parenthesis after the order by&amp;nbsp; &amp;nbsp;... WHERE (1=1) ORDER BY COL1, COL2)&amp;nbsp; which is in correct syntax. I've tried several different syntaxes hoping to find the magic key, but nothing works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Using Oracle as the source and Replicate version May 2024 (2024.5.0.511)&amp;nbsp; on Linux&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 15:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508630#M13821</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2025-03-06T15:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Full Load Pass thru filter</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508637#M13823</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/176207"&gt;@fj40wdh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to use the exact same where clause conditions as if you query the source directly - just leave out the keyword "where". What error / issue do you get when you try the correct syntax you mentioned above?&lt;/P&gt;
&lt;P&gt;FYI, we have a couple knowledge articles on this general topic in case you haven't seen them:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Filter-for-last-90-days-of-data-in-Qlik-Replicate/ta-p/1880761" target="_blank"&gt;Filter for last 90 days of data in Qlik Replicate - Qlik Community - 1880761&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Filter-for-last-90-days-of-data-in-Qlik-Replicate-part-two/ta-p/1980009" target="_blank"&gt;Filter for last 90 days of data in Qlik Replicate ... - Qlik Community - 1980009&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 15:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508637#M13823</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-03-06T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Full Load Pass thru filter</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508639#M13824</link>
      <description>&lt;P&gt;so I use this syntax&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1=1) ORDER BY col1, col2,col3, col4, col5, col6&lt;/P&gt;
&lt;P&gt;and I get&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...WHERE (1=1) ORDER BY col1, col2,col3, col4, col5, col6)&lt;/P&gt;
&lt;P&gt;which is OK&amp;nbsp; EXCEPT the ending &lt;SPAN&gt;parenthesis&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 15:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508639#M13824</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2025-03-06T15:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Full Load Pass thru filter</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508669#M13825</link>
      <description>&lt;P&gt;fixed it like this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1=1) ORDER BY ( CASE when 1=1 THEN 'col1,col2,col3,col4' END&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to get rid of the&amp;nbsp;&lt;SPAN&gt;parenthesis ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 18:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508669#M13825</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2025-03-06T18:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Full Load Pass thru filter</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508674#M13826</link>
      <description>&lt;P&gt;It has to be in a format the source will accept - I haven't seen a case where it added the parentheses for you...&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 19:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508674#M13826</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-03-06T19:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Full Load Pass thru filter</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508677#M13827</link>
      <description>&lt;P&gt;Qlik adds&amp;nbsp; Where (&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;So&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1=1) ORDER BY ( CASE when 1=1 THEN 'col1,col2' END&lt;/P&gt;
&lt;P&gt;ends up&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Where (&lt;/FONT&gt;1=1) ORDER BY ( CASE when 1=1 THEN 'col1,col2' END &lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 19:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Pass-thru-filter/m-p/2508677#M13827</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2025-03-06T19:16:23Z</dc:date>
    </item>
  </channel>
</rss>

