<?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 Alternate States in Qlik Sense but not using an extension? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160510#M21025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is now implemented properly in Qlik Sense Cloud, it should be appearing in Enterprise and Desktop soon, I would imagine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This blog post gives the details: &lt;A href="http://bit.ly/2ykGhDg" title="http://bit.ly/2ykGhDg"&gt;http://bit.ly/2ykGhDg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2018 08:39:23 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2018-10-15T08:39:23Z</dc:date>
    <item>
      <title>Using Alternate States in Qlik Sense but not using an extension?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160504#M21019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried doing alternate states in qlik sense by not using any extensions but got lost at a moment....&lt;/P&gt;&lt;P&gt;Here is the things I did to make alternate states work. I have an item with its unit prices. The client wants to compare item 1 selected in a table chart to another item 2 selected in a table chart beside it on the same sheet.&lt;/P&gt;&lt;P&gt;So , I have created two other fields renaming item as item_selection_1 and item_selection_2. Also applied set analysis to ignore item_selection_2 in item_selection_1 selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I achieved it partly where after selecting one item in item_selection_1, I need to select one item from item_selection_1 and then can select items from item_selection_2.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I should apply more to make it work properly and independent of the selections of each item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have attached an example .qvf for reference.&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>Thu, 14 Jul 2016 16:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160504#M21019</guid>
      <dc:creator />
      <dc:date>2016-07-14T16:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate States in Qlik Sense but not using an extension?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160505#M21020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only achieve this using data islands and P() function in QlikSense. I updated your application and attached. Basically what you do is, you create 2 new tables not attached to your data model (in your case you have only one table but in case you have a complicated data model, Item_Selection_Table1 and Item_Selection_Table2 tables should not be associated to any other tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your Dashboard you should associate your selections to your data model using SET analysis and P() function. In your case you need to create 2 separate cost expression as: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cost 1: sum({$&amp;lt;Item=P(Item_Selection1)&amp;gt;}UnitPrice)&lt;/P&gt;&lt;P&gt;Cost 2: sum({$&amp;lt;Item=P(Item_Selection2)&amp;gt;}UnitPrice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this approach solves your issue. The application is in the attachment, if you have any questions, please do not hesitate to ask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160505#M21020</guid>
      <dc:creator>ersanduran</dc:creator>
      <dc:date>2016-10-27T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate States in Qlik Sense but not using an extension?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160506#M21021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;A href="https://community.qlik.com/thread/237894"&gt;Using Alternate State in QLikSense (without Extensions)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 04:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160506#M21021</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-10-28T04:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate States in Qlik Sense but not using an extension?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160507#M21022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ersan and Shraddha . It works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 15:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160507#M21022</guid>
      <dc:creator />
      <dc:date>2016-11-11T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate States in Qlik Sense but not using an extension?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160508#M21023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad it was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Mar 2017 13:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160508#M21023</guid>
      <dc:creator>ersanduran</dc:creator>
      <dc:date>2017-03-18T13:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate States in Qlik Sense but not using an extension?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160509#M21024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!! &lt;BR /&gt;It is helpful and easier than I thought.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 07:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160509#M21024</guid>
      <dc:creator />
      <dc:date>2017-03-24T07:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate States in Qlik Sense but not using an extension?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160510#M21025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is now implemented properly in Qlik Sense Cloud, it should be appearing in Enterprise and Desktop soon, I would imagine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This blog post gives the details: &lt;A href="http://bit.ly/2ykGhDg" title="http://bit.ly/2ykGhDg"&gt;http://bit.ly/2ykGhDg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 08:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Alternate-States-in-Qlik-Sense-but-not-using-an-extension/m-p/1160510#M21025</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-10-15T08:39:23Z</dc:date>
    </item>
  </channel>
</rss>

