<?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: Problem with calculate  size/length on   column. in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541394#M15812</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/360971"&gt;@data_engineer_whop&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;CODE data-start="290" data-end="300"&gt;LENGTH()&lt;/CODE&gt; is designed for &lt;STRONG data-start="317" data-end="336"&gt;VARCHAR2 / CHAR&lt;/STRONG&gt;, &lt;STRONG data-start="338" data-end="354"&gt;not for LOBs&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;SELECT LENGTH(your_clob_column) FROM your_table; is always returns zero or null&lt;/P&gt;
&lt;P&gt;It appears that is not supported when LOB/CLOB/NLOB data types return zero or null.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SachinB_0-1769163190364.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186343iDF8496471959049D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SachinB_0-1769163190364.png" alt="SachinB_0-1769163190364.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sachin B&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2026 10:14:12 GMT</pubDate>
    <dc:creator>SachinB</dc:creator>
    <dc:date>2026-01-23T10:14:12Z</dc:date>
    <item>
      <title>Problem with calculate  size/length on   column.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541377#M15811</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;I have question&amp;nbsp; to&amp;nbsp; calculate length or size&amp;nbsp; with type of column NCLOB /CLOB.&amp;nbsp; This column is document&amp;nbsp; pulled from&amp;nbsp; MOngo db and typical length function returns&amp;nbsp; 0 or null. We tried to do it via global rule and direct operation on column in specific table.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for any tips and&amp;nbsp; support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 08:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541377#M15811</guid>
      <dc:creator>data_engineer_whop</dc:creator>
      <dc:date>2026-01-23T08:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calculate  size/length on   column.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541394#M15812</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/360971"&gt;@data_engineer_whop&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;CODE data-start="290" data-end="300"&gt;LENGTH()&lt;/CODE&gt; is designed for &lt;STRONG data-start="317" data-end="336"&gt;VARCHAR2 / CHAR&lt;/STRONG&gt;, &lt;STRONG data-start="338" data-end="354"&gt;not for LOBs&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;SELECT LENGTH(your_clob_column) FROM your_table; is always returns zero or null&lt;/P&gt;
&lt;P&gt;It appears that is not supported when LOB/CLOB/NLOB data types return zero or null.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SachinB_0-1769163190364.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186343iDF8496471959049D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SachinB_0-1769163190364.png" alt="SachinB_0-1769163190364.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sachin B&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 10:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541394#M15812</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2026-01-23T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calculate  size/length on   column.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541538#M15817</link>
      <description>&lt;P&gt;Yes but when we&amp;nbsp; try to do&amp;nbsp; length(X) it doesn t give us&amp;nbsp; number of bytes ..there is still null. Here is a problem . Number of bytes would be still nice for us.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data_engineer_whop_0-1769436105383.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186414iA9324537F8CDADB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="data_engineer_whop_0-1769436105383.png" alt="data_engineer_whop_0-1769436105383.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any ideas ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 14:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541538#M15817</guid>
      <dc:creator>data_engineer_whop</dc:creator>
      <dc:date>2026-01-26T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calculate  size/length on   column.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541573#M15818</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/360971"&gt;@data_engineer_whop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just to confirm, the LOB column for the row you are working with is not NULL, is that correct? If it is NULL, a check of it's length will always be NULL as it is undefined and mathematical checks of it cannot be determined. Could you use an IFNULL then 0 in your transformation?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 17:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541573#M15818</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2026-01-26T17:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calculate  size/length on   column.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541683#M15820</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/360971"&gt;@data_engineer_whop&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;It appears that we cannot apply any functions to the column '_doc'. I recommend using a function on the target table to get the length. For example, in SQL Server, I can use &lt;CODE&gt;LEN()&lt;/CODE&gt; to determine the length of the JSON data.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 11:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541683#M15820</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-01-27T11:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calculate  size/length on   column.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541736#M15822</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp; thanks&amp;nbsp; for your answers :). We don't care honestly&amp;nbsp; if we have 0 or null as far as it is not result of length in bytes or in number characters. So the&amp;nbsp; information&amp;nbsp; below&amp;nbsp; that telling us&amp;nbsp; to use on blob&amp;nbsp; length function&amp;nbsp; to get number of bytes is wrong &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data_engineer_whop_0-1769529594029.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186526iF57603D9BEB66BD6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="data_engineer_whop_0-1769529594029.png" alt="data_engineer_whop_0-1769529594029.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 16:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541736#M15822</guid>
      <dc:creator>data_engineer_whop</dc:creator>
      <dc:date>2026-01-27T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calculate  size/length on   column.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541748#M15825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/360971"&gt;@data_engineer_whop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the hint in the software is correct for endpoints that support data enrichment, but unfortunately MongoDB is not an endpoint that supports data enrichment. I apologize for not checking that before, it is documented here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2025/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_expressOther.htm?ver=9#Data2" target="_blank"&gt;Functions | Qlik Replicate Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It appears that MongoDB supports this via:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;CODE&gt;$strLenCP&lt;/CODE&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;→ Counts the number of UTF-8 code points (characters).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;CODE&gt;$strLenBytes&lt;/CODE&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;→ Counts the number of bytes in the UTF-8 encoding.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Based on this I am not sure why there is a limitation within Qlik Replicate.&amp;nbsp;If this is a feature you would like to see in the product, I encourage you to please submit a feature request here which goes directly to our Product Management team. Other users will have the opportunity to vote on it to increase the chances at adoption (if there is no technical obstacle) and to set the priority: &lt;A href="https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas" target="_blank"&gt;https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 21:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Problem-with-calculate-size-length-on-column/m-p/2541748#M15825</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2026-01-27T21:46:19Z</dc:date>
    </item>
  </channel>
</rss>

