<?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: Syntax library in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259768#M620169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a % in script that you saw could be something - which an expert has demonstrated as his/her best practice tips. May be like you will see most of the qv developers name their variables prefixed by &lt;STRONG&gt;v&lt;/STRONG&gt; (like &lt;EM&gt;vMySales&lt;/EM&gt;), so, it's about practice that you may want or may not want to follow; and that doesn't appear anywhere in qlik document. Similarly generally &lt;STRONG&gt;%&lt;/STRONG&gt; is used by developers to name a system field in the script &lt;STRONG&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/SystemVariables/HidePrefix.htm"&gt;HidePrefix&lt;/A&gt;&lt;/STRONG&gt;, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;set HidePrefix='%' ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2017 07:31:34 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-02-24T07:31:34Z</dc:date>
    <item>
      <title>Syntax library</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259765#M620166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know where I can find a syntax library? I just watched a youtube video and a % was used in the script syntax however the person did not mention what it was used for, may I know where to find such a directory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Royce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 06:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259765#M620166</guid>
      <dc:creator />
      <dc:date>2017-02-24T06:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax library</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259766#M620167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would get all of them in the Reference Manual (which comes with product installation) or: &lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Content/Home.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Content/Home.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Content/Home.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 07:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259766#M620167</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-02-24T07:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax library</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259767#M620168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried looking up % in qlikview syntax however I cant seem to find any results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 07:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259767#M620168</guid>
      <dc:creator />
      <dc:date>2017-02-24T07:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax library</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259768#M620169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a % in script that you saw could be something - which an expert has demonstrated as his/her best practice tips. May be like you will see most of the qv developers name their variables prefixed by &lt;STRONG&gt;v&lt;/STRONG&gt; (like &lt;EM&gt;vMySales&lt;/EM&gt;), so, it's about practice that you may want or may not want to follow; and that doesn't appear anywhere in qlik document. Similarly generally &lt;STRONG&gt;%&lt;/STRONG&gt; is used by developers to name a system field in the script &lt;STRONG&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/SystemVariables/HidePrefix.htm"&gt;HidePrefix&lt;/A&gt;&lt;/STRONG&gt;, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;set HidePrefix='%' ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 07:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259768#M620169</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-02-24T07:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax library</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259769#M620170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume your observed % is part from a fieldname. It's often used to mark a field as a key-field and hasn't a direct relation to the syntax else more to &lt;A href="https://community.qlik.com/docs/DOC-5327"&gt;Naming Conventions for Qlikview Scripting&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 07:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-library/m-p/1259769#M620170</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-24T07:33:46Z</dc:date>
    </item>
  </channel>
</rss>

