<?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: apply filter or set condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033400#M525193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Common set parameter means &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 10:37:54 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2016-01-06T10:37:54Z</dc:date>
    <item>
      <title>apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033398#M525191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to apply condition&amp;nbsp; globally to the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 80 chart in my dashboard and near about 35 chart I want to apply one filter or set analysis i.e State= 'Maharashtra'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can anyone tell me how can I achieve these .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033398#M525191</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-01-06T10:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033399#M525192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any common set parameter available in that 35 charts. But not in remaining?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033399#M525192</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-01-06T10:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033400#M525193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Common set parameter means &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033400#M525193</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-01-06T10:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033401#M525194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable to hold your expression with the set. Like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;vSumMaha : Sum({&amp;lt;State={'Maharashtra'}&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;And then, use this variable in all your 35 (or so) charts. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;=$(&lt;EM&gt;vSumMaha&lt;/EM&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Edit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;And if all your expressions are not same (which is very much possible), you might have to explore the &lt;SPAN style="font-family: terminal,monaco;"&gt;Alternate State&lt;/SPAN&gt; feature.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033401#M525194</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-01-06T10:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033402#M525195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about creating an Alternate State for 'Maharashtra' and setting all the relevant objects to the State.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative would be Set Analysis in all expressions on all relevant objects, but that would probably take a lot longer to sort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033402#M525195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T10:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033403#M525196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In chart there is multiple different expressions so Can you please tell me how can I achieve with Alternate state features. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033403#M525196</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-01-06T10:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033404#M525197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the QV Desktop Help entry for Alternate States :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor186"&gt;&lt;/A&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;You can only use &lt;A class="MCXref_0" target="" title=""&gt;&lt;EM&gt;Chart Field Functions&lt;/EM&gt;&lt;/A&gt; with a &lt;SPAN class="Italic"&gt;State&lt;/SPAN&gt; argument in conjunction with Alternate States. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #808080;"&gt;&lt;SPAN class="PrimaryQVRelease"&gt;QlikView 11.20 SR11&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033404#M525197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033405#M525198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌ , &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/187194"&gt;djk&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/88778"&gt;MayilVahanan&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this but when I call this alternate state / detach object in nprinting then the effect does not remain same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide me any other solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/198509"&gt;Nprinting - how to combine two template&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 12:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033405#M525198</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-01-06T12:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: apply filter or set condition</title>
      <link>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033406#M525199</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;Create a sample qv file and let us know your requirement clearly.&amp;nbsp; On what basis you want to apply this filter for 35 charts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't you directly give expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;State={'Maharashtra'}&amp;gt;} MeasureName) for this 35 charts and expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum(MeasureName) for the remaining charts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 02:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-filter-or-set-condition/m-p/1033406#M525199</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-07T02:26:35Z</dc:date>
    </item>
  </channel>
</rss>

