<?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 state in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454187#M1159783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've two listbox for the same field , SALES_YEAR, with different state:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES_YEAR&amp;nbsp;&amp;nbsp; associated to state 1 &lt;/P&gt;&lt;P&gt;SALES_YEAR&amp;nbsp;&amp;nbsp; normal list box without state declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than, I've a pivot that should change on selection made by the SALES_YEAR&amp;nbsp; state 1, but the pivot always take in consideration the selections made by &lt;/P&gt;&lt;P&gt;the other list box SALES_YEAR without state. The pivot has state 1. Into my expressions, I'm using&amp;nbsp; sum(&amp;nbsp; &amp;lt;set analisys....&amp;nbsp; =only(getfieldselections(SALES_YEAR)....&amp;nbsp; &lt;/P&gt;&lt;P&gt;MAy I specify into the expression the state also , like&amp;nbsp;&amp;nbsp; .....=only(getfieldselections(STATE.SALES_YEAR)&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my mind I was convinced that all the controls with a different state should be disconnected from the rest (without state), but it seems not true, or&lt;/P&gt;&lt;P&gt;for sure, I'm making some mistake. Does anyone put me on the right track ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 09:16:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-21T09:16:37Z</dc:date>
    <item>
      <title>alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454187#M1159783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've two listbox for the same field , SALES_YEAR, with different state:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES_YEAR&amp;nbsp;&amp;nbsp; associated to state 1 &lt;/P&gt;&lt;P&gt;SALES_YEAR&amp;nbsp;&amp;nbsp; normal list box without state declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than, I've a pivot that should change on selection made by the SALES_YEAR&amp;nbsp; state 1, but the pivot always take in consideration the selections made by &lt;/P&gt;&lt;P&gt;the other list box SALES_YEAR without state. The pivot has state 1. Into my expressions, I'm using&amp;nbsp; sum(&amp;nbsp; &amp;lt;set analisys....&amp;nbsp; =only(getfieldselections(SALES_YEAR)....&amp;nbsp; &lt;/P&gt;&lt;P&gt;MAy I specify into the expression the state also , like&amp;nbsp;&amp;nbsp; .....=only(getfieldselections(STATE.SALES_YEAR)&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my mind I was convinced that all the controls with a different state should be disconnected from the rest (without state), but it seems not true, or&lt;/P&gt;&lt;P&gt;for sure, I'm making some mistake. Does anyone put me on the right track ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 09:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454187#M1159783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-21T09:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454188#M1159784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does your expression exactely looks like? &lt;/P&gt;&lt;P&gt;I assume you are implicetly or explicetly referring to default state in your set analysis expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 09:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454188#M1159784</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-21T09:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454189#M1159785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;YEAR_DB={$(=only(SALESYEAR-1))}, MONTH_DB={"&amp;lt;=$(=only(SALESMONTH))"}&amp;gt;} Salesvalue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum all the salesamount based on the selectedyear(SALESYEAR) and selected month(SALESMONTH)&lt;/P&gt;&lt;P&gt;In this case I'0m trying to retrieve 2011 values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454189#M1159785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-21T10:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454190#M1159786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you upload a small sample qvw, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454190#M1159786</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-21T10:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454191#M1159787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's bit hard, because it's a part of not so small application. What can I do to send you some info ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 11:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454191#M1159787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-21T11:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454192#M1159788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be best if you could create a small sample app with few data, that demonstrates your issue, but still being close to your data model (that could be the tricky part).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not able to reproduce the issue here, so I assume my setting is somewhat different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 11:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-state/m-p/454192#M1159788</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-23T11:21:05Z</dc:date>
    </item>
  </channel>
</rss>

