<?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: Intersection of Alternate States? Multiple Alternate states per expression? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1592829#M43583</link>
    <description>&lt;P&gt;To intersect with selections from the another state, such as the default, your syntax would be:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;sum({state1 * $}some_kind_of_field)&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you wanted to merge your selections but ignore any Timestamp selections that may be in the default state:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;sum({state1 * $&amp;lt;Timestamp=&amp;gt;}some_kind_of_field)&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See&amp;nbsp;&lt;A href="https://qlikviewcookbook.com/2016/07/alt-states-merged-selections-tip/" target="_blank"&gt;https://qlikviewcookbook.com/2016/07/alt-states-merged-selections-tip/&lt;/A&gt;&amp;nbsp;for more.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 01:43:54 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2019-06-18T01:43:54Z</dc:date>
    <item>
      <title>Intersection of Alternate States? Multiple Alternate states per expression?</title>
      <link>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1592825#M43582</link>
      <description>&lt;P&gt;Hey Qlik Folks!&lt;/P&gt;&lt;P&gt;Hope you are all well.&lt;/P&gt;&lt;P&gt;I have a question involving alternate states.&lt;/P&gt;&lt;P&gt;Is it possible to intersect alternate states?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have an object containing 2 measures and 1 dimension:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;1. Timestamp&lt;/P&gt;&lt;P&gt;Measure:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;sum({state1}some_kind_of_field)&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;sum({state2}some_kind_of_field)&lt;/P&gt;&lt;P&gt;By having one filter panel for Timestamp per alternate state, I am able to dynamically color portions of the chart for comparison purposes&amp;nbsp; by making selections in each panel.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eventWevent.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13898iD83C1543D1C73C8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="eventWevent.png" alt="eventWevent.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, now I want the overall graph to change as I make selections from a single filter panel containing a field related to hierarchy data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the current graph is showing the sum() for objects A+B+C. How can I get it so that I have a single filter panel that will control both Alternate States? Is it possible to incorporate multiple alternate states in an expression at a given time? Or something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want to have a filter panel for each object in this case because if I have 6 or 7 dimension filters that need to go into play, I will end up having 12 or 14 filter panels on a page! Lots of space is lost!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking the time out of your busy schedule for reading my rambling, and I hope you enjoy the rest of your day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 23:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1592825#M43582</guid>
      <dc:creator>Sazabi</dc:creator>
      <dc:date>2019-06-17T23:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection of Alternate States? Multiple Alternate states per expression?</title>
      <link>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1592829#M43583</link>
      <description>&lt;P&gt;To intersect with selections from the another state, such as the default, your syntax would be:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;sum({state1 * $}some_kind_of_field)&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you wanted to merge your selections but ignore any Timestamp selections that may be in the default state:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;sum({state1 * $&amp;lt;Timestamp=&amp;gt;}some_kind_of_field)&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See&amp;nbsp;&lt;A href="https://qlikviewcookbook.com/2016/07/alt-states-merged-selections-tip/" target="_blank"&gt;https://qlikviewcookbook.com/2016/07/alt-states-merged-selections-tip/&lt;/A&gt;&amp;nbsp;for more.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 01:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1592829#M43583</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-06-18T01:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection of Alternate States? Multiple Alternate states per expression?</title>
      <link>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1593225#M43622</link>
      <description>&lt;P&gt;Super duper cool Rob!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the perfect solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 17:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1593225#M43622</guid>
      <dc:creator>Sazabi</dc:creator>
      <dc:date>2019-06-18T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection of Alternate States? Multiple Alternate states per expression?</title>
      <link>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1631290#M46995</link>
      <description>&lt;P&gt;Doesn't works in Qlik Sense&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 22:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1631290#M46995</guid>
      <dc:creator>paolo_mapelli</dc:creator>
      <dc:date>2019-10-03T22:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection of Alternate States? Multiple Alternate states per expression?</title>
      <link>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1631294#M46996</link>
      <description>&lt;P&gt;It should work in QS.&amp;nbsp; Do you have a specific counter-example?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 22:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1631294#M46996</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-10-03T22:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection of Alternate States? Multiple Alternate states per expression?</title>
      <link>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1631533#M47021</link>
      <description>&lt;P&gt;My mistake, sorry for false flag.&lt;/P&gt;&lt;P&gt;Anyway, I'm unsuccessfully trying to propagate default state selection of one dimension to the same dimension of an alternate state.&lt;/P&gt;&lt;P&gt;I have a measure set like this:&amp;nbsp;Sum({[Competitive Set]&amp;lt;PY={'0'},[Data.autoCalendar.Month]={'gen'}&amp;gt;}Revenue) &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, how can I get the&amp;nbsp;[Data.autoCalendar.Month] value for default state and replace "{'gen'}" in above example?&lt;/P&gt;&lt;P&gt;Tried with&amp;nbsp;Sum({[Competitive Set]&amp;lt;PY={'0'},[Data.autoCalendar.Month]=$::[Data.autoCalendar.Month]&amp;gt;}Revenue) as used in QlikView but it doesn't works.&lt;/P&gt;&lt;P&gt;Any ideas on how to get it?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 14:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1631533#M47021</guid>
      <dc:creator>paolo_mapelli</dc:creator>
      <dc:date>2019-10-04T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection of Alternate States? Multiple Alternate states per expression?</title>
      <link>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1707247#M54236</link>
      <description>&lt;P&gt;Hi, My expression is&amp;nbsp;sum({Funnel * $} NumPreg) but I need conditional this sum with the camp Nombre ='Correos Enviados'&lt;/P&gt;&lt;P&gt;sum({Funnel * $ &amp;lt;Nombre={'Correos Enviados'}&amp;gt;} NumPreg) don´t work&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 19:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersection-of-Alternate-States-Multiple-Alternate-states-per/m-p/1707247#M54236</guid>
      <dc:creator>Ronald</dc:creator>
      <dc:date>2020-06-01T19:57:10Z</dc:date>
    </item>
  </channel>
</rss>

