<?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: Putting a Set Analysis Expression into a Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359410#M416837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No - vFieldName is simply a way to generalize the code so it can be re-used elsewhere with little modification. It returns the one value I assigned to it (the name of the field in question).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 18:39:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-03T18:39:24Z</dc:date>
    <item>
      <title>Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359406#M416833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;How do I make a double-quoted string expand properly in a variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have this:&lt;/SPAN&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;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;vFieldName&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; = ComplianceStatus;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;vFieldCount&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; = (GetSelectedCount(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;$(vFieldName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;) + GetAlternativeCount(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;$(vFieldName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;));&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;vSelectAllOrNone&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; = GetSelectedCount(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;$(vFieldName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;)=0 OR GetSelectedCount(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;$(vFieldName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;$(vFieldCount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;vSubSelectColor1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; = ONLY({&amp;lt;CompName={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;"$(=TRIM(SUBFIELD(GetFieldSelections($(vFieldName)),',',1)))"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: courier new,courier;"&gt;} &amp;gt;} CompColor); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Then, I have this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;vColor1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; = IF(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;$(vSelectAllOrNone)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;, CompColor1, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;$(vSubSelectColor1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;); &lt;/SPAN&gt;&lt;/SPAN&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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;The variable vSubSelectColor1 looks like this when I inspect it:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;ONLY&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;CompName&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;""&lt;/SPAN&gt;} &amp;gt;} &lt;SPAN style="color: #800000;"&gt;CompColor&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;In vColor1, I'm expecting it to look like it does as I defined it. How do I make that happen?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 18:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359406#M416833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T18:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359407#M416834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is the same problem essentially:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/258749"&gt;Set analysis in a variable, with dynamic field value in another variable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 18:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359407#M416834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T18:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359408#M416835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is, it is unclear how to resolve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 18:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359408#M416835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T18:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359409#M416836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does vFieldname returns multiple values?&lt;/P&gt;&lt;P&gt;Your expression works if you have one of the value selected in a field.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162075_Capture.PNG" style="height: 162px; width: 620px;" /&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/162076_Capture1.PNG" style="height: 133px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 18:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359409#M416836</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-03T18:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359410#M416837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No - vFieldName is simply a way to generalize the code so it can be re-used elsewhere with little modification. It returns the one value I assigned to it (the name of the field in question).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 18:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359410#M416837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T18:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359411#M416838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the issue is with the expansion of the dollar sign expansion&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/220964"&gt;Expression as a variable with $-sign expansion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vSubSelectColor1 = &lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;Only({&amp;lt;CompName={"$&lt;SPAN style="color: #ff0000;"&gt;' &amp;amp; '&lt;/SPAN&gt;(=TRIM(SUBFIELD(GetFieldSelections($&lt;SPAN style="color: #ff0000;"&gt;' &amp;amp; '&lt;/SPAN&gt;(vFieldName)),',',1)))"}&amp;gt;} CompColor)&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 23:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359411#M416838</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-03T23:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359412#M416839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That resulted in the error " Garbage after expression 's' "&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 11:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359412#M416839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T11:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359413#M416840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error while reloading or when you used in your expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 11:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359413#M416840</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T11:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359414#M416841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm displaying the expression in a text object. When I reload, the text object displays that error message instead of the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 11:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359414#M416841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T11:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359415#M416842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you see what the variable definition is after the reload is completed in the variable overview? Can you share an image of variable overview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 13:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359415#M416842</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a Set Analysis Expression into a Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359416#M416843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Variable Overview shows this value for vSubSelectColor1 after a reload:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: courier new,courier;"&gt;ONLY&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;CompName&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;""&lt;/SPAN&gt;} &amp;gt;} &lt;SPAN style="color: #800000;"&gt;CompColor&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With your changes, after a reload, I get a script line error on the line, and Variable Overview shows this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff; font-family: courier new,courier;"&gt;ONLY&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style=": ; color: #ff0000;"&gt;(&lt;/STRONG&gt;{&amp;lt;&lt;SPAN style="color: #800000;"&gt;KeyValue&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(=TRIM(SUBFIELD(GetFieldSelections($(vFieldName)), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried replacing the single quotes with chr(39), and Variable Overview shows this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff; font-family: courier new,courier;"&gt;ONLY&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;KeyValue&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(=TRIM(SUBFIELD(GetFieldSelections($(vFieldName)),',',1)))"&lt;/SPAN&gt;} &amp;gt;} &lt;SPAN style="color: #800000;"&gt;KeyColor&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; think I've got it figured out - I ALSO had to break the variable declaration up as you indicated on vColor1, like so:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: courier new,courier;"&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;vDimColor1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; = 'IF($' &amp;amp; '(vSelectAllOrNone), KeyColor1, $' &amp;amp; '(vSubSelectColor1))';&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now, for the calculated color, the expression consists of this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-family: courier new,courier;"&gt;$(vDimColor1) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;After &lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;FOUR&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;full days of work&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;, it finally seems to work as intended. &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 13:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Putting-a-Set-Analysis-Expression-into-a-Variable/m-p/1359416#M416843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T13:41:53Z</dc:date>
    </item>
  </channel>
</rss>

