<?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: Selecting multiple field values by selecting specified one field value. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597273#M737036</link>
    <description>&lt;P&gt;You need to replace Value, too with those fields which you want to measure (and also replacing the sum() with count() or avg() or whatever you need).&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2019 14:34:15 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-06-28T14:34:15Z</dc:date>
    <item>
      <title>Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597017#M737031</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I have made a multi-box with a field 'A' having three levels 1, 2 and 3. Now as multi-box works, I can filter the data by selecting 1,2 or 3 or a combination of these levels. My requirement is that if someone selects 2, 1 should automatically be selected and if someone selects 3, 1 and 2 should be auto selected. Is this possible?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597017#M737031</guid>
      <dc:creator>abhi1693r</dc:creator>
      <dc:date>2024-11-16T03:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597129#M737032</link>
      <description>&lt;P&gt;Personally I would rather try to avoid such selection-actions and implement the task with set analysis within the expressions, for example with something like:&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Field = {"&amp;lt;=$(=max(Field))"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;IMO even better would be the users select really all values which they want to see. It's not difficult and belonged to the basics of the Qlik usage (and principally to each BI tool) and has far more benefits as disadvantages, see for it:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Let-the-User-Select/ba-p/1463978" target="_blank" rel="noopener"&gt;Let-the-User-Select&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 08:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597129#M737032</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-28T08:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597239#M737033</link>
      <description>&lt;P&gt;Hey Marcus,&lt;/P&gt;&lt;P&gt;I am new to Qlikview. Didn't really understand the solution,&amp;nbsp;&lt;SPAN&gt;sum({&amp;lt; Field = {"&amp;lt;=$(=max(Field))"}&amp;gt;} Value)&lt;/SPAN&gt;. Can you put it in context to my&amp;nbsp; problem and also where to write it.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 13:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597239#M737033</guid>
      <dc:creator>abhi1693r</dc:creator>
      <dc:date>2019-06-28T13:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597246#M737034</link>
      <description>&lt;P&gt;Just replace Field with your field - above you called it A - this means then:&lt;/P&gt;&lt;P&gt;sum({&amp;lt; A = {"&amp;lt;=$(=max(A))"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 13:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597246#M737034</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-28T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597258#M737035</link>
      <description>&lt;P&gt;Doesn't work. Value term is not getting recognized.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597258#M737035</guid>
      <dc:creator>abhi1693r</dc:creator>
      <dc:date>2019-06-28T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597273#M737036</link>
      <description>&lt;P&gt;You need to replace Value, too with those fields which you want to measure (and also replacing the sum() with count() or avg() or whatever you need).&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597273#M737036</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-28T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597304#M737037</link>
      <description>&lt;P&gt;This solution is actually aggregating values; My problem lies with selecting a value automatically when another specific value is chosen.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 16:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597304#M737037</guid>
      <dc:creator>abhi1693r</dc:creator>
      <dc:date>2019-06-28T16:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597361#M737038</link>
      <description>&lt;P&gt;That was the aim of my suggestion - to transfer the selections into the expressions (you could regard a set analysis as a selection).&lt;/P&gt;&lt;P&gt;Like above mentioned is a native and &lt;SPAN&gt;direct &lt;/SPAN&gt;selection from the users the easiest way either in the development of an application and also in the navigation &amp;amp; usability of the users. If there are reasons to decouple the user interactions from the results the use of a set analysis is usually the best choice and you should to make it clear for the users what behaved differently and why. The usage of a lot of magic with actions and macros is far more critically - just read the provided link from above carefully.&lt;/P&gt;&lt;P&gt;Nevertheless if you want to apply an automatic selection go to the document properties in tab triggers, choose your field A and add there as search-expression:&amp;nbsp;&lt;SPAN&gt;&amp;lt;=$(=max(A))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2019 08:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597361#M737038</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-29T08:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597759#M737039</link>
      <description>&lt;P&gt;The expression is not working (&lt;SPAN&gt;&amp;lt;=$(=max(A))&lt;/SPAN&gt;). Is this specifically for Qliksense?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 15:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597759#M737039</guid>
      <dc:creator>abhi1693r</dc:creator>
      <dc:date>2019-07-01T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple field values by selecting specified one field value.</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597918#M737040</link>
      <description>&lt;P&gt;It shouldn't be: (&amp;lt;=$(=max(A))) else &amp;lt;=$(=max(A)) or ="&amp;lt;=$(=max(A))" or "&amp;lt;=$(=max(A))"&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 07:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-multiple-field-values-by-selecting-specified-one-field/m-p/1597918#M737040</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-07-02T07:01:30Z</dc:date>
    </item>
  </channel>
</rss>

