<?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: Using Variable Comparative Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789166#M279049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this - the second post explains it in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/51147"&gt;http://community.qlik.com/thread/51147&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 14:57:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-12T14:57:20Z</dc:date>
    <item>
      <title>Using Variable Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789163#M279046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is example of Alternate State, I am looking two things here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. On State A(light blue) Gender is by default M should be selected and on State B(Green) Gender is by default F selected.&lt;/P&gt;&lt;P&gt;2. When Gender is M than I need Sum(Sales) in expression; when F than Sum(Commission) column required, if both selected than both&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; columns required&lt;/P&gt;&lt;P&gt;3. How to incorporate variable and as column (please see variable vGender)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached sample QV file..I appreciate your suggestion. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77687_Capture.PNG" style="width: 620px; height: 368px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 19:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789163#M279046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-11T19:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789164#M279047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont see the vGender Variable. &lt;/P&gt;&lt;P&gt;But to accomplish tasks&lt;/P&gt;&lt;P&gt;1: Set a document trigger to select M in stateA and F in stateB&lt;/P&gt;&lt;P&gt;2:create expressions for sum(Sales) and sum(Commission) in both charts. Create conditional logic to show the columns you desire based on the logic you have created: Thus for the sum(sales) column, you would create the conditional: if(SubStringCount(GetFieldSelections(Gender,';',1,'StateA'),'M') = 1, 1, 0) and for sum(commission)&lt;/P&gt;&lt;P&gt;do &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(SubStringCount(GetFieldSelections(Gender,';',1,'StateA'),'F') = 1, 1, 0); Thus if both are selected you get both, if one is selected you would only show one. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3: unsure what you mean.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 20:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789164#M279047</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2015-02-11T20:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789165#M279048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GM!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great helpful answer for top two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 3rd question is there anyway to evaluate StateA list box value to StateB&lt;/P&gt;&lt;P&gt;in attached QV let say if Gender='M' than Gender='F' should be there in StateB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time great help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789165#M279048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-12T14:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789166#M279049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this - the second post explains it in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/51147"&gt;http://community.qlik.com/thread/51147&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Variable-Comparative-Analysis/m-p/789166#M279049</guid>
      <dc:creator />
      <dc:date>2015-02-12T14:57:20Z</dc:date>
    </item>
  </channel>
</rss>

