<?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: why Concat() -Function no need for double quotes in set expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/why-Concat-Function-no-need-for-double-quotes-in-set-expression/m-p/1760027#M64167</link>
    <description>&lt;P&gt;I believe it is because the resulting set expression is not searching the data set; it is looking for distinct values that your concat expressions are feeding the set expressing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when you are searching you are using &amp;gt;&amp;nbsp; or &amp;lt; or a wildcard; then you would need double quotes, but in your set expression the concat fields are being generated as a comma separated list of distinct values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Nov 2020 20:28:37 GMT</pubDate>
    <dc:creator>tm_burgers</dc:creator>
    <dc:date>2020-11-09T20:28:37Z</dc:date>
    <item>
      <title>why Concat() -Function no need for double quotes in set expression</title>
      <link>https://community.qlik.com/t5/App-Development/why-Concat-Function-no-need-for-double-quotes-in-set-expression/m-p/1760017#M64166</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;someone here just helped me out with the return of a straight table where I needed a calculated dimension to filter only the very top and the very bottom dataset of a value:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Aggr(Only({&amp;lt;ActionNo. = {$(=Concat(Aggr(Min(ActionNo.),QueueNo.),',')),$(=Concat(Aggr(Max(ActionNo.),QueueNo.),','))}&amp;gt;}ActionNo.), ActionNo., QueueNo.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What strikes me is that, why the concat() function doesnt need a double quote to initiate a search?&amp;nbsp; Does not a the dollar sign expansion within the curvy bracket of a set expression always need to be initiated into a search?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope someone can explain to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-Concat-Function-no-need-for-double-quotes-in-set-expression/m-p/1760017#M64166</guid>
      <dc:creator>Applicable88</dc:creator>
      <dc:date>2021-04-02T08:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: why Concat() -Function no need for double quotes in set expression</title>
      <link>https://community.qlik.com/t5/App-Development/why-Concat-Function-no-need-for-double-quotes-in-set-expression/m-p/1760027#M64167</link>
      <description>&lt;P&gt;I believe it is because the resulting set expression is not searching the data set; it is looking for distinct values that your concat expressions are feeding the set expressing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when you are searching you are using &amp;gt;&amp;nbsp; or &amp;lt; or a wildcard; then you would need double quotes, but in your set expression the concat fields are being generated as a comma separated list of distinct values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 20:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-Concat-Function-no-need-for-double-quotes-in-set-expression/m-p/1760027#M64167</guid>
      <dc:creator>tm_burgers</dc:creator>
      <dc:date>2020-11-09T20:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: why Concat() -Function no need for double quotes in set expression</title>
      <link>https://community.qlik.com/t5/App-Development/why-Concat-Function-no-need-for-double-quotes-in-set-expression/m-p/1760085#M64168</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110549"&gt;@Applicable88&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$(=Concat(Aggr(Min(ActionNo.),QueueNo.),',')&amp;nbsp;&lt;/SPAN&gt;&amp;lt;-- Its concatenate the minimum of Action No based on QueueNo and we're not searching here. We're assigning the values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;$() &amp;lt;-- its evaluates the values.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 02:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-Concat-Function-no-need-for-double-quotes-in-set-expression/m-p/1760085#M64168</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-10T02:45:16Z</dc:date>
    </item>
  </channel>
</rss>

