<?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: Set Expressions &amp;gt;*&amp;lt; vs , separation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134614#M9461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very useful and logical explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2018 08:45:37 GMT</pubDate>
    <dc:creator>LReeve</dc:creator>
    <dc:date>2018-08-14T08:45:37Z</dc:date>
    <item>
      <title>Set Expressions &gt;*&lt; vs , separation</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134611#M9458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had a search but can't seem to find a definitive answer. I have a simple Set Expression where I am trying to get:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sum of Sales&lt;/LI&gt;&lt;LI&gt;Greater than my variable&lt;/LI&gt;&lt;LI&gt;Of Type 1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone confirm why the below set expressions gives different results so I can ensure I always use the correct format going forwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Field1 = {"&amp;gt;$(vMyVariable)"}&amp;gt;*&amp;lt;Field2 = {"2"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Field1 = {"&amp;gt;$(vMyVariable)"}, Field2 = {"2"}&amp;gt;} Sales)&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 always been lead to believe they are the same?&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;Thanks in Advance!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134611#M9458</guid>
      <dc:creator>LReeve</dc:creator>
      <dc:date>2024-11-16T07:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expressions &gt;*&lt; vs , separation</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134612#M9459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if you have user-selections on either of the two fields the expressions will not &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;necessarily&lt;/EM&gt;&lt;/SPAN&gt; give the same results. If you don't have any selections on the fields then they will give the same. Think about it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 19:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134612#M9459</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-13T19:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expressions &gt;*&lt; vs , separation</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134613#M9460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However if you change the first expression into this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Field1={"&amp;gt;$(vMyVariable)"},Field2=&amp;gt;*&amp;lt;Field1=,Field2 = {"2"}&amp;gt;} Sales)&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;It should be equivalent to:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({&amp;lt;Field1 = {"&amp;gt;$(vMyVariable)"}, Field2 = {"2"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;The second expression should be quite a bit more performant I would believe...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 19:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134613#M9460</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-13T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expressions &gt;*&lt; vs , separation</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134614#M9461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very useful and logical explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134614#M9461</guid>
      <dc:creator>LReeve</dc:creator>
      <dc:date>2018-08-14T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expressions &gt;*&lt; vs , separation</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134615#M9462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &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, 14 Aug 2018 10:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expressions-gt-lt-vs-separation/m-p/134615#M9462</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-14T10:36:41Z</dc:date>
    </item>
  </channel>
</rss>

