<?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: Passing selection in URL fails intermittently in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Passing-selection-in-URL-fails-intermittently/m-p/398141#M1274410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you might consider using two more querystring parameters:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sheet=SHxx&lt;/LI&gt;&lt;LI&gt;bookmark=Document\BMxx&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Bookmark with no selection, and use it as the first agrument in your URL. This will "reset" (clear) the selections before setting a new selection with your "select=LBxx" argument. Should fix the explained problem. Using sheet allows you to directly open a specific sheet and you might not require the condional showing of sheets based on the listbox values. ?&lt;/P&gt;&lt;P&gt;Querystring parameters are well explained here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://tools.qlikblog.at/QlikView-Mashups/QlikView_Mashups_1.html#tabs-parameters" title="http://tools.qlikblog.at/QlikView-Mashups/QlikView_Mashups_1.html#tabs-parameters"&gt;QlikView Mashups - Simple Document Integration&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Oct 2013 07:13:08 GMT</pubDate>
    <dc:creator>ChristofSchwarz</dc:creator>
    <dc:date>2013-10-24T07:13:08Z</dc:date>
    <item>
      <title>Passing selection in URL fails intermittently</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-selection-in-URL-fails-intermittently/m-p/398140#M1274407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Using the Ajax client I link to a QVW and pass in a selection to a list box.&amp;nbsp; This value of the list box is used to dynamically generate a sheet id.&amp;nbsp; Sheets are conditional hidden or unhidden based on this id.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When making a lot of selections every 40th time or so the page reloads I wind up on my first sheet with no selection having been made in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm running QlikView Server 11.0.11282.0 on Windows 2008 R2 x64 and using IIS 7.5 as the web server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The call to the document happens via a URL in an &lt;SPAN&gt;iframe&lt;/SPAN&gt;.&amp;nbsp;&amp;nbsp; The URL looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;host goes here&amp;gt;/&lt;/SPAN&gt;&lt;SPAN&gt;QvAJAXZfc&lt;/SPAN&gt;/&lt;SPAN&gt;opendoc&lt;/SPAN&gt;.&lt;SPAN&gt;htm&lt;/SPAN&gt;?document=Public%20App/&lt;SPAN&gt;somedoc&lt;/SPAN&gt;.&lt;SPAN&gt;qvw&lt;/SPAN&gt;&amp;amp;host=&lt;SPAN&gt;QVS&lt;/SPAN&gt;@&lt;SPAN&gt;myserver&lt;/SPAN&gt;&amp;amp;anonymous=true&amp;amp;select=LB03,2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've been told the failure rate does go up on slower &lt;SPAN&gt;internet&lt;/SPAN&gt; connections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-selection-in-URL-fails-intermittently/m-p/398140#M1274407</guid>
      <dc:creator>bcollinsncsc</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Passing selection in URL fails intermittently</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-selection-in-URL-fails-intermittently/m-p/398141#M1274410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you might consider using two more querystring parameters:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sheet=SHxx&lt;/LI&gt;&lt;LI&gt;bookmark=Document\BMxx&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Bookmark with no selection, and use it as the first agrument in your URL. This will "reset" (clear) the selections before setting a new selection with your "select=LBxx" argument. Should fix the explained problem. Using sheet allows you to directly open a specific sheet and you might not require the condional showing of sheets based on the listbox values. ?&lt;/P&gt;&lt;P&gt;Querystring parameters are well explained here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://tools.qlikblog.at/QlikView-Mashups/QlikView_Mashups_1.html#tabs-parameters" title="http://tools.qlikblog.at/QlikView-Mashups/QlikView_Mashups_1.html#tabs-parameters"&gt;QlikView Mashups - Simple Document Integration&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 07:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-selection-in-URL-fails-intermittently/m-p/398141#M1274410</guid>
      <dc:creator>ChristofSchwarz</dc:creator>
      <dc:date>2013-10-24T07:13:08Z</dc:date>
    </item>
  </channel>
</rss>

