<?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: Table alias in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790496#M660515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - yes sorry.&amp;nbsp; because you are using 2 variables the square brackets need to come at the beginning and end of the full string.&amp;nbsp; Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Ext = 'External]';&lt;/P&gt;&lt;P&gt;Let Int = 'Internals]';&lt;/P&gt;&lt;P&gt;Let Prac = 'Practical]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Subject1 = '[Embedded System';&lt;/P&gt;&lt;P&gt;Let Subject2 = '[Imformation Security Management';&lt;/P&gt;&lt;P&gt;Let Subject3 = '[Virtualization';&lt;/P&gt;&lt;P&gt;Let Subject4 = '[Ethical hacking';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then this:&amp;nbsp; &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paper-I] as&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;$(Subject1)_$(Ext),&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will evaluate to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paper-I] as&lt;/TD&gt;&lt;TD&gt;[Embedded System_External]; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can try the valid alternative mentioned by PR too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 13:38:58 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2015-03-25T13:38:58Z</dc:date>
    <item>
      <title>Table alias</title>
      <link>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790490#M660509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an excel file containing unusual header names like F1, F2, F3 etc.&lt;/P&gt;&lt;P&gt;I want to change it in the form SubjectName_Externals, SubjectName_Internals and SubjectName_Practicals.&lt;/P&gt;&lt;P&gt;but the problem that I am facing is&lt;/P&gt;&lt;P&gt;Subject name is either of 2 word or more as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subject1 = 'Embedded System';&lt;/P&gt;&lt;P&gt;Subject2 = 'Imformation Security Management';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me with a solution to resolve this issue.&lt;/P&gt;&lt;P&gt;I have also attached qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790490#M660509</guid>
      <dc:creator />
      <dc:date>2015-03-25T12:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table alias</title>
      <link>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790491#M660510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add square brackets in the variable values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Subject1 = 'Embedded System';&lt;/P&gt;&lt;P&gt;Let Subject2 = 'Imformation Security Management';&lt;/P&gt;&lt;P&gt;Let Subject4 = 'Ethical hacking';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Let Subject1 = '[Embedded System]';&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Let Subject2 = '[Imformation Security Management]';&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Let Subject4 = '[Ethical hacking]';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790491#M660510</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-25T13:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table alias</title>
      <link>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790492#M660511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;Thanks for you reply.&lt;/P&gt;&lt;P&gt;I tried to implement it and I got syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790492#M660511</guid>
      <dc:creator />
      <dc:date>2015-03-25T13:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table alias</title>
      <link>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790493#M660512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to put square brackets into the script, not the variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD [Student Name] as Student_Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paper-I] as [$(Subject1)_$(Ext)],&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790493#M660512</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-25T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table alias</title>
      <link>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790494#M660513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790494#M660513</guid>
      <dc:creator />
      <dc:date>2015-03-25T13:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table alias</title>
      <link>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790495#M660514</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Subject1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(91) &amp;amp; 'Embedded System' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(93);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Subject2&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(91) &amp;amp; 'Imformation Security Management' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(93);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Subject3&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(91) &amp;amp; 'Virtualization' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(93);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Subject4&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; =&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(91) &amp;amp; 'Ethical hacking' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(93); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790495#M660514</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-03-25T13:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table alias</title>
      <link>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790496#M660515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - yes sorry.&amp;nbsp; because you are using 2 variables the square brackets need to come at the beginning and end of the full string.&amp;nbsp; Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Ext = 'External]';&lt;/P&gt;&lt;P&gt;Let Int = 'Internals]';&lt;/P&gt;&lt;P&gt;Let Prac = 'Practical]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Subject1 = '[Embedded System';&lt;/P&gt;&lt;P&gt;Let Subject2 = '[Imformation Security Management';&lt;/P&gt;&lt;P&gt;Let Subject3 = '[Virtualization';&lt;/P&gt;&lt;P&gt;Let Subject4 = '[Ethical hacking';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then this:&amp;nbsp; &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paper-I] as&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;$(Subject1)_$(Ext),&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will evaluate to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paper-I] as&lt;/TD&gt;&lt;TD&gt;[Embedded System_External]; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can try the valid alternative mentioned by PR too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-alias/m-p/790496#M660515</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-25T13:38:58Z</dc:date>
    </item>
  </channel>
</rss>

