<?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: Using the GetFieldSelections() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-the-GetFieldSelections/m-p/1799101#M1211509</link>
    <description>&lt;P&gt;Logically GetFieldSelections is a function that will return to you the value that is selected for the given field. So if your user manually selected Y, then GetFieldSelections("field_a") would return the value Y.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what you may be trying to do is create an expression that pretends that the end user selected the value Y in "field_a". Within Qlik that is called &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank" rel="noopener"&gt;Set Analysis which you can find out more about by clicking here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm not really sure what you are trying to accomplish.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2021 13:14:33 GMT</pubDate>
    <dc:creator>Dalton_Ruer</dc:creator>
    <dc:date>2021-04-13T13:14:33Z</dc:date>
    <item>
      <title>Using the GetFieldSelections()</title>
      <link>https://community.qlik.com/t5/QlikView/Using-the-GetFieldSelections/m-p/1798545#M1211468</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello all,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I have as an example:&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Field_a&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;x&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;y&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;z&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I want to do some calculations based on the value selected in Field_a (as an example GetFieldSelections(Field_a)=y)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;EM&gt;let vTest_y=B0_y + B1_y + B2_y;&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;B0_y, B1_y, B2_y are already loaded as fields.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I want only to catch them based on the selected value and to affect the calculated value into new variable named vTest_y.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Any help please?&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thanks in advance.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 17:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-the-GetFieldSelections/m-p/1798545#M1211468</guid>
      <dc:creator>AmCh</dc:creator>
      <dc:date>2021-04-10T17:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using the GetFieldSelections()</title>
      <link>https://community.qlik.com/t5/QlikView/Using-the-GetFieldSelections/m-p/1799101#M1211509</link>
      <description>&lt;P&gt;Logically GetFieldSelections is a function that will return to you the value that is selected for the given field. So if your user manually selected Y, then GetFieldSelections("field_a") would return the value Y.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what you may be trying to do is create an expression that pretends that the end user selected the value Y in "field_a". Within Qlik that is called &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank" rel="noopener"&gt;Set Analysis which you can find out more about by clicking here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm not really sure what you are trying to accomplish.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 13:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-the-GetFieldSelections/m-p/1799101#M1211509</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-13T13:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using the GetFieldSelections()</title>
      <link>https://community.qlik.com/t5/QlikView/Using-the-GetFieldSelections/m-p/1799133#M1211517</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;set analysis cannot help me in this case, because field_a is not associated to other fields (e.g. B0, B1 and B2).&lt;BR /&gt;&lt;BR /&gt;Based on the selected value of field_a (for example y), I want to call the fields B0_y,B1_y and B2_y, which are already imported and named like that. I want only to catch them, and with them to define a new variable named vTest_y.&lt;BR /&gt;&lt;BR /&gt;In other words: I want to use values of field_a only to catch and to name.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 14:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-the-GetFieldSelections/m-p/1799133#M1211517</guid>
      <dc:creator>AmCh</dc:creator>
      <dc:date>2021-04-13T14:39:02Z</dc:date>
    </item>
  </channel>
</rss>

