<?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: Qlik Replicate | Using filter condition on table in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438231#M10463</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please check following steps if they help:&lt;BR /&gt;1) In the task setting, add 2 values in your filter.&lt;BR /&gt;2) Save task&lt;BR /&gt;3) Export task to a json file&lt;BR /&gt;4) Edit exported json file,&amp;nbsp; search '&lt;SPAN&gt;filter_columns'&lt;BR /&gt;5) Update 'ranges', for example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;"column_name": "id",&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"ranges": "1,2,3,4,5,7,11"&lt;BR /&gt;&lt;BR /&gt;6) Save your file&lt;BR /&gt;7) Import JSON file back to Replicate.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 07:54:43 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2024-04-05T07:54:43Z</dc:date>
    <item>
      <title>Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438177#M10459</link>
      <description>&lt;P&gt;Hi team,&amp;nbsp;&lt;BR /&gt;I have a doubt regarding creating filter conditions for a column, in the attached image I have used two filter condition, I'm having a requirement were I want to use more number of filters that maybe in thousands(using python API QEM) , is it possible or can I know whats the maximum number of filters I can use.&lt;BR /&gt;&lt;BR /&gt;Thankyou&lt;BR /&gt;Regards&lt;BR /&gt;Sreehari&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 06:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438177#M10459</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-04-05T06:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438186#M10460</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Qlik Community!&lt;/P&gt;
&lt;P&gt;Yes, if you are adding more ranges value to the same column filter, the their relationship is &lt;FONT face="courier new,courier"&gt;OR&lt;/FONT&gt;. let's say you add a column , &lt;FONT face="courier new,courier"&gt;ID2&lt;/FONT&gt; in the filter:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1712299158435.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/163515i5787B9666A112E0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1712299158435.png" alt="john_wang_0-1712299158435.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then you add more ranges value like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_1-1712299199861.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/163516i681D8800A1A67D2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_1-1712299199861.png" alt="john_wang_1-1712299199861.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Replicate will compose below query and send to source endpoint DB for execution:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2024-04-05T14:35:32:439241 [SOURCE_UNLOAD ]T: Select statement for UNLOAD is 'SELECT "ID","ID2","NAME","INVID" FROM "SCOTT"."TESTINVISIBLE4" &lt;STRONG&gt;WHERE (("ID2" = +1.0) OR ("ID2" = +2.0))&lt;/STRONG&gt;'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You may set&amp;nbsp;&lt;FONT face="courier new,courier"&gt;SOURCE_UNLOAD&lt;/FONT&gt; to &lt;FONT face="courier new,courier"&gt;Trace&lt;/FONT&gt; and you will see what operations Qlik Replicate is doing now. Adding more range values are supported in Qlik Replicate, unless the composed SQL string is too long to a specific database.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;BR /&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 06:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438186#M10460</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-04-05T06:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438190#M10461</link>
      <description>&lt;P&gt;BTW, I'm not sure you have to input the&amp;nbsp;&lt;SPAN&gt;thousands of&lt;/SPAN&gt; individual values one by one, or you may input a range, eg &lt;A title="BETWEEN" href="https://help.qlik.com/en-US/replicate/November2023/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_rangebuilder.htm#ar_tasks_custom_1624443382_1761756:~:text=Between%3A%20Click%20Between,Include/Exclude%20column." target="_blank" rel="noopener"&gt;BETWEEN&lt;/A&gt;, or &lt;A title="Greater than" href="https://help.qlik.com/en-US/replicate/November2023/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_rangebuilder.htm#ar_tasks_custom_1624443382_1761756:~:text=Greater%20than%20or,Include/Exclude%20column." target="_blank" rel="noopener"&gt;Greater than&lt;/A&gt; etc.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 06:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438190#M10461</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-04-05T06:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438215#M10462</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;or else can I give it like : for example I have five values for a column&lt;BR /&gt;COL1&lt;BR /&gt;001&lt;BR /&gt;002&lt;BR /&gt;003&lt;BR /&gt;004&lt;BR /&gt;005&lt;BR /&gt;&lt;BR /&gt;instead of giving individual ones like&lt;BR /&gt;Equal To = 001&lt;BR /&gt;Equal To = 002&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;Equal To = 005&lt;BR /&gt;&lt;BR /&gt;Is it possible to give&amp;nbsp;&lt;BR /&gt;Equal To = 001,002,003,004,005&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 07:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438215#M10462</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-04-05T07:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438231#M10463</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please check following steps if they help:&lt;BR /&gt;1) In the task setting, add 2 values in your filter.&lt;BR /&gt;2) Save task&lt;BR /&gt;3) Export task to a json file&lt;BR /&gt;4) Edit exported json file,&amp;nbsp; search '&lt;SPAN&gt;filter_columns'&lt;BR /&gt;5) Update 'ranges', for example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;"column_name": "id",&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"ranges": "1,2,3,4,5,7,11"&lt;BR /&gt;&lt;BR /&gt;6) Save your file&lt;BR /&gt;7) Import JSON file back to Replicate.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 07:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438231#M10463</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-04-05T07:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438267#M10464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;, I have done the same what you have replied above, I only have a question that above I have mentioned 5 values , can I mention 'n' number of values or is there any limitations, like for example the limit is say '100' like in your example its id you have given "1,2,3,4,5...till 11' so only till 100 id's we can give in range field.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 09:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438267#M10464</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-04-05T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438272#M10465</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can input the values as "1,2,3,4,5,6" , then Replicate run it as:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2024-04-05T17:12:30:184644 [SOURCE_UNLOAD ]T: Select statement for UNLOAD is 'SELECT "ID","ID2","NAME","INVID" FROM "SCOTT"."TESTINVISIBLE4" WHERE (("ID2" = +1.0) OR ("ID2" = +2.0) OR ("ID2" = +3.0) OR ("ID2" = +4.0) OR ("ID2" = +5.0) OR ("ID2" = +6.0))'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 09:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438272#M10465</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-04-05T09:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438337#M10471</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I've tried 20000 values: from 1 to 20000, my task still works fine. I am not sure the limitation of Replicate but I think 20,000 values should be large enough. &lt;SPAN&gt;In the event that you encounter a limitation issue, feel free to create a support ticket.&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;Regarding other limitations, you should take into account the length of the SQL statement that your database supports.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 11:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438337#M10471</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-04-05T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438386#M10472</link>
      <description>&lt;P&gt;At some point, as the number of ranges get bigger and bigger, you may look at using a VIEW at the source for full-load. If&amp;nbsp; CDC is also in play then you could start to consider using source_lookup to see if the value is or is not in a look-aside table on the source. source_lookup can be expensive involving a trip back to the source for each row, but if the are lots of the same values being looked up, then the lookup cache may make it attractive. The table being looked up could be the same as used in the full-load view.&lt;/P&gt;
&lt;P&gt;fwiw,&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2438386#M10472</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-04-05T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2442934#M10698</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;I have tried with 20000 values, but the application got hanged, only when I deleted the task which had those filters, I was able to access the application properly&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 12:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2442934#M10698</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-04-19T12:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2442938#M10699</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;Hi, we have considered this, but we have limited source access. So we didn't continue with this approach&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 12:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2442938#M10699</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-04-19T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2443135#M10708</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Would you please elaborate the necessary of 20000 individual values rather than a range?&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 03:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2443135#M10708</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-04-20T03:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2443327#M10712</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Did you encounter hanging issue while defining a task or during task execution? What is your source database?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 01:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2443327#M10712</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-04-22T01:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449296#M10929</link>
      <description>&lt;P&gt;The client had a requirement where they wanted to fetch only particular records( eg: 5 days of a month, it does'nt have to the same days in a week) based on two filter columns, one is a date field and the other is an id column. So adding them maually is an issue so I'm using QEM's python API&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 12:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449296#M10929</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-05-06T12:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449297#M10930</link>
      <description>&lt;P&gt;The hanging issue was while opening the task and viewing the filters, the whole app gets stuck, I'm yet to run the task because I'm getting an error using the QEM's python API.&lt;BR /&gt;Source: Oracle&lt;BR /&gt;Target PostgreSQL&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 12:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449297#M10930</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-05-06T12:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449405#M10935</link>
      <description>&lt;P&gt;Time to face the music. It's just not a workable design. Tell your customer.&lt;/P&gt;
&lt;P&gt;If they have to add a filter ID, with the proposed design they have to engage a replicate person instead of an DB or business analyst person, then generate a new task, import it, stop and start the task, Too risky.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only half reasonable solution is a filter ID lookup table on source or target. That way the business can maintain it themselves and the task can keep on running. There will be a performance price of course.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 02:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449405#M10935</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-05-07T02:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449535#M10946</link>
      <description>&lt;P&gt;Totally agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;,&amp;nbsp;u&lt;SPAN&gt;tilizing VIEW(s) greatly enhances task design simplicity and performance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 01:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449535#M10946</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-05-07T01:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449598#M10957</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_3116.png" style="width: 1170px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165591i71CEF40557352CB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_3116.png" alt="IMG_3116.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;While using run_task() what should I pass as payload, is it a json string or something else, what exactly should I pass to&lt;/P&gt;
&lt;P&gt;AemRunTaskReq which is a payload parameter&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 06:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449598#M10957</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-05-07T06:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Using filter condition on table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449608#M10958</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Would you please open a new article for the new issue? It's much easier for trace.&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 07:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Using-filter-condition-on-table/m-p/2449608#M10958</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-05-07T07:03:49Z</dc:date>
    </item>
  </channel>
</rss>

