<?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 Alternate States in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680967#M246894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 multi boxes for 2 dates with alternate state for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select a date from the box, I want to show that date &amp;amp; the corresponding amount in the columns of a straight table. I'm able to show the amount using the expression sum({[Date1]} Amount) where Date1 is the name of the alternate state. However, I'm not able to show the selected date value in the column of a straight table. I'm trying to use an expression =GetFieldSelections({[Date1]} Date) but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 17:56:54 GMT</pubDate>
    <dc:creator>hkapadia</dc:creator>
    <dc:date>2014-09-11T17:56:54Z</dc:date>
    <item>
      <title>Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680967#M246894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 multi boxes for 2 dates with alternate state for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select a date from the box, I want to show that date &amp;amp; the corresponding amount in the columns of a straight table. I'm able to show the amount using the expression sum({[Date1]} Amount) where Date1 is the name of the alternate state. However, I'm not able to show the selected date value in the column of a straight table. I'm trying to use an expression =GetFieldSelections({[Date1]} Date) but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 17:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680967#M246894</guid>
      <dc:creator>hkapadia</dc:creator>
      <dc:date>2014-09-11T17:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680968#M246895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like date(only({Date1} Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getfieldselections is not a function that you can use alternate states with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 18:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680968#M246895</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-09-11T18:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680969#M246896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vlad for a quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked as I wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 18:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680969#M246896</guid>
      <dc:creator>hkapadia</dc:creator>
      <dc:date>2014-09-11T18:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680970#M246897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned, I was able to display amount based on 2 selected dates in the straight table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another problem I have is that if I try to select any dimension value in the straight table none of the other charts/tables that I have are filtered based on that dimension &amp;amp; the 2 selected dates. Is that because of the alternate states I'm using on the dates? Is there a way around that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 19:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680970#M246897</guid>
      <dc:creator>hkapadia</dc:creator>
      <dc:date>2014-09-19T19:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680971#M246898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, I should mention that, as of 11.20 SR8, you can use alternate states with functions like getfieldselections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming your straight table is in the default state? If so, and depending on what exactly you want to do, you might be able to just use set multiplication. For example: date(only({Date1*$} Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 21:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680971#M246898</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-09-19T21:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680972#M246899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply but I'm confused. My straight table is in the default state but doesn't filter based on the other dimension that I select from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Hitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 21:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680972#M246899</guid>
      <dc:creator>hkapadia</dc:creator>
      <dc:date>2014-09-24T21:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680973#M246900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post one of your straight table expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 22:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-States/m-p/680973#M246900</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-09-24T22:04:54Z</dc:date>
    </item>
  </channel>
</rss>

