<?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: Set Analysis to show field values based on condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103175#M754852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetFieldSelections(FieldA)= 'A' and GetFieldSelections(FieldB)='B',FieldC) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2018 17:26:48 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-09-24T17:26:48Z</dc:date>
    <item>
      <title>Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103170#M754847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show Field Values based on Conditions/Filters. I can use 'if', but the filters have to be manually selected in order for the values to be filtered. I need something like Set Analysis that doesn't change with other filters but show the values defined within the Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(FieldA='A', FieldB='B', FieldC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the user needs to select 'A' in FieldA and 'B' in FieldB. I need the table to show only those values in FieldC that satisfies FieldA=A and FieldB=B all the time; something like Set Analysis but without Numeric Operators like Sum or Count?&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/Set-Analysis-to-show-field-values-based-on-condition/m-p/103170#M754847</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103171#M754848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ONLY then should help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONLY({$&amp;lt;FieldA = {"A"}, FieldB = {"B"}&amp;gt;} FieldC)&lt;/P&gt;&lt;P&gt;but then FieldC should be in the dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 14:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103171#M754848</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-09-24T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103172#M754849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried this before. The issue with Only is, if I select another value in FieldA or Field B other than A and B respectively, the table becomes empty. I need to show the values satisfying ({$&amp;lt;FieldA = {"A"}, FieldB = {"B"}&amp;gt;} FieldC)&lt;/P&gt;&lt;P&gt;irrespective of other values in the given fields. Anyway to achieve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 15:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103172#M754849</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-09-24T15:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103173#M754850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 15:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103173#M754850</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-09-24T15:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103174#M754851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try if(getselectedcount(FieldA)&amp;gt;0 your expression?&lt;/P&gt;&lt;P&gt;This would help show values without user selecting any values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103174#M754851</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-09-24T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103175#M754852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetFieldSelections(FieldA)= 'A' and GetFieldSelections(FieldB)='B',FieldC) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103175#M754852</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-24T17:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103176#M754853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetSelectedCount(FieldA) requires at least one value to be selected in FieldA. I need to show values of FieldC etc in a table if FieldA and FieldB satisfy the given conditions, irrespective of selections made on FieldA and FieldB; like Set Analysis which shows the data specified in the Set Analysis irrespective of selections made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103176#M754853</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-09-24T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103177#M754854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This requires the user to manually select values in FieldA and FieldB, which is similar to what 'if' statement does. Like I stated, my requirement is a bit different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103177#M754854</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-09-24T17:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103178#M754855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain with a simple data set?&lt;/P&gt;&lt;P&gt;what do you expect to see if Field A or Field B or Field C is selected or not selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103178#M754855</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-09-24T17:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103179#M754856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show only those FieldC values in a Straight table that are associated with Value 'A' in FieldA and 'B' in FieldB. This has to be done without the user manually selecting A and B values in FieldA and FieldB respectively. Also, if the user selects any other value except for A and B in FieldA, FieldB, the straight table shouldn't change (The values in the table shouldn't reflect the filters on Field A and FieldB, just like Set Analysis which shows values irrespective of any other selection)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103179#M754856</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-09-24T17:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103180#M754857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;FieldA={'A'},FieldB={'B'}&amp;gt;} FieldC)&lt;/P&gt;&lt;P&gt;If you have a data set someone can help easily...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1 &amp;lt;&amp;lt;&amp;lt; in Set &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Analysis&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; would ignore any selections made in filter hence Field A or Field B would be static.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103180#M754857</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-09-24T17:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to show field values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103181#M754858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect. The '1' identifier is all I was looking for. This disregards any other values except for those mentioned in the Expression. Thank you so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-show-field-values-based-on-condition/m-p/103181#M754858</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-09-24T17:59:55Z</dc:date>
    </item>
  </channel>
</rss>

