<?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 Naming Convention followed in Load Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553089#M689750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell me what are the naming convention in load script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As&amp;nbsp; %,# an many special charecters are used in load script what are these meaning and how can i use please tell me in detail.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2013 09:32:48 GMT</pubDate>
    <dc:creator>agni_gold</dc:creator>
    <dc:date>2013-10-31T09:32:48Z</dc:date>
    <item>
      <title>Naming Convention followed in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553089#M689750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell me what are the naming convention in load script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As&amp;nbsp; %,# an many special charecters are used in load script what are these meaning and how can i use please tell me in detail.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 09:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553089#M689750</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2013-10-31T09:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Convention followed in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553090#M689751</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;This is just an prefix for a field and we can define at our own way. Here is some common use in script:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Variables&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Starts with a "v"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp; vCurrentYear&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Key Fields&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Starts with a "%"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp; %CustomerKey&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Flag Fields&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Starts with a "_"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp; _YTDFlag&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Cycle Group&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Starts with a "&amp;lt;"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProductCycle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Drilldown Group&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Starts with a "&amp;gt;"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;GeoDrillDown&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Key Field Separator&amp;nbsp;&amp;nbsp;&amp;nbsp; Separated by "_"&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp; Company&amp;amp;'_'&amp;amp;Nbr as Key&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Temp Fileds/Tables&amp;nbsp;&amp;nbsp;&amp;nbsp; End With "_tmp"&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp; Daily_Trans_tmp&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, is use those prefix to hide a field while we load data. Something like Set HidePrefix='_' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 09:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553090#M689751</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-10-31T09:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Convention followed in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553091#M689752</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;QlikView is very flexible in the naming conventions you can use to keep the script maintainable within an organization. See for example the response of Sokkorn on what pre- and postfixes you can agree upon within your organization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some special characters to take into account. The most important are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;// indicates a comment line&lt;/LI&gt;&lt;LI&gt;/* A LOT OF TEXT */&amp;nbsp; indicates multiple lines of comment between the slashes&lt;/LI&gt;&lt;LI&gt;$ indicates a variable is to be used&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script you will see change the color if something special is taking place. For example blue indicates a function, gray is a variable and green is comment by default. And all commands are ended by a semicolon (;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more details I suggest to check the help file for qlikview, follow some training and/or google for it as there is much already available (and in detail).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthijs&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 09:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553091#M689752</guid>
      <dc:creator />
      <dc:date>2013-10-31T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Convention followed in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553092#M689753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and what is the meaning of&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;#&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 10:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553092#M689753</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2013-10-31T10:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Convention followed in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553093#M689754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and what is the meaning of #&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 10:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553093#M689754</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2013-10-31T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Convention followed in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553094#M689755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know this character has no special meaning. It is sometimes used in functions like num# and date# which actually tell QlikView how to transform the value between brackets into a number or date. In comparison the version without # (num and date) only tell QlikView how to display the number or date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the # also as (part of a) field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthijs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 11:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553094#M689755</guid>
      <dc:creator />
      <dc:date>2013-10-31T11:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Convention followed in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553095#M689756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;# is used as a prefix to name measures, fields that conatin amounts, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[# Transported Passengers]&lt;/P&gt;&lt;P&gt;[# Departures Perfomesd]&lt;/P&gt;&lt;P&gt;[# Invoices Issued]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 11:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-Convention-followed-in-Load-Script/m-p/553095#M689756</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-31T11:04:53Z</dc:date>
    </item>
  </channel>
</rss>

