<?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: Help with GetFieldSelections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237753#M393497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide few rows of data with the expected output you are hoping to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2016 12:08:08 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-11T12:08:08Z</dc:date>
    <item>
      <title>Help with GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237752#M393496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable called vUser and the expression for this variable is:&lt;/P&gt;&lt;P&gt;GetFieldSelections($Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create an expression which will be dynamic, so the user can see a % of Sales by $Field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I.e. Count(GetFieldSelections($Field)ID/ ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;However I am unsure on the correct way of writing this expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any help or guidance would be great &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 11:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237752#M393496</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2016-11-11T11:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237753#M393497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide few rows of data with the expected output you are hoping to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 12:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237753#M393497</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-11T12:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237754#M393498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can´t underst why you use count to make a % of sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Field = {"=$(=GetFieldSelections(Field))"}&amp;gt;} ID)/sum(Total ID)&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;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 12:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237754#M393498</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-11-11T12:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237755#M393499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your overall intention is not very clear to me. However, one partial suggestion would be to try expression a bit differently like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(&lt;STRONG&gt;"$(=$Field)"&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 12:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-GetFieldSelections/m-p/1237755#M393499</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-11T12:38:07Z</dc:date>
    </item>
  </channel>
</rss>

