<?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: Special characters in Qlik Sense Scripts in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Special-characters-in-Qlik-Sense-Scripts/m-p/2136646#M92373</link>
    <description>&lt;P&gt;Hi, so far I know those prefixes doesn't meant anything unless there is another instruction that gives them an utility.&lt;/P&gt;
&lt;P&gt;In example you can set HidePrefix = '#', and this will make fields starting by '#' to not appear on selections and some lists of fields.&lt;/P&gt;
&lt;P&gt;The % used in the table name seems something the developer used to avoid to use the same table name, I will prefer to use the 'tmp' prefix and give a name with some meaning but it's just a naming metodology that each one decides.&lt;/P&gt;
&lt;P&gt;Fields Named with # usually means a field used in counts, or more general for number, but again, it's just the name given by the developer.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2023 10:22:27 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2023-11-10T10:22:27Z</dc:date>
    <item>
      <title>Special characters in Qlik Sense Scripts</title>
      <link>https://community.qlik.com/t5/App-Development/Special-characters-in-Qlik-Sense-Scripts/m-p/2136475#M92356</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; In below sample code I want to understand below few things..&lt;/P&gt;
&lt;P&gt;1. % prefix in table name - when do we use %?&lt;/P&gt;
&lt;P&gt;2. % prefix in field name -&amp;nbsp;when do we use %?&lt;/P&gt;
&lt;P&gt;3. # prefix in field name - when do we use #?&lt;/P&gt;
&lt;P&gt;4.&amp;nbsp;%% prefix in table name -&amp;nbsp;when do we use %%?&lt;/P&gt;
&lt;P&gt;5.&amp;nbsp;IF(#d.Field1 &amp;lt;&amp;gt; PREVIOUS(#d.Field1), 1, PEEK([%Field5]) + 1) AS [%Field5]&amp;nbsp; what will this Peek()&amp;nbsp; statement do?&lt;/P&gt;
&lt;P&gt;6. Are there any resources for learning theses complex scripts in Qliksense? If you can share the link it would be very helpful&lt;/P&gt;
&lt;P&gt;Sample code&lt;/P&gt;
&lt;P&gt;%Table1:&lt;BR /&gt;LOAD&lt;BR /&gt;#d.Field1,&lt;BR /&gt;Field2,&lt;BR /&gt;Field3,&lt;BR /&gt;Field4&lt;BR /&gt;FROM [xyz.qvd] (qvd)&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;%%Table1:&lt;BR /&gt;LOAD&lt;BR /&gt;#d.Field1,&lt;BR /&gt;Field2,&lt;BR /&gt;Field3,&lt;BR /&gt;Field4,&lt;BR /&gt;IF(#d.Field1 &amp;lt;&amp;gt; PREVIOUS(#d.Field1), 1, PEEK([%Field5]) + 1) AS [%Field5] //asc 1,2,...&lt;BR /&gt;RESIDENT %Table1;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 23:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Special-characters-in-Qlik-Sense-Scripts/m-p/2136475#M92356</guid>
      <dc:creator>Neha121</dc:creator>
      <dc:date>2023-11-09T23:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Special characters in Qlik Sense Scripts</title>
      <link>https://community.qlik.com/t5/App-Development/Special-characters-in-Qlik-Sense-Scripts/m-p/2136646#M92373</link>
      <description>&lt;P&gt;Hi, so far I know those prefixes doesn't meant anything unless there is another instruction that gives them an utility.&lt;/P&gt;
&lt;P&gt;In example you can set HidePrefix = '#', and this will make fields starting by '#' to not appear on selections and some lists of fields.&lt;/P&gt;
&lt;P&gt;The % used in the table name seems something the developer used to avoid to use the same table name, I will prefer to use the 'tmp' prefix and give a name with some meaning but it's just a naming metodology that each one decides.&lt;/P&gt;
&lt;P&gt;Fields Named with # usually means a field used in counts, or more general for number, but again, it's just the name given by the developer.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 10:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Special-characters-in-Qlik-Sense-Scripts/m-p/2136646#M92373</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-11-10T10:22:27Z</dc:date>
    </item>
  </channel>
</rss>

