<?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: Transfer external parameter by section access. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284901#M105928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I don't think you can send some parameters directly. &lt;/P&gt;&lt;P&gt;So I created a data island with the parameters and used section access to reduce it. So each user will only get one set of parameters. &lt;/P&gt;&lt;P&gt;After that, I created the macros using the values on the fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the sample app can help you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To open the App use: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER: A&lt;/P&gt;&lt;P&gt;Password: A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER: B&lt;/P&gt;&lt;P&gt;Password: B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER: C&lt;/P&gt;&lt;P&gt;Password: C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 00:41:25 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-05-10T00:41:25Z</dc:date>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284899#M105926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a lot of parameters which want to be transfered to qvw. I want to transfer them by section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section access;&lt;/P&gt;&lt;P&gt;load USERID, ACCESS, link from a.xls.....&lt;/P&gt;&lt;P&gt;section application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load link from a.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load A, B,&amp;nbsp; parameter1, parameter2 ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if a user login with a useraccount. I can get the field of parameter1, 2.... Then I set the parameters to qlikview varibles in action(OnActiveSheet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every thing same to be OK. In trigger page(OnActiveSheet)&lt;/P&gt;&lt;P&gt;action 1: select field A in value 'link'&amp;nbsp; ------ A = link&lt;/P&gt;&lt;P&gt;action 2: set varable : v1=parameter1&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;action 3: set varable : v2=parameter2&lt;/P&gt;&lt;P&gt;action 4: set varable : v=B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I can use varables in my QV file.&amp;nbsp; BUT the fact is THIS IS NOT WORK WELL.&amp;nbsp; Who can help and give me some advice on this. thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 12:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284899#M105926</guid>
      <dc:creator />
      <dc:date>2011-05-09T12:55:37Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284900#M105927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I wanna varable set in OnActiveSheet action. But I set up qvw file, it does not work. If need, I can upload my file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 23:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284900#M105927</guid>
      <dc:creator />
      <dc:date>2011-05-09T23:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284901#M105928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I don't think you can send some parameters directly. &lt;/P&gt;&lt;P&gt;So I created a data island with the parameters and used section access to reduce it. So each user will only get one set of parameters. &lt;/P&gt;&lt;P&gt;After that, I created the macros using the values on the fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the sample app can help you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To open the App use: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER: A&lt;/P&gt;&lt;P&gt;Password: A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER: B&lt;/P&gt;&lt;P&gt;Password: B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER: C&lt;/P&gt;&lt;P&gt;Password: C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 00:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284901#M105928</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-10T00:41:25Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284902#M105929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt;Hi Erich,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt;It works, but not reach my demand.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt;In your example file , I can trigger the action by click another sheet. I want to set the varible when document first opened without any user click or select.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt;So I try to set document trigger onopenaction to open a certain sheet when document opened everytime. And set actions in OnActiveSheet to make select field and set varibles. But CANNOT work. I 'm confused&amp;nbsp; about this. Please help me. Thank you. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284902#M105929</guid>
      <dc:creator />
      <dc:date>2011-05-10T07:07:35Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284903#M105930</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;Set trigger on Change Other Variable with content "=now(1)"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284903#M105930</guid>
      <dc:creator />
      <dc:date>2011-05-10T07:19:32Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284904#M105931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi where is on Change Other Variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284904#M105931</guid>
      <dc:creator />
      <dc:date>2011-05-10T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284905#M105932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In document propertis on sheet Variables create variable with name "aaaa", With value "=now(1)"&lt;/P&gt;&lt;P&gt;In document propertis on sheet Trigger set trigger OnChange for variable "aaaa". This trigger&lt;/P&gt;&lt;P&gt;action 1: select field A in value 'link'&amp;nbsp; ------ A = link&lt;/P&gt;&lt;P&gt;action 2: set varable : v1=parameter1&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;action 3: set varable : v2=parameter2&lt;/P&gt;&lt;P&gt;action 4: set varable : v=B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284905#M105932</guid>
      <dc:creator />
      <dc:date>2011-05-10T07:35:34Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284906#M105933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think I know your idea. If I set a variable to =now(1) , the qv will call the action every second. I think it will slow down the system speed. I will try this may be set to =now(2) is better. I'll try it later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284906#M105933</guid>
      <dc:creator />
      <dc:date>2011-05-10T07:48:48Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284907#M105934</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;May I know why do you want to set those parameters to another variable when you can directly use those paramaters? Do you want to use those parameters for hiding a sheet or chart? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to transfer the parameters through section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you are using P1 as a parameter field for hiding a sheet and you have 1 as a value for user A and 0 as a value for user B. You can directly use the parameter field and its value. You need to goto sheet properties, then goto general tab, then goto the show sheet, select conditional and write sum(P1)=1. When the user A logs in the sheet will be displayed but it will be hidden for user B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can now figure out how to use these parameters directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your query else let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 08:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284907#M105934</guid>
      <dc:creator />
      <dc:date>2011-05-10T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284908#M105935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Sajeevan, I don't transfer parameter to variable for hiding a sheet but other purpose. I have a table with several fields( ID, City, State, ........). When a user login as John for example, I want QV 'remember' John 's ID, City , State , and transfer these to variable. And then I can use these variable in set analysis expression. Thank you and hope your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 08:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284908#M105935</guid>
      <dc:creator />
      <dc:date>2011-05-10T08:59:52Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284909#M105936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, I try =now(1) it works but =now(2) is not work because of the value do not change after document opened. But now(1) will lose performance. Have a better idea ? Thanks:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 09:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284909#M105936</guid>
      <dc:creator />
      <dc:date>2011-05-10T09:01:45Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284910#M105937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need either a sample QVW file or your database structure to help you further. I have done similar work using the Section access. The section access will reduce the data as soon as the user logs in. In order to do this you need to use a linking variable in your tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 09:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284910#M105937</guid>
      <dc:creator />
      <dc:date>2011-05-10T09:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284911#M105938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I put that on OnActiveSheet as you asked. &lt;/P&gt;&lt;P&gt;Now I changed it to document onOpen Action (settings-&amp;gt; Document Properties -&amp;gt; Triggers) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was it the reason it didn't solve your problem? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 11:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284911#M105938</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-10T11:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284912#M105939</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;Thanks for sharing this example file. Hope you don't mind me changing it a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the same file with some minor changes to demonstrate how the automatic data reductions happens when a user logs in. I have added an ADMIN user as "AD" and the password as "AD" (This is absolutely critical) who will have access to all countries. All other users access I have changed as USER. The users will have access to the data for the country they have been associated. I have also added COUNTRY as a parameter to the team table which will automatically reduce the data depending who has access to which country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a text object which will give the total population to demonstrate how the parameters can be directly used rather passing to another variable though actions. This will be displayed only for user A and will be hidden for everyone else. This way these parameters can be used for all other calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at it and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 12:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284912#M105939</guid>
      <dc:creator />
      <dc:date>2011-05-10T12:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284913#M105940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi &lt;SPAN class="replyToName"&gt;Sajeevan and Erich, Thank you for your example files(v1 and v2). I have edited the file in the attachment(version 3).&amp;nbsp; I change the LinkTable and FactTable and these two table have no relation in QV data structure because I don't want to reduce data in FactTable. I just want to "transfer" the parameters for further function. Ofcause I can create a clone table named FactTable2 which is used only for transfer and get parameters. But if I use the clone table, the QV database will became to redundance and "fat". I have almost a eighty million records, so I want to just "transfer".&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 23:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284913#M105940</guid>
      <dc:creator />
      <dc:date>2011-05-10T23:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284914#M105941</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 don't need to use trigger for setting variables. You can use [settings] [variable overview] menus and set the variables like in picture below.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="4140" alt="abc.JPG" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/4140_abc.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Please find attached the modified QVW file for checking this out. Hope this is what you wants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 06:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284914#M105941</guid>
      <dc:creator />
      <dc:date>2011-05-11T06:43:31Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284915#M105942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN lang="EN-US" style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt;Hi &lt;SPAN class="replytoname"&gt;Sajeevan , Thank you for you patient. I notice that in your post you set variable values directly in =param1. It works, but the variable value will change when unselect the value or select other value in the field. What I want to do is "remember" the value whatever any select or unselect, the varibale will remain the same value. Do you have any idea about this?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 宋体; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 05:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284915#M105942</guid>
      <dc:creator />
      <dc:date>2011-05-12T05:01:27Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284916#M105943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it will change if you allow the user to select the parameters which are controlling the variable values hence don't allow the user to select the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it required to allow the users to select another value within the parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 08:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284916#M105943</guid>
      <dc:creator />
      <dc:date>2011-05-12T08:02:26Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284917#M105944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes, it is. I only want variable "remember "parameters . After the variable get the value, the user can select any other&amp;nbsp; in table.&amp;nbsp; In a word, I want the variable get the parameter when the document opened in the first time, after that I don't want the value changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 09:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284917#M105944</guid>
      <dc:creator />
      <dc:date>2011-05-12T09:09:02Z</dc:date>
    </item>
    <item>
      <title>Transfer external parameter by section access.</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284918#M105945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to keep the values in place, users should not be left to select the same parameters which are used for passing parameters. You can create another table with a different field name for them to choose a different parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 10:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-external-parameter-by-section-access/m-p/284918#M105945</guid>
      <dc:creator />
      <dc:date>2011-05-12T10:23:26Z</dc:date>
    </item>
  </channel>
</rss>

