<?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 Alternative states - restrictions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternative-states-restrictions/m-p/950727#M954116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used alternate states to obtained the variances (movements) between two respective dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to my module attached (Comparatives).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module there are two tables:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Table using: Alternate States&lt;/LI&gt;&lt;LI&gt;Table without: Alternate States&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both tables work with the "vat" button but ideally I would only like one table to show the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakdown of table using: Alternate States&lt;/P&gt;&lt;P&gt;Label heading "Prior" is set to sum revenue according to alternate state A dates while;&lt;/P&gt;&lt;P&gt;Label heading "Current" is set to sum revenue according to alternate state B dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above works BUT when I select the specific "cause" per the cause list box the figures differ between the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think it is because the "cause" list box properties the alternate states are not set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;How do I include BOTH alternate states in the "cause" list box? Or any other solutions are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 12:04:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-20T12:04:08Z</dc:date>
    <item>
      <title>Alternative states - restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-states-restrictions/m-p/950727#M954116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used alternate states to obtained the variances (movements) between two respective dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to my module attached (Comparatives).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module there are two tables:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Table using: Alternate States&lt;/LI&gt;&lt;LI&gt;Table without: Alternate States&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both tables work with the "vat" button but ideally I would only like one table to show the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakdown of table using: Alternate States&lt;/P&gt;&lt;P&gt;Label heading "Prior" is set to sum revenue according to alternate state A dates while;&lt;/P&gt;&lt;P&gt;Label heading "Current" is set to sum revenue according to alternate state B dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above works BUT when I select the specific "cause" per the cause list box the figures differ between the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think it is because the "cause" list box properties the alternate states are not set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;How do I include BOTH alternate states in the "cause" list box? Or any other solutions are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 12:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-states-restrictions/m-p/950727#M954116</guid>
      <dc:creator />
      <dc:date>2015-11-20T12:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative states - restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-states-restrictions/m-p/950728#M954117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep the cause list box in default state and reference the cause value set in your set expressions like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({[State A]&lt;STRONG&gt;&amp;lt;Cause = p({$}Cause)&amp;gt;&lt;/STRONG&gt;} [Revenue])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({[State A]&amp;lt;Cause = $::Cause &amp;gt;}[Revenue])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[latter will copy the selected state, first all possible values].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 13:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-states-restrictions/m-p/950728#M954117</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-20T13:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative states - restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-states-restrictions/m-p/950729#M954118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response, works 100%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 05:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-states-restrictions/m-p/950729#M954118</guid>
      <dc:creator />
      <dc:date>2015-11-23T05:23:05Z</dc:date>
    </item>
  </channel>
</rss>

