<?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: Every value from a specific field, while ignoring other fields selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956428#M1219929</link>
    <description>&lt;P&gt;Hi, thanks for the input, that looks very promissing, could it be possible to make this formula dynamic by replacing&amp;nbsp;&lt;STRONG&gt;[Type]={'Value1','Value2'}&amp;nbsp;&lt;/STRONG&gt;by some expression signifing "take values from the all possible types according to the users selection" ?&lt;/P&gt;
&lt;P&gt;Something like :&amp;nbsp;[Type]={'GetFieldSelections([Type])'} ? (but that works, I'm having trouble with set analysis syntax ...)&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 11:56:30 GMT</pubDate>
    <dc:creator>LouisJ</dc:creator>
    <dc:date>2022-07-15T11:56:30Z</dc:date>
    <item>
      <title>Every value from a specific field, while ignoring other fields selections</title>
      <link>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956316#M1219925</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is there any way to get every value from a specific field, while ignoring other fields selections ?&lt;/P&gt;
&lt;P&gt;For example I have [Type], [Location], [Date], [Time of Completion].&lt;/P&gt;
&lt;P&gt;I would like to have a KPI block show the &lt;STRONG&gt;average&amp;nbsp;[Time of Completion]&lt;/STRONG&gt;, for the &lt;STRONG&gt;selected [Type]&lt;/STRONG&gt; (can be multiple), but this&lt;STRONG&gt; average should not change&lt;/STRONG&gt; &lt;STRONG&gt;when [Location]/[Date] gets further selected&lt;/STRONG&gt; (unless a [Location] removes a [Type] for example).&lt;/P&gt;
&lt;P&gt;So if I had 2 possible [Type] values, the average should have 3 only possible values :&lt;/P&gt;
&lt;P&gt;- [Type] 1 global [Location]&amp;amp;[Date] average on [Time of Completion]&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;[Type] 2 '''''''&lt;/P&gt;
&lt;P&gt;- [Type] 1 and 2 ''''''''''''&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;LJ&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 08:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956316#M1219925</guid>
      <dc:creator>LouisJ</dc:creator>
      <dc:date>2022-07-15T08:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Every value from a specific field, while ignoring other fields selections</title>
      <link>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956380#M1219928</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/188376"&gt;@LouisJ&lt;/a&gt;&amp;nbsp;Please correct me if I am wrong. As per my understanding, you can use set analysis to get the desired result.&lt;/P&gt;
&lt;P&gt;Avg({&amp;lt;&lt;SPAN&gt;[Type]={'Value1','Value2'},&amp;nbsp;[Location] =,&amp;nbsp;[Date]=&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;}&lt;STRONG&gt;[Time of Completion]&lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;Field_name= will ignore any selection&lt;/P&gt;
&lt;P&gt;If this resolves your issue please like and accept it as a solution, else let me know if you need anything else.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 10:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956380#M1219928</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-15T10:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Every value from a specific field, while ignoring other fields selections</title>
      <link>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956428#M1219929</link>
      <description>&lt;P&gt;Hi, thanks for the input, that looks very promissing, could it be possible to make this formula dynamic by replacing&amp;nbsp;&lt;STRONG&gt;[Type]={'Value1','Value2'}&amp;nbsp;&lt;/STRONG&gt;by some expression signifing "take values from the all possible types according to the users selection" ?&lt;/P&gt;
&lt;P&gt;Something like :&amp;nbsp;[Type]={'GetFieldSelections([Type])'} ? (but that works, I'm having trouble with set analysis syntax ...)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956428#M1219929</guid>
      <dc:creator>LouisJ</dc:creator>
      <dc:date>2022-07-15T11:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Every value from a specific field, while ignoring other fields selections</title>
      <link>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956435#M1219930</link>
      <description>&lt;P&gt;Ok it works ! I just had to replace the constant values by the field again !&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;[Type]=[Type],&amp;nbsp;[Location] =,&amp;nbsp;[Date]=&amp;nbsp;&amp;nbsp;&amp;gt;}[Time of Completion])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks a lot for your help!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LJ&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 12:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-value-from-a-specific-field-while-ignoring-other-fields/m-p/1956435#M1219930</guid>
      <dc:creator>LouisJ</dc:creator>
      <dc:date>2022-07-15T12:04:39Z</dc:date>
    </item>
  </channel>
</rss>

