<?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: Select In Field function to activate a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204507#M874380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Got it working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2016 10:02:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-10T10:02:53Z</dc:date>
    <item>
      <title>Select In Field function to activate a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204502#M874370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to activate a variable by selecting a dimension in a straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204502#M874370</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field function to activate a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204503#M874372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to select a value from a field and get that value in a variable, you have to just define your variable like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;vVariable=FieldName&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 05:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204503#M874372</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-02T05:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field function to activate a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204504#M874374</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;On selection of the dimension in straight table if you need to fetch the selection then use in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vSelectionvar = GetFieldSelections(Here Your Dimension Field Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vSelectionvar = GetFieldSelections(Product)&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;&lt;/P&gt;&lt;P&gt;vSelectionvar = GetFieldSelections(Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 08:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204504#M874374</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-02T08:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field function to activate a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204505#M874376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the same requirement available in my recent project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement&lt;/STRONG&gt;: A Straight Table contains say Product as Dimension &amp;amp; Sum(Sales) as Expression. User wants on the selection of any Product in&amp;nbsp; the Straight Table an alert on the Right Top Corner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;: In text object, we put the expression as "=If(GetPossibleCount(Product)&amp;gt;0, Red(), Green())". This turns the text object to Green when nothing is selected and to Red when any one selection is made Straight Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 08:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204505#M874376</guid>
      <dc:creator>rahulgupta</dc:creator>
      <dc:date>2016-11-02T08:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field function to activate a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204506#M874378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;I guess you meant to use GetSelectedCount(), right? Otherwise, if you select or not GetPossibleCount() would always return value &lt;STRONG&gt;&amp;gt;0&lt;/STRONG&gt; (excluding a case when you select all and then do an inverse selection 'Select exclude'). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 08:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204506#M874378</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-02T08:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field function to activate a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204507#M874380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Got it working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 10:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-function-to-activate-a-variable/m-p/1204507#M874380</guid>
      <dc:creator />
      <dc:date>2016-11-10T10:02:53Z</dc:date>
    </item>
  </channel>
</rss>

