<?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 Passing a field value to another field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162387#M35903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;agree with Anatoly. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can achieve this even without trigger. Also if your field has more than one word enclose them with brackets ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=GetFieldSelections( [Field Name Here])&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Oct 2010 10:13:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-28T10:13:51Z</dc:date>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162376#M35892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to pass the values selected in 'Field 1' as a filter for 'Field 2'. I tried using a variable to get the selected values of 'Field 1' and pass the variable value to 'Field 2' using set analysis. But, the variable value is always null. The variable definition I used is given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;getFieldSelections([Field 1])&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I am not sure why the variable is not getting the selected 'Field 1' values. Is there any other way to resolve this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;-Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 06:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162376#M35892</guid>
      <dc:creator />
      <dc:date>2010-10-28T06:10:23Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162377#M35893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;If there is a single value selection then you can do this by using trigger.&lt;/P&gt;&lt;P&gt;You have to go in the document properties trigger--&amp;gt;field event trigger----&amp;gt;select the field on that selection is going on ----&amp;gt; add action on select -----&amp;gt;choose external-----&amp;gt;set variable----&amp;gt;Give the name of variable you have defined to store the vale -----&amp;gt;in the value just put the name of the field in which selection will be done.&lt;/P&gt;&lt;P&gt;You can able to find the value of selection in your defined variable.which can be used for the other purpose.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 06:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162377#M35893</guid>
      <dc:creator />
      <dc:date>2010-10-28T06:33:36Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162378#M35894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi. Unfortunately this is not a single value selection. Will this work for multi select also?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 06:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162378#M35894</guid>
      <dc:creator />
      <dc:date>2010-10-28T06:54:10Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162379#M35895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether you are using the same field name([Field 1]) for any variables. If so, change the variable name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 07:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162379#M35895</guid>
      <dc:creator />
      <dc:date>2010-10-28T07:50:20Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162380#M35896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not using the same name for the variable, but still the selected values are not assigned to the variables.&lt;/P&gt;&lt;P&gt;Can someone throw some lights on this?&lt;/P&gt;&lt;P&gt;-Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 08:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162380#M35896</guid>
      <dc:creator />
      <dc:date>2010-10-28T08:05:59Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162381#M35897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haneesh,&lt;/P&gt;&lt;P&gt;I used trigger to save selected values to a variable. You will see in a text box the value passed to a variable. Also in 2nd list box I used the variable in filtering. Hope this one helps&lt;/P&gt;&lt;P&gt;Please see attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 08:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162381#M35897</guid>
      <dc:creator />
      <dc:date>2010-10-28T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162382#M35898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ronald.&lt;/P&gt;&lt;P&gt;The attached document does not have any text box and list box. Can you upload the correct file again.&lt;/P&gt;&lt;P&gt;-Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 09:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162382#M35898</guid>
      <dc:creator />
      <dc:date>2010-10-28T09:02:47Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162383#M35899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Haneesh&lt;BR /&gt;&lt;BR /&gt;Please, see in my example.&lt;BR /&gt;&lt;BR /&gt;I created a Result table where I use set analysis for restricting values of field2 by selections on Field1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 09:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162383#M35899</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-10-28T09:14:28Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162384#M35900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anatoly.&lt;/P&gt;&lt;P&gt;I have previously done the same. But, the variable value is always null &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using QV 9 SR3 and have checked this on SR4 also. Could this be due to the version? any ideas?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 09:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162384#M35900</guid>
      <dc:creator />
      <dc:date>2010-10-28T09:51:25Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162385#M35901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haneesh,&lt;/P&gt;&lt;P&gt;Sorry for that.&lt;/P&gt;&lt;P&gt;I re upload my sample file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162385#M35901</guid>
      <dc:creator />
      <dc:date>2010-10-28T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162386#M35902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your variable you should use this value:&lt;/P&gt;&lt;P&gt;=getselectedvalue(Field1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think earlier you used value without equal sign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162386#M35902</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-10-28T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162387#M35903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;agree with Anatoly. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can achieve this even without trigger. Also if your field has more than one word enclose them with brackets ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=GetFieldSelections( [Field Name Here])&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162387#M35903</guid>
      <dc:creator />
      <dc:date>2010-10-28T10:13:51Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162388#M35904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it.&lt;/P&gt;&lt;P&gt;The reason was that my variable name has a space in between (v_Product Name) and so, the selected values were not displayed. Now changed the variable name and it is working.&lt;/P&gt;&lt;P&gt;Thanks a lot for all your help.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162388#M35904</guid>
      <dc:creator />
      <dc:date>2010-10-28T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162389#M35905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI sparur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I ask - in your test.qvw, when you are changing selections in Field1, how are you getting that to change the Variable1 value please ? I just cannot see it ...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bpb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 18:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162389#M35905</guid>
      <dc:creator />
      <dc:date>2010-12-15T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Passing a field value to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162390#M35906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, don't worry - worked it out thanks !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 09:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-a-field-value-to-another-field/m-p/162390#M35906</guid>
      <dc:creator />
      <dc:date>2010-12-16T09:48:24Z</dc:date>
    </item>
  </channel>
</rss>

