<?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: what is alternate states in Qlikview ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589695#M218692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;&lt;A name="kanchor186"&gt;&lt;/A&gt;&lt;/H1&gt;&lt;H1&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Source : QlikView Reference Manual&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;H1&gt;Alternate States&lt;/H1&gt;&lt;H2&gt;Description&lt;/H2&gt;&lt;P&gt;You can use &lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; to perform comparative analysis between sets of multiple data items, for example for basket analysis purposes. A state holds a set of selections.&lt;/P&gt;&lt;P&gt;The QlikView developer can create multiple states within a QlikView document and apply these states to specific objects within the document. The end-user can create copies of these objects (server objects) and then put those objects into different states. &lt;/P&gt;&lt;P&gt;The most important difference between &lt;SPAN class="Bold"&gt;Detach&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; is that ALL objects in a given state will respond to user selections made in that state. Objects in a given state are not affected by user selections in the other states.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; functionality is not accessible in the load script.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Alternate States functionality is enabled by a QlikView developer and should be used with caution as it can cause great confusion with end-users as there is no automatic on-screen indication that objects or expressions are in, or reference, alternate states. It is up to the QlikView developer to provide this information to the end-user using the &lt;SPAN class="Bold"&gt;StateName()&lt;/SPAN&gt; function.&lt;/P&gt;&lt;H2&gt;Setting Alternate States&lt;/H2&gt;&lt;P&gt;Do the following to enable and set alternate states:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Click &lt;SPAN class="Bold"&gt;Alternate States...&lt;/SPAN&gt; in the &lt;SPAN class="Bold"&gt;Document Properties: General&lt;/SPAN&gt; tab.&lt;BR /&gt;The &lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; dialog opens. &lt;/LI&gt;&lt;LI&gt;Click &lt;SPAN class="Bold"&gt;Add...&lt;/SPAN&gt; to create a number of states, and name them. The names will be referred to as state identifiers. &lt;/LI&gt;&lt;LI&gt;Click &lt;SPAN class="Bold"&gt;OK&lt;/SPAN&gt; to close the dialog. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt; Now the QlikView developer can create new Alternate States from within screen objects. &lt;/P&gt;&lt;P&gt;End-users who access QlikView documents from a QlikView Server can make use of Alternate States but cannot create Alternate States.&lt;/P&gt;&lt;H2&gt;Assigning States to Objects&lt;/H2&gt;&lt;P&gt;Do the following to assign a state to an object:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the &lt;SPAN class="Bold"&gt;Properties&lt;/SPAN&gt; dialog and select the &lt;SPAN class="Bold"&gt;General&lt;/SPAN&gt; tab. &lt;/LI&gt;&lt;LI&gt;Set &lt;SPAN class="Bold"&gt;Alternate State&lt;/SPAN&gt; to the state identifier you want to use for the object. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The object will now be independent from the rest of the document in terms of selection, unless other objects are set to the same state.&lt;/P&gt;&lt;P&gt;There are two states that are always available; &lt;SPAN class="Bold"&gt;default state&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;inherited&lt;/SPAN&gt;. The &lt;SPAN class="Bold"&gt;default state&lt;/SPAN&gt; is the state where most QlikView usage occurs and is represented by $. The QlikView document is always in the &lt;SPAN class="Bold"&gt;default state&lt;/SPAN&gt;. Objects can inherit states from higher level objects, such as sheets and containers. This means that states are inherited as such: Document - Sheet - Sheet Objects. The sheets and sheet objects are always in the &lt;SPAN class="Bold"&gt;inherited&lt;/SPAN&gt; state unless overridden by the QlikView developer.&lt;/P&gt;&lt;H2&gt;Comparing Alternate States&lt;/H2&gt;&lt;P&gt;You can compare two states on the same object. For example, you can create a line chart to display both states of the data with the same axis by assigning a state in the expression using &lt;A class="MCXref_0" target="" title=""&gt;&lt;EM&gt;Set Analysis&lt;/EM&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;If you have defined the states &lt;SPAN class="Italic"&gt;Group1 &lt;/SPAN&gt;and &lt;SPAN class="Italic"&gt;Group2&lt;/SPAN&gt;, you can compare the average of field &lt;SPAN class="Italic"&gt;Adj.Close&lt;/SPAN&gt; for the groups by showing these two expressions in a line chart:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Avg({[Group1]} [Adj.Close])&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Avg({[Group2]} [Adj.Close])&lt;/SPAN&gt; &lt;/P&gt;&lt;H2&gt;Logical Behavior when Using Alternate States&lt;/H2&gt;&lt;P&gt;Pressing the &lt;SPAN class="Bold"&gt;Clear&lt;/SPAN&gt; button affects all states. &lt;BR /&gt;In the Inter Explorer plugin, a menu item has been added to the &lt;SPAN class="Bold"&gt;Clear&lt;/SPAN&gt; button drop-down menu that allows a user clear the selections of a specific state. This menu is not available in the Ajax client, but the same function can be achieved by creating an action button connected to the Clear action with a specific state.&lt;/P&gt;&lt;P&gt;Pressing the &lt;SPAN class="Bold"&gt;Back&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;Forward&lt;/SPAN&gt; buttons affects all states. There is no mechanism to move back and forward through specific states.&lt;/P&gt;&lt;P&gt;Pressing the &lt;SPAN class="Bold"&gt;Lock&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;Unlock&lt;/SPAN&gt; buttons affects all states. It is not possible to lock and unlock specific states with these buttons. It is possible to lock specific fields in states by using the right-click menu on list boxes in a specific state.&lt;/P&gt;&lt;P&gt;The menu items in the &lt;SPAN class="Bold"&gt;Selections&lt;/SPAN&gt; menu apply to all states. There is no mechanism to affect specific states in this menu.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; can be used with linked objects. The state applies to all instances of an object. Changing a state on a linked object will put the other linked objects into the same state.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Variables belong to the default state. Changes in other states will not affect variable values.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Triggers fire in all states.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Actions can be set to occur in specific states. One known exception is the &lt;SPAN class="Bold"&gt;Run Macro&lt;/SPAN&gt; action. It can be set to run in a specific state; however macros fire in all states.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Objects that make use of a missing state (the state was removed by a developer) will revert to the default state though the &lt;SPAN class="Bold"&gt;Alternate State&lt;/SPAN&gt; drop-down, that will display information such as: &lt;BR /&gt;&lt;SPAN class="Code"&gt;AlternateStateName &amp;lt;unavailable&amp;gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note! &lt;/SPAN&gt;&lt;BR /&gt;It is not possible to use chart field functions in conjunction with Alternate States as these functions do not have a set_expression parameter to set the state. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 12:12:24 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-17T12:12:24Z</dc:date>
    <item>
      <title>what is alternate states in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589692#M218689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is alternate states in Qlikview ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 10:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589692#M218689</guid>
      <dc:creator />
      <dc:date>2014-04-17T10:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: what is alternate states in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589693#M218690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rahul please go through the link below mentioned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://livingqlikview.blogspot.in/2014/01/alternate-states-use-cases.html" title="http://livingqlikview.blogspot.in/2014/01/alternate-states-use-cases.html"&gt;Living QlikView: Alternate States Use-Cases&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 11:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589693#M218690</guid>
      <dc:creator />
      <dc:date>2014-04-17T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: what is alternate states in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589694#M218691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternate States allow you to have two expressions on the same chart that you can drive the selections on common dimensions independently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Expression1 can show sales of product A,B,C whilst Expression2 can show sales of product X,Y, Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try this without alternate states, selecting poduct A,B,C will affect both charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternate states allow you to create two product list boxes, one is linked to State1, the other to State2.&lt;/P&gt;&lt;P&gt;Expression1 is linked to State1 selections and Expression2 to State2 selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selections in the State1 list boxes only affect Expression1.&lt;/P&gt;&lt;P&gt;Selections in the State2 list boxes only affect Expression2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an example of this in the Getting Started With QlikView 11 demo application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 12:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589694#M218691</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-17T12:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: what is alternate states in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589695#M218692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;&lt;A name="kanchor186"&gt;&lt;/A&gt;&lt;/H1&gt;&lt;H1&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Source : QlikView Reference Manual&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;H1&gt;Alternate States&lt;/H1&gt;&lt;H2&gt;Description&lt;/H2&gt;&lt;P&gt;You can use &lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; to perform comparative analysis between sets of multiple data items, for example for basket analysis purposes. A state holds a set of selections.&lt;/P&gt;&lt;P&gt;The QlikView developer can create multiple states within a QlikView document and apply these states to specific objects within the document. The end-user can create copies of these objects (server objects) and then put those objects into different states. &lt;/P&gt;&lt;P&gt;The most important difference between &lt;SPAN class="Bold"&gt;Detach&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; is that ALL objects in a given state will respond to user selections made in that state. Objects in a given state are not affected by user selections in the other states.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; functionality is not accessible in the load script.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Alternate States functionality is enabled by a QlikView developer and should be used with caution as it can cause great confusion with end-users as there is no automatic on-screen indication that objects or expressions are in, or reference, alternate states. It is up to the QlikView developer to provide this information to the end-user using the &lt;SPAN class="Bold"&gt;StateName()&lt;/SPAN&gt; function.&lt;/P&gt;&lt;H2&gt;Setting Alternate States&lt;/H2&gt;&lt;P&gt;Do the following to enable and set alternate states:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Click &lt;SPAN class="Bold"&gt;Alternate States...&lt;/SPAN&gt; in the &lt;SPAN class="Bold"&gt;Document Properties: General&lt;/SPAN&gt; tab.&lt;BR /&gt;The &lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; dialog opens. &lt;/LI&gt;&lt;LI&gt;Click &lt;SPAN class="Bold"&gt;Add...&lt;/SPAN&gt; to create a number of states, and name them. The names will be referred to as state identifiers. &lt;/LI&gt;&lt;LI&gt;Click &lt;SPAN class="Bold"&gt;OK&lt;/SPAN&gt; to close the dialog. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt; Now the QlikView developer can create new Alternate States from within screen objects. &lt;/P&gt;&lt;P&gt;End-users who access QlikView documents from a QlikView Server can make use of Alternate States but cannot create Alternate States.&lt;/P&gt;&lt;H2&gt;Assigning States to Objects&lt;/H2&gt;&lt;P&gt;Do the following to assign a state to an object:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the &lt;SPAN class="Bold"&gt;Properties&lt;/SPAN&gt; dialog and select the &lt;SPAN class="Bold"&gt;General&lt;/SPAN&gt; tab. &lt;/LI&gt;&lt;LI&gt;Set &lt;SPAN class="Bold"&gt;Alternate State&lt;/SPAN&gt; to the state identifier you want to use for the object. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The object will now be independent from the rest of the document in terms of selection, unless other objects are set to the same state.&lt;/P&gt;&lt;P&gt;There are two states that are always available; &lt;SPAN class="Bold"&gt;default state&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;inherited&lt;/SPAN&gt;. The &lt;SPAN class="Bold"&gt;default state&lt;/SPAN&gt; is the state where most QlikView usage occurs and is represented by $. The QlikView document is always in the &lt;SPAN class="Bold"&gt;default state&lt;/SPAN&gt;. Objects can inherit states from higher level objects, such as sheets and containers. This means that states are inherited as such: Document - Sheet - Sheet Objects. The sheets and sheet objects are always in the &lt;SPAN class="Bold"&gt;inherited&lt;/SPAN&gt; state unless overridden by the QlikView developer.&lt;/P&gt;&lt;H2&gt;Comparing Alternate States&lt;/H2&gt;&lt;P&gt;You can compare two states on the same object. For example, you can create a line chart to display both states of the data with the same axis by assigning a state in the expression using &lt;A class="MCXref_0" target="" title=""&gt;&lt;EM&gt;Set Analysis&lt;/EM&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;If you have defined the states &lt;SPAN class="Italic"&gt;Group1 &lt;/SPAN&gt;and &lt;SPAN class="Italic"&gt;Group2&lt;/SPAN&gt;, you can compare the average of field &lt;SPAN class="Italic"&gt;Adj.Close&lt;/SPAN&gt; for the groups by showing these two expressions in a line chart:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Avg({[Group1]} [Adj.Close])&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Avg({[Group2]} [Adj.Close])&lt;/SPAN&gt; &lt;/P&gt;&lt;H2&gt;Logical Behavior when Using Alternate States&lt;/H2&gt;&lt;P&gt;Pressing the &lt;SPAN class="Bold"&gt;Clear&lt;/SPAN&gt; button affects all states. &lt;BR /&gt;In the Inter Explorer plugin, a menu item has been added to the &lt;SPAN class="Bold"&gt;Clear&lt;/SPAN&gt; button drop-down menu that allows a user clear the selections of a specific state. This menu is not available in the Ajax client, but the same function can be achieved by creating an action button connected to the Clear action with a specific state.&lt;/P&gt;&lt;P&gt;Pressing the &lt;SPAN class="Bold"&gt;Back&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;Forward&lt;/SPAN&gt; buttons affects all states. There is no mechanism to move back and forward through specific states.&lt;/P&gt;&lt;P&gt;Pressing the &lt;SPAN class="Bold"&gt;Lock&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;Unlock&lt;/SPAN&gt; buttons affects all states. It is not possible to lock and unlock specific states with these buttons. It is possible to lock specific fields in states by using the right-click menu on list boxes in a specific state.&lt;/P&gt;&lt;P&gt;The menu items in the &lt;SPAN class="Bold"&gt;Selections&lt;/SPAN&gt; menu apply to all states. There is no mechanism to affect specific states in this menu.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="Bold"&gt;Alternate States&lt;/SPAN&gt; can be used with linked objects. The state applies to all instances of an object. Changing a state on a linked object will put the other linked objects into the same state.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Variables belong to the default state. Changes in other states will not affect variable values.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Triggers fire in all states.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Actions can be set to occur in specific states. One known exception is the &lt;SPAN class="Bold"&gt;Run Macro&lt;/SPAN&gt; action. It can be set to run in a specific state; however macros fire in all states.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Objects that make use of a missing state (the state was removed by a developer) will revert to the default state though the &lt;SPAN class="Bold"&gt;Alternate State&lt;/SPAN&gt; drop-down, that will display information such as: &lt;BR /&gt;&lt;SPAN class="Code"&gt;AlternateStateName &amp;lt;unavailable&amp;gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note! &lt;/SPAN&gt;&lt;BR /&gt;It is not possible to use chart field functions in conjunction with Alternate States as these functions do not have a set_expression parameter to set the state. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 12:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589695#M218692</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-17T12:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: what is alternate states in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589696#M218693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;an Alternate state holds a set of selections.&lt;/P&gt;&lt;P&gt;selections in an alternate state will not affect the selections in other states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we can create two or more alternate states with different selections&amp;nbsp; for same data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is useful for creating Comparative Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can create alternate states in Settings menu - Document propeties - general tab - alternate states button &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 12:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589696#M218693</guid>
      <dc:creator />
      <dc:date>2014-04-17T12:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: what is alternate states in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589697#M218694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://livingqlikview.com/alternate-states-use-cases/"&gt;http://livingqlikview.com/alternate-states-use-cases/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This blog has moved and this page is now located here: &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 14:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589697#M218694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-08T14:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: what is alternate states in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589698#M218695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have precisely the use case when I need to &lt;STRONG&gt;benchmark&lt;/STRONG&gt; sales by &lt;STRONG&gt;Shop Group 1&lt;/STRONG&gt; with sales by &lt;STRONG&gt;Shop Group 2&lt;/STRONG&gt;. For this, I made two charts. I assigned chart 1 to State "Shop Group 1" and Chart 2 to State "Shop Group 2". Just as described in QV manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the tricky part: I need &lt;STRONG&gt;a list box that will work for both states&lt;/STRONG&gt;. This &lt;SPAN style="font-size: 13.3333330154419px;"&gt;list box will select year and month for &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Shop Group 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Shop Group 2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;. It makes sense to compare the comparable (hence: same) periods, does not it? Thus, I expect one list box with time period to suffice.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone ever implemented such a shared state? Or am I missing something and this functionality is readily available in QV?&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>Mon, 06 Oct 2014 16:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589698#M218695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-06T16:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: what is alternate states in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589699#M218696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So can someone elaborate on Bookmark vs Alternate State?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;So far it seems like &lt;STRONG&gt;both&lt;/STRONG&gt; (Bookmarks and Alternate States) can be used in Set Expressions,&lt;/LI&gt;&lt;LI&gt;But &lt;STRONG&gt;only&lt;/STRONG&gt; Alternate States can be "linked" to sheet objects so that changes (i.e. clicking on an item in a Listbox) will filter &lt;STRONG&gt;only&lt;/STRONG&gt; the Alternate State to which it's linked?&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 20:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-alternate-states-in-Qlikview/m-p/589699#M218696</guid>
      <dc:creator />
      <dc:date>2016-01-14T20:30:08Z</dc:date>
    </item>
  </channel>
</rss>

