<?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: how to use Bookmark in a script ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984977#M961402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My purpose by creating a bookmark was to create a table that countains the caracteristics of my selection in order to run a chi2test on it (this test work just with row and column so with a pre-downloaded table). My solution was to not use the qlikview chi2 fonction. Unstead, I made this test my self by using variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 11:44:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-20T11:44:18Z</dc:date>
    <item>
      <title>how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984969#M961394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to use a precedent saved bookmark in a qlikview project in order to create a table. Here is an exemple : my bookmark name is &lt;STRONG&gt;S1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD idcli_horus, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp; ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dans 11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;D&gt;&lt;/D&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SumData:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; replace(count( {@} [Dans11]),'@','&lt;SPAN style="color: #3366ff; font-size: 12pt;"&gt;S1&lt;/SPAN&gt;') as Salary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESIDENT Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;Let vSalary&amp;nbsp; = peek('Salary',0,'SumData');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;DROP TABLE SumData;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Load * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Gender, Type, Expected, Observed&lt;/P&gt;&lt;P&gt;Male, Bons,&lt;SPAN style="color: #3366ff;"&gt; $(&lt;STRONG&gt; vSalary&lt;/STRONG&gt;)&lt;/SPAN&gt;,4000&lt;/P&gt;&lt;P&gt;Male, Tous, 6191,6191];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The probleme is that the script doesn't take into account the bookmark S1 and use instead the total selection {1}.&lt;/P&gt;&lt;P&gt;Please Help me !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984969#M961394</guid>
      <dc:creator />
      <dc:date>2015-10-15T09:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984970#M961395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cant do this, this will not work because when you run your script the bookmark is not created yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pherphaps you can try to do using variables, and you will have the same result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 01:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984970#M961395</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2015-10-16T01:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984971#M961396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bookmark is a selection from your data model. At the time the script is running there is no data model and no selections, so there is no way to use the bookmarked selections during the reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the same reason, set analysis does not work in the reload script either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you should explain what you are trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 05:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984971#M961396</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-16T05:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984972#M961397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible . . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 05:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984972#M961397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T05:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984973#M961398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with some workarounds , like store your bookmark info as the text file&amp;nbsp; or excel file and you utilize that info in your load script. Their is no direct way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/55946"&gt;Get Bookmark ID by Name&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 05:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984973#M961398</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-16T05:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984974#M961399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use set analysis in QlikView script. Set analysis works in expression only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984974#M961399</guid>
      <dc:creator />
      <dc:date>2015-10-16T06:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984975#M961400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's every one for your answers ! I found another way to do that ! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 08:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984975#M961400</guid>
      <dc:creator />
      <dc:date>2015-10-19T08:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984976#M961401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share your solution, so that it will be useful for other too&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; and please mark the helpful and correct answer too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 07:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984976#M961401</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-20T07:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to use Bookmark in a script ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984977#M961402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My purpose by creating a bookmark was to create a table that countains the caracteristics of my selection in order to run a chi2test on it (this test work just with row and column so with a pre-downloaded table). My solution was to not use the qlikview chi2 fonction. Unstead, I made this test my self by using variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 11:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-Bookmark-in-a-script/m-p/984977#M961402</guid>
      <dc:creator />
      <dc:date>2015-10-20T11:44:18Z</dc:date>
    </item>
  </channel>
</rss>

