<?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 Set analysis modifiers without quotes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1667901#M449269</link>
    <description>&lt;P&gt;This is a more general question about set analysis modifier behaviour. I've always believed that string modifiers in a set analysis have to be within quotes, like this&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={'Green'}&lt;/STRONG&gt;&amp;gt;}Amount) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;and for modifiers with numeric value the quotes where optional like this&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;ColorID={1}&lt;/STRONG&gt;&amp;gt;}Amount) &lt;/FONT&gt;OR&amp;nbsp; &amp;nbsp;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;ColorID={'1'}&lt;/STRONG&gt;&amp;gt;}Amount)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But I noticed that the two expressions below returns the same result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={'Green'}&lt;/STRONG&gt;&amp;gt;}Amount)&lt;/FONT&gt; &amp;nbsp;AND&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={Green}&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&amp;gt;}Amount) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an correct observation? Is this new or old behaviour? I notice that the examples in the Qlik help page&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_self"&gt;Set analysis and set expressions&lt;/A&gt;&amp;nbsp; are ambivalent in the use of ' ' or not ' '.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a link to Qlik Help och Qlik Support that describes the use of quotes in modifers? I assume that QlikView/Qlik Sense intepret the two differently hence:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={'*'}&lt;/STRONG&gt;&amp;gt;}Amount)&lt;/FONT&gt;&amp;nbsp; is not equal to&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={*}&lt;/STRONG&gt;&amp;gt;}Amount)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data sample from the attached qvw file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DATA:
LOAD * INLINE [
ColorID, Color,   Amount
1,       Green, 100
2,       Red,   200
3,       Yellow,300
0,       *,       400
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27239i3CD8B1900F395430/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Do you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;or &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp; know anything about this set modifier behaviour/intepretion?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:15:41 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2024-11-16T19:15:41Z</dc:date>
    <item>
      <title>Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1667901#M449269</link>
      <description>&lt;P&gt;This is a more general question about set analysis modifier behaviour. I've always believed that string modifiers in a set analysis have to be within quotes, like this&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={'Green'}&lt;/STRONG&gt;&amp;gt;}Amount) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;and for modifiers with numeric value the quotes where optional like this&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;ColorID={1}&lt;/STRONG&gt;&amp;gt;}Amount) &lt;/FONT&gt;OR&amp;nbsp; &amp;nbsp;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;ColorID={'1'}&lt;/STRONG&gt;&amp;gt;}Amount)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But I noticed that the two expressions below returns the same result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={'Green'}&lt;/STRONG&gt;&amp;gt;}Amount)&lt;/FONT&gt; &amp;nbsp;AND&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={Green}&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&amp;gt;}Amount) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an correct observation? Is this new or old behaviour? I notice that the examples in the Qlik help page&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_self"&gt;Set analysis and set expressions&lt;/A&gt;&amp;nbsp; are ambivalent in the use of ' ' or not ' '.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a link to Qlik Help och Qlik Support that describes the use of quotes in modifers? I assume that QlikView/Qlik Sense intepret the two differently hence:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={'*'}&lt;/STRONG&gt;&amp;gt;}Amount)&lt;/FONT&gt;&amp;nbsp; is not equal to&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;&lt;STRONG&gt;Color={*}&lt;/STRONG&gt;&amp;gt;}Amount)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data sample from the attached qvw file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DATA:
LOAD * INLINE [
ColorID, Color,   Amount
1,       Green, 100
2,       Red,   200
3,       Yellow,300
0,       *,       400
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27239i3CD8B1900F395430/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Do you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;or &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp; know anything about this set modifier behaviour/intepretion?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1667901#M449269</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-11-16T19:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1667906#M449271</link>
      <description>&lt;P&gt;Hey dude, have a look at HIC's Design Blog post, I am hoping that may explain things, if not, let me know, and I can reach out to him to see if he can chime in on this one for you.&amp;nbsp; Rob may have something too, but I know he is in and out at the moment, so may be a few days before he catches things.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Quotes-in-Set-Analysis/ba-p/1471824" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Quotes-in-Set-Analysis/ba-p/1471824&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 21:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1667906#M449271</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-21T21:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1667924#M449274</link>
      <description>&lt;P&gt;I've seen HIC's post, but it does not really cover my question. He is uses single quotes on all hardcoded string modifiers and no quotes on hadcoded numeric values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;HIC wrote:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;Examples of hard coded lists:&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;Sum( {$&amp;lt;Year =&amp;nbsp;&lt;STRONG&gt;{2013,2014,2015}&lt;/STRONG&gt;&amp;gt;} Sales)&lt;BR /&gt;Sum( {$&amp;lt;Country =&amp;nbsp;&lt;STRONG&gt;{'Australia','Canada','France'}&amp;gt;}&lt;/STRONG&gt;&amp;nbsp;Sales)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;It would be great if we could get an comment from HIC on the use of &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;Sum( {$&amp;lt;Country =&amp;nbsp;{Australia,Canada,France}&amp;gt;}&amp;nbsp;Sales)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 22:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1667924#M449274</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-01-21T22:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668186#M449289</link>
      <description>&lt;P&gt;HIC used it correct - by wrapping string values &lt;STRONG&gt;explicitly&lt;/STRONG&gt; with single-quotes and the numeric values without quotes. It's a kind of toleration from the parser/engine that it didn't run into an error if there are no quoting around a string-value - but this is only TRUE if the string didn't contained a space or any other kind of special chars, like +, - and so on.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668186#M449289</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-01-22T14:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668195#M449290</link>
      <description>&lt;P&gt;While unquoted strings may "work"&amp;nbsp; for literals I think it's a mistake to leave off the quotes, even for numeric values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(note my comments below are for the latest releases, behavior on older releases can be somewhat different per HIC's post)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;An unquoted string is the same as double quotes, a case insensitive comparison.&amp;nbsp;&lt;/P&gt;&lt;P&gt;{one} = One&amp;nbsp;&lt;BR /&gt;{"one") = One&amp;nbsp;&lt;BR /&gt;{'one'} ≠ One&lt;/P&gt;&lt;P&gt;If the string contains spaces or special characters, you must use quotes. An exception to this rule is the wildcard characters * or ?.&amp;nbsp; By themselves, they will work without quotes., although some versions will flag as syntax error.&lt;/P&gt;&lt;P&gt;Set Analysis comparison is always string based, so leaving quotes off of a numeric value gains no advantage or special behavior.&lt;/P&gt;&lt;P&gt;{2} = 2&lt;BR /&gt;{"2") = 2&lt;BR /&gt;{'2') = 2&lt;BR /&gt;{02) ≠ 2&lt;BR /&gt;{"02"} ≠ 2&lt;/P&gt;&lt;P&gt;When testing a Dual value, you must always use the string value. Given a Dual('One', 1):&lt;/P&gt;&lt;P&gt;{one} =&lt;BR /&gt;{1} ≠&lt;BR /&gt;{"1"} ≠&lt;/P&gt;&lt;P&gt;So I believe the best standard is to always quote, even numerics.&amp;nbsp; I sometimes leave quotes off numerics because it's what people expect and the fewer characters I type generally the fewer mistakes I make.&amp;nbsp; &amp;nbsp;But&amp;nbsp; I still believe it's the best practice to always explicitly quote.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank" rel="noopener"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank" rel="noopener"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank" rel="noopener"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 15:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668195#M449290</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-01-22T15:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668200#M449291</link>
      <description>&lt;P&gt;sse also here&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-modifiers.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-modifiers.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In previous versions of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlikView"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN&gt;, there was no distinction between single quotes and double quotes and all quoted strings were treated as searches. To maintain backward compatibility, documents created with older versions of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlikView"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;will continue to work as they did in previous versions. Documents created with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlikView"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;November 2017 or later will respect the difference between the two types of quotes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 15:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668200#M449291</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-01-22T15:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668294#M449296</link>
      <description>&lt;P&gt;Thanks for the replies&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28859"&gt;@martinpohl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the section below in the linked &lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers.htm" target="_self"&gt;Set Modifiers&lt;/A&gt;&amp;nbsp;page.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 747px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27300i70B3A2793B77F3FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I understand it as Qlik tries to treat listed values in modifiers using quotes and not using quotes as equal, but some kind of exception is done when using wildchard * and ?. The expression&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;Color={*}&amp;gt;}Amount)&lt;/FONT&gt; is not treated as single quote, but double&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;Color={"*"}&amp;gt;}Amount).&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also payed notice to Rob's words "&lt;FONT color="#333300"&gt;&lt;EM&gt;Set Analysis comparison is always string based, so leaving quotes off of a numeric value gains no advantage or special behavior"&lt;/EM&gt;&lt;/FONT&gt;.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Because of the Qlik explanation, my observations and Rob's words I will stick to my current single quote usage for all string fixed values and I'll even try to start using them on numeric values as well.&lt;/P&gt;&lt;P&gt;Thanks again for your help guys&lt;/P&gt;&lt;P&gt;BR&lt;BR /&gt;Vegar&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 21:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668294#M449296</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-01-22T21:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668329#M449298</link>
      <description>&lt;P&gt;Not that unquoted string is treated as &lt;STRONG&gt;double&lt;/STRONG&gt; quote, not single quote.&amp;nbsp;&lt;/P&gt;&lt;P&gt;{*} = {"*")&lt;/P&gt;&lt;P&gt;{one] = {"one"}&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 03:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668329#M449298</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-01-23T03:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifiers without quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668429#M449308</link>
      <description>&lt;P&gt;Yes, you're right.&amp;nbsp;&lt;SPAN&gt;Thanks for pointing this out.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My mind where locked into my old truth, not seeing what lied before me.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;It even makes more sense this way, and there are no exceptions for wildchars. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 10:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifiers-without-quotes/m-p/1668429#M449308</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-01-23T10:18:16Z</dc:date>
    </item>
  </channel>
</rss>

