<?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: Pass JScript recordset from Edit Module to script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1817800#M1213164</link>
    <description>&lt;P&gt;The&amp;nbsp;ADO Recordset&amp;nbsp;object is used to hold a set of records from a database table.&amp;nbsp; Batch updating - the provider will cache multiple changes and then&amp;nbsp;send&amp;nbsp;them a value that specifies the type of locking when&amp;nbsp;editing&amp;nbsp;a record in a&amp;nbsp;Recordset.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.mybalancenow.buzz/" target="_self"&gt;&lt;SPAN&gt;&lt;FONT color="#FFFFFF"&gt;MyBalanceNow&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 08:22:52 GMT</pubDate>
    <dc:creator>FrancisSmith</dc:creator>
    <dc:date>2021-06-25T08:22:52Z</dc:date>
    <item>
      <title>Pass JScript recordset from Edit Module to script</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1816386#M1213043</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've got JScript in Edit Module that returns a recordset. How can I pass that recordset to script?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;function RS()&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;var s, ss;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;var s = "The is a recordset example";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ss = s.split(" ");&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;return(ss);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 14:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1816386#M1213043</guid>
      <dc:creator>PrzemekAtDative</dc:creator>
      <dc:date>2021-06-20T14:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pass JScript recordset from Edit Module to script</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1817764#M1213156</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have JS script that is creating a map based on long and lat rendered from views. I used to include that script in my base.html but as Iam planing to expand that script with some more functions I decide to keep it in a separate JS file… The only problem now is that I cant make it work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... &amp;lt;div class="container"&amp;gt; &amp;lt;div id="map" style="height:300px ; width:500px"&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; {% for city_weather in weather_data %} &amp;lt;script&amp;gt; function initMap() { mapboxgl.accessToken = '{{ mapbox_access_token }}'; var map = new mapboxgl.Map({container: 'map', style: 'mapbox://styles/mapbox/streets-v10', center: ["{{ city_weather.long }}", "{{ city_weather.lat }}"], zoom: 9 }); } initMap() &amp;lt;/script&amp;gt; {% endfor %} ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;A href="https://www.myccpay.pro/" target="_self"&gt;MyCCPay&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 04:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1817764#M1213156</guid>
      <dc:creator>Esmeralda</dc:creator>
      <dc:date>2021-06-26T04:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pass JScript recordset from Edit Module to script</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1817800#M1213164</link>
      <description>&lt;P&gt;The&amp;nbsp;ADO Recordset&amp;nbsp;object is used to hold a set of records from a database table.&amp;nbsp; Batch updating - the provider will cache multiple changes and then&amp;nbsp;send&amp;nbsp;them a value that specifies the type of locking when&amp;nbsp;editing&amp;nbsp;a record in a&amp;nbsp;Recordset.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.mybalancenow.buzz/" target="_self"&gt;&lt;SPAN&gt;&lt;FONT color="#FFFFFF"&gt;MyBalanceNow&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 08:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1817800#M1213164</guid>
      <dc:creator>FrancisSmith</dc:creator>
      <dc:date>2021-06-25T08:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pass JScript recordset from Edit Module to script</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1818043#M1213189</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have JS script that is creating a map based on long and lat rendered from views. I used to include that script in my base.html but as Iam planing to expand that script with some more functions I decide to keep it in a separate JS file… The only problem now is that I cant make it work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;...
&amp;lt;div class="container"&amp;gt;
    &amp;lt;div id="map" style="height:300px ; width:500px"&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
{% for city_weather in weather_data %}
&amp;lt;script&amp;gt;
    function initMap() { 
        mapboxgl.accessToken = '{{ mapbox_access_token }}'; 
        var map = new mapboxgl.Map({container: 'map', 
        style: 'mapbox://styles/mapbox/streets-v10', 
        center: ["{{ city_weather.long }}", "{{ city_weather.lat }}"], 
        zoom: 9 }); } 
        initMap() 
&amp;lt;/script&amp;gt; 
{% endfor %} 
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.myaarpmedicare.work/" target="_self"&gt;visit here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 04:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-JScript-recordset-from-Edit-Module-to-script/m-p/1818043#M1213189</guid>
      <dc:creator>Ziemann</dc:creator>
      <dc:date>2021-06-26T04:35:54Z</dc:date>
    </item>
  </channel>
</rss>

