<?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: Alternate State Variable in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189039#M384366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much easier than we made it out to be...&amp;nbsp; Thanks Sunny and Stefan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 21:12:28 GMT</pubDate>
    <dc:creator>NickHoff</dc:creator>
    <dc:date>2016-09-20T21:12:28Z</dc:date>
    <item>
      <title>Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189026#M384353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a simple expression like the following, but it doesn't work. &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;SUM({Benchmark&amp;lt;ProcGroup= {"$(eProcedureGroup)"}&amp;gt;}BMHCA1PCT)&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;The variable eProcedureGroup is created @ script load with the following:&amp;nbsp; SET eProcedureGroup = 'GetFieldSelections(ProcGroup)';&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;I've tried the following as well:&lt;BR /&gt;&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;SET eProcedureGroup = 'chr(34)&amp;amp;GetFieldSelections(ProcGroup)&amp;amp;chr(34)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SET eProcedureGroup = 'chr(39)&amp;amp;GetFieldSelections(ProcGroup)&amp;amp;chr(39)';&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;When I view the variable in the same alternate state in a text box it gives me the selected ProcGroup from the alternate state 'Benchmark'.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure why the variable is NOT working in the set analysis, but I think it has something to do with the Benchmark alternative state.&amp;nbsp; It used to work with ProcGroup = {'Total Knee'}, but there has been additional services added to the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ProcGroup which is a listbox filter on the alternate state Benchmark.&amp;nbsp; All the data on this tab uses the Benchmark alternate state.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 18:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189026#M384353</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T18:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189027#M384354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;LET eProcedureGroup = GetFieldSelections(Chr(39) &amp;amp; ProcGroup &amp;amp; Chr(39), ',', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Benchmark&lt;/SPAN&gt;');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 18:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189027#M384354</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T18:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189028#M384355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are on to something.&amp;nbsp; I tried the following expression in a text box with the alternate state Benchmark.&amp;nbsp; I was able to get it to work as the following in a textbox.&amp;nbsp; However, it's still not working in the set analysis expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections( ProcGroup , , , Benchmark) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ProcedureGroupVariable.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138060_ProcedureGroupVariable.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ProcedureGroupText.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138061_ProcedureGroupText.png" style="height: 404px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BM App.png" class="jive-image image-3" src="/legacyfs/online/138071_BM App.png" style="height: 269px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189028#M384355</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T19:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189029#M384356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't add the single quotes using Chr(39). Is that for a reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189029#M384356</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T19:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189030#M384357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It wouldn't work with the single quotes, or double quotes chr(34).&amp;nbsp; Unless I had them incorrectly entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET eProcedureGroup = 'GetFieldSelections(&amp;amp;Chr(39)&amp;amp;ProcGroup&amp;amp;Chr(39)&amp;amp; , , , Benchmark)' ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189030#M384357</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T19:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189031#M384358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try removing these&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;STRONG&gt;LET eProcedureGroup = 'GetFieldSelections(&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #ff0000; font-size: 14pt; text-decoration: line-through;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/SPAN&gt;Chr(39)&amp;amp;ProcGroup&amp;amp;Chr(39)&lt;SPAN style="; color: #ff0000; font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: line-through;"&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt; , , , Benchmark)'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To this:&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;STRONG&gt;LET eProcedureGroup = 'GetFieldSelections(Chr(39)&amp;amp;ProcGroup&amp;amp;Chr(39) , , , Benchmark)';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189031#M384358</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T19:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189032#M384359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also try the above with set to see if that give you anything when you use the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189032#M384359</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T19:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189033#M384360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think GetFieldSelections() works with a calculated field as argument, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;LET eProcedureGroup = chr(39) &amp;amp; GetFieldSelections(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 18.6667px; text-decoration: line-through;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;ProcGroup&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt; ,''',''' , , Benchmark) &amp;amp; chr(39)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189033#M384360</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-20T19:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189034#M384361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LET eProcedureGroup = 'GetFieldSelections(Chr(39)&amp;amp;ProcGroup&amp;amp;Chr(39) , , , Benchmark)';&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SET eProcedureGroup1 = 'GetFieldSelections(Chr(39)&amp;amp;ProcGroup&amp;amp;Chr(39) , , , Benchmark)';&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Top two text boxes are &lt;SPAN style="font-size: 13.3333px;"&gt;eProcedureGroup &lt;/SPAN&gt;, second is &lt;SPAN style="font-size: 13.3333px;"&gt;eProcedureGroup1 &lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="variablesBM.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138089_variablesBM.png" style="height: 83px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="138084" alt="4 variables.png" class="jive-image image-1" src="/legacyfs/online/138084_4 variables.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189034#M384361</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T19:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189035#M384362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan, your response is the bottom two, with the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="138083" alt="variablesBM.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138083_variablesBM.png" style="height: 83px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4 variables.png" class="jive-image image-3" src="/legacyfs/online/138085_4 variables.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 20:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189035#M384362</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T20:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189036#M384363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you also need to quote the alternate state and maybe add an argument for the third argument.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And replace LET with SET:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked at my site:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET eProcedureGroup = =chr(39) &amp;amp; GetFieldSelections( ProcGroup,chr(39)&amp;amp;','&amp;amp;chr(39),100,'Benchmark' ) &amp;amp; chr(39);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 20:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189036#M384363</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-20T20:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189037#M384364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can get the text boxes to populate without an issue.&amp;nbsp; But, what I'm trying to accomplish with my set analysis shown below in the image doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="138090" alt="BM App.png" class="jive-image image-1" src="/legacyfs/online/138090_BM App.png" style="height: 269px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, adding the following variables don't display in the textbox when calling the variable, I also tried LET:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET eProcedureGroup = "=chr(39) &amp;amp; GetFieldSelections( ProcGroup,chr(39)&amp;amp;','&amp;amp;chr(39),100,'Benchmark' ) &amp;amp; chr(39)";&lt;/P&gt;&lt;P&gt;SET eProcedureGroup1 = =chr(39) &amp;amp; GetFieldSelections( ProcGroup,chr(39)&amp;amp;','&amp;amp;chr(39),100,'Benchmark' ) &amp;amp; chr(39);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 20:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189037#M384364</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T20:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189038#M384365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the double quotes around your variable in the modifier&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{Benchmark&amp;lt;ProcGroup= {$(eProcedureGroup)}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189038#M384365</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T21:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189039#M384366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much easier than we made it out to be...&amp;nbsp; Thanks Sunny and Stefan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189039#M384366</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T21:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189040#M384367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/qvelhoff"&gt;qvelhoff&lt;/A&gt;‌ - I think Stefan deserve the correct answer more than me, because he is the one you got you on the right track. I think it would be better of if you mark his response as correct as most people will have more trouble sorting out the variable in script sorted out rather than getting the set analysis fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189040#M384367</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T21:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189041#M384368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm fine with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But could you please summarize which exact definitions you ended up with? I think that would be most helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189041#M384368</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-20T21:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189042#M384369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My variable is defined as:&amp;nbsp; SET vProcedureGroup &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;="GetFieldSelections( ProcGroup , , , Benchmark)".&amp;nbsp; &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;&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;The trouble was the double quotes around the variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189042#M384369</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T21:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189043#M384370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahahaha okay &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189043#M384370</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T21:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189044#M384371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks, Nick. Does your variable work also when selecting multiple values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189044#M384371</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-20T21:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Variable in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189045#M384372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe it would, but for my use case ProcGroup is set as always one selected.&amp;nbsp; I'd have to use concat with your expression for it to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Variable-in-Set-Analysis/m-p/1189045#M384372</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-20T21:31:44Z</dc:date>
    </item>
  </channel>
</rss>

