<?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 Can anyone tell me what is the purpose of % sign here? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-anyone-tell-me-what-is-the-purpose-of-sign-here/m-p/841117#M1020847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;I am new to QlikView and I have been assigned into a project for maintaing the Qlikview scripts. Can anyone tell me the the purpose of &lt;STRONG&gt;%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sign here in aggr() function?&lt;/P&gt;&lt;P&gt;=aggr(count({&amp;lt;[Prospect Appointment Flag] = {1}&amp;gt;}distinct ProspectNumber), [&lt;STRONG&gt;%Key Appointment Date&lt;/STRONG&gt;]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ans also in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;[%Key CC Prospect Number]&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date([Prospect ActionDate]) as [Prospect ActionDate]&lt;/P&gt;&lt;P&gt;FROM $(vtmpQVD_Data)ActionDate_tmp.qvd (qvd)&lt;/P&gt;&lt;P&gt;Where not isnull([Prospect ActionDate]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 07:21:47 GMT</pubDate>
    <dc:creator>ananyaghosh</dc:creator>
    <dc:date>2015-04-02T07:21:47Z</dc:date>
    <item>
      <title>Can anyone tell me what is the purpose of % sign here?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-tell-me-what-is-the-purpose-of-sign-here/m-p/841117#M1020847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;I am new to QlikView and I have been assigned into a project for maintaing the Qlikview scripts. Can anyone tell me the the purpose of &lt;STRONG&gt;%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sign here in aggr() function?&lt;/P&gt;&lt;P&gt;=aggr(count({&amp;lt;[Prospect Appointment Flag] = {1}&amp;gt;}distinct ProspectNumber), [&lt;STRONG&gt;%Key Appointment Date&lt;/STRONG&gt;]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ans also in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;[%Key CC Prospect Number]&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date([Prospect ActionDate]) as [Prospect ActionDate]&lt;/P&gt;&lt;P&gt;FROM $(vtmpQVD_Data)ActionDate_tmp.qvd (qvd)&lt;/P&gt;&lt;P&gt;Where not isnull([Prospect ActionDate]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 07:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-tell-me-what-is-the-purpose-of-sign-here/m-p/841117#M1020847</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-04-02T07:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone tell me what is the purpose of % sign here?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-tell-me-what-is-the-purpose-of-sign-here/m-p/841118#M1020848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obviously that fieldname has the % sign as a prefix.&lt;/P&gt;&lt;P&gt;In our database, it seems that this is commonly used to denote keyfields. But it doesn't really make any difference in QlikView - and honestly, since there is no info as to what table can be linked using that keyfield, it isn't really helpful.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 07:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-tell-me-what-is-the-purpose-of-sign-here/m-p/841118#M1020848</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-02T07:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone tell me what is the purpose of % sign here?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-tell-me-what-is-the-purpose-of-sign-here/m-p/841119#M1020849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be certain possibilities of using % sign in front of any Field.&lt;/P&gt;&lt;P&gt;1) Sometimes, you want to identify all key fields (primary fields) from other fields. &lt;/P&gt;&lt;P&gt;2) Sometimes, you are having temporary fields which is created to join certain tables but we do not want to show them as an available field... we can use Set HidePrifix = '%' in script. so all Fields starting with % would be hide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 07:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-tell-me-what-is-the-purpose-of-sign-here/m-p/841119#M1020849</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-02T07:33:32Z</dc:date>
    </item>
  </channel>
</rss>

