<?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 Using % in a alias for a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212336#M66337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Oleg said, the % goes inside the brackets. [%Product Code], not %[Product Code]. He was just explaining why %[ProductCode] might be working. But it's not how you should write it. As he said, if it works, it's probably a fluke.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2011 00:39:40 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-04-15T00:39:40Z</dc:date>
    <item>
      <title>Using % in a alias for a field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212331#M66332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am now using Qlikview 10 SR1. Previously I was using ver 9 and this problem didn't exist.&lt;/P&gt;&lt;P&gt;I have a load statement that says the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldCode&lt;/STRONG&gt; as %[Key code1] ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL Select * from Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For some reason in QV10, I can not prefix my alias with a "%" symbol. Something like %[Key code1] will error out. What new method is there to do this functionality in QV10.What I want to do is use the syntax &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Set&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;I&gt;Hideprefix&lt;/I&gt;&lt;/B&gt;=%; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the main tab to hide keys in my document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 00:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212331#M66332</guid>
      <dc:creator />
      <dc:date>2011-04-13T00:37:56Z</dc:date>
    </item>
    <item>
      <title>Using % in a alias for a field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212332#M66333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm surprised it ever worked for you... this syntax should have never worked...&lt;/P&gt;&lt;P&gt;For the hiding purposes, just include the % inside the brackets, and I think it should work just fine. The brackets are not part of the field name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 01:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212332#M66333</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-04-13T01:09:22Z</dc:date>
    </item>
    <item>
      <title>Using % in a alias for a field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212333#M66334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just realized something. In qlikview, you can't have spaces in your alias name if you prefix the alias with a '%' symbol.&lt;/P&gt;&lt;P&gt;So if i create an alias called %[Key Code], then this would fail, but if I create an alias called %[KeyCode] then it works. Very bizzare but for some reason it works. Any thoughts on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 16:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212333#M66334</guid>
      <dc:creator />
      <dc:date>2011-04-13T16:31:42Z</dc:date>
    </item>
    <item>
      <title>Using % in a alias for a field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212334#M66335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like a fluke to me - perhaps, when there are no spaces or special characters, brackets are simply ignored, even if they are out of place.&lt;/P&gt;&lt;P&gt;Notice, that Product and [Product] are two identical fields. I'm guessing that %Key and %[Key] are also considered identical...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 20:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212334#M66335</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-04-14T20:18:09Z</dc:date>
    </item>
    <item>
      <title>Using % in a alias for a field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212335#M66336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;I've seen this syntax used before. I know square brackets are used when spaces exist in names i.e. Product Code needs to be called [Product Code]. This just doesn't seem to work with % preceeding it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 20:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212335#M66336</guid>
      <dc:creator />
      <dc:date>2011-04-14T20:59:19Z</dc:date>
    </item>
    <item>
      <title>Using % in a alias for a field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212336#M66337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Oleg said, the % goes inside the brackets. [%Product Code], not %[Product Code]. He was just explaining why %[ProductCode] might be working. But it's not how you should write it. As he said, if it works, it's probably a fluke.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 00:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-in-a-alias-for-a-field/m-p/212336#M66337</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-15T00:39:40Z</dc:date>
    </item>
  </channel>
</rss>

