<?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: Understand the code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61738#M777030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it deselects all fields of table Sales&lt;/P&gt;&lt;P&gt;$Field= list of fields&lt;/P&gt;&lt;P&gt;$Table= list of all tables, matching with Sales , so only this table is selected&lt;/P&gt;&lt;P&gt;concat creates a list in this way field1=,field2=, .... fieldN=&lt;/P&gt;&lt;P&gt;and at least $(= interprets the previous result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 09:16:04 GMT</pubDate>
    <dc:creator>olivierrobin</dc:creator>
    <dc:date>2018-04-19T09:16:04Z</dc:date>
    <item>
      <title>Understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61737#M777029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be a help if someone can explain the below code to me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[$(=concat({1&amp;lt;$Table={'Sales'}&amp;gt;} $Field,']=,['))]=,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ishika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61737#M777029</guid>
      <dc:creator>ishika00730</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61738#M777030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it deselects all fields of table Sales&lt;/P&gt;&lt;P&gt;$Field= list of fields&lt;/P&gt;&lt;P&gt;$Table= list of all tables, matching with Sales , so only this table is selected&lt;/P&gt;&lt;P&gt;concat creates a list in this way field1=,field2=, .... fieldN=&lt;/P&gt;&lt;P&gt;and at least $(= interprets the previous result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 09:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61738#M777030</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-19T09:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61739#M777031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the answer. I would like to tell you that when I use the above code, it returns me a specific field from that table. Also I tried to replace the table name with other table, in this case also it returns a particular field from the table. I want to understand the logic behind returning a particular field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 02:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61739#M777031</guid>
      <dc:creator>ishika00730</dc:creator>
      <dc:date>2018-04-20T02:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61740#M777032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as i sayed, for me this code deselects all sélections made with fields from this table&lt;/P&gt;&lt;P&gt;BUT if you have other selections coming from other tables or using set analysis, these sélections remain active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 07:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61740#M777032</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-20T07:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61741#M777033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you put the code in a text box you can see what the code is doing&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Text box 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=concat({1&amp;lt;$Table={'Sales'}&amp;gt;} $Field,']=[') &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;You will see all the fields listed in square brackets with a comma delimited except the first and the last&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text box 2&lt;/P&gt;&lt;P&gt;='[' &amp;amp; concat({1&amp;lt;$Table={'Sales'}&amp;gt;} $Field,']=[') &amp;amp;']='&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will see all the fields listed with in square brackets &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This piece of code is generally used in set analysis if you wish to disregard the selections of all the fields from a particular table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 07:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-the-code/m-p/61741#M777033</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-20T07:13:21Z</dc:date>
    </item>
  </channel>
</rss>

