<?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 Why is setTimeout() required when calling SelectTextsInColumn() ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-is-setTimeout-required-when-calling-SelectTextsInColumn/m-p/351755#M1239938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody think why I would need to wait in order for the SelectTextsInColumn() function to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, this does NOT work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; _this.Data.SelectTextsInColumn(0, false, 'my selection');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I wait 1ms, it works perfectly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; setTimeout( function() { _this.Data.SelectTextsInColumn(0, false, 'my selection'); },1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in this example, all of the arguments for SelectTextsInColumn() are hard-coded, so I don't think my code has to wait for some other asynchronous operation to complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody else seen this behavior? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case it helps, I am using javascript inside of an extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>pvintona8</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>Why is setTimeout() required when calling SelectTextsInColumn() ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-setTimeout-required-when-calling-SelectTextsInColumn/m-p/351755#M1239938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody think why I would need to wait in order for the SelectTextsInColumn() function to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, this does NOT work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; _this.Data.SelectTextsInColumn(0, false, 'my selection');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I wait 1ms, it works perfectly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; setTimeout( function() { _this.Data.SelectTextsInColumn(0, false, 'my selection'); },1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in this example, all of the arguments for SelectTextsInColumn() are hard-coded, so I don't think my code has to wait for some other asynchronous operation to complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody else seen this behavior? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case it helps, I am using javascript inside of an extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-setTimeout-required-when-calling-SelectTextsInColumn/m-p/351755#M1239938</guid>
      <dc:creator>pvintona8</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
  </channel>
</rss>

