<?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: Scenario Analysis with Alternate States in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102652#M365541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then I would suggest to fix these expressions first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the expressions work in default state when selecting a firm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this set modifier will not work as expected, since NULL() is not a values, hence can't be removed assigned list of values of field Position:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;,Position -= {"=NULL()"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to look into&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;,Position = {"*"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 00:07:28 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-01T00:07:28Z</dc:date>
    <item>
      <title>Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102647#M365536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All - I am looking to to compare alternative states and use a slider to shift &lt;STRONG&gt;# of Hours &lt;/STRONG&gt; from company A to company B to generate $ savings. Essentially it would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# of Hours(Firm A) * vVar (slider) * (&lt;SPAN style="color: #0000ff;"&gt;Firm A Rate&lt;/SPAN&gt; - &lt;SPAN style="color: #ff0000;"&gt;Firm B Rate&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I have the following equation(s):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;State 1 - [Current Firm]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;State 2 - [New Firm]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;# of hours Firm A&lt;/STRONG&gt;&amp;nbsp; = num(sum({[Current Firm]}{&amp;lt;[Vendor Type] = {'Consulting'},[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"}, Position -= {"=NULL()"}&amp;gt;} [Submitted Hours]),'#,##0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Avg Rate $&amp;nbsp; Firm A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt; -&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;sum({[Current Firm]}{&amp;lt;[Vendor Type] = {'Consulting'},[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Amount Spend])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;sum({[Current Firm]}{&amp;lt;[Vendor Type] = {'Consulting'},[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Submitted Hours]),'$#,##0'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Avg Rate $&amp;nbsp; Firm B&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt; - &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;sum({[New Firm]}{&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Vendor Type] = {'Consulting'}&lt;/SPAN&gt;,[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Amount Spend])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({[New Firm]}{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Vendor Type] = {'Consulting'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Submitted Hours])&lt;/SPAN&gt;,'$#,##0'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Any idea how to put this all into on equation where a slider &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;STRONG&gt;vVar)&lt;/STRONG&gt; will effect the amount saved from shifting hours from firm A to firm B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 23:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102647#M365536</guid>
      <dc:creator />
      <dc:date>2016-05-31T23:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102648#M365537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I completely understand your requirement. Would you be able to elaborate a little more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 23:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102648#M365537</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T23:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102649#M365538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scenario -&lt;/P&gt;&lt;P&gt;Select a firm in State 1:&lt;/P&gt;&lt;P&gt;Name:Firm A&lt;/P&gt;&lt;P&gt;Hours: 1,502 &lt;/P&gt;&lt;P&gt;Avg Rate: $365 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select a firm in State 2:&lt;/P&gt;&lt;P&gt;Name: Firm B&lt;/P&gt;&lt;P&gt;Hours: 500&lt;/P&gt;&lt;P&gt;Avg Rate: $225&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use slider to shift to 500 hours @ $365 rate to Firm B where the rate is $225. What's your total savings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference of $365 - $225 *500 hours = savings &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 23:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102649#M365538</guid>
      <dc:creator />
      <dc:date>2016-05-31T23:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102650#M365539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like you already have your parts of the expression working on their own, right? What's the exact issue when combining the expressions, then? Have you tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;sum({[Current Firm]}{&amp;lt;[Vendor Type] = {'Consulting'},[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Amount Spend])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;sum({[Current Firm]}{&amp;lt;[Vendor Type] = {'Consulting'},[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Submitted Hours])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;(&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;sum({[New Firm]}{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Vendor Type] = {'Consulting'}&lt;/SPAN&gt;,[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Amount Spend])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;sum({[New Firm]}{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Vendor Type] = {'Consulting'}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Submitted Hours])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; )&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;* vVar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 23:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102650#M365539</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-31T23:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102651#M365540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expressions with Sum({[Current Firm}]), Sum({[New Firm]} seem to not be working on their own as well..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 00:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102651#M365540</guid>
      <dc:creator />
      <dc:date>2016-06-01T00:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102652#M365541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then I would suggest to fix these expressions first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the expressions work in default state when selecting a firm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this set modifier will not work as expected, since NULL() is not a values, hence can't be removed assigned list of values of field Position:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;,Position -= {"=NULL()"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to look into&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;,Position = {"*"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 00:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102652#M365541</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-01T00:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102653#M365542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They do not work in the default state when a firm is selected, only their corresponding state within the set analysis. Looking into it now, but is the syntax correct for the alternate state's in the set analysis e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: blue; background: yellow;"&gt;sum({[Current Firm]}{&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: blue;"&gt;&amp;lt;[Vendor Type] = {'Consulting'},[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Amount Spend])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: blue;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: blue; background: yellow;"&gt;sum({[Current Firm]}{&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: blue;"&gt;&amp;lt;[Vendor Type] = {'Consulting'},[Submitted Hours] -= {'0'}, [Submitted Rate] = {"&amp;lt;2000"} ,Position -= {"=NULL()"}&amp;gt;} [Submitted Hours]),'$#,##0'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 00:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102653#M365542</guid>
      <dc:creator />
      <dc:date>2016-06-01T00:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102654#M365543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff0000;"&gt;{[Current Firm]&amp;lt;&lt;/SPAN&gt;[Vendor Ty&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 00:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102654#M365543</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T00:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario Analysis with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102655#M365544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh yes, that was the issue! Thanks Sunny. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 00:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-Analysis-with-Alternate-States/m-p/1102655#M365544</guid>
      <dc:creator />
      <dc:date>2016-06-01T00:17:19Z</dc:date>
    </item>
  </channel>
</rss>

