<?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 Table with new column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430962#M796993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have a chart which has data in 3 column , now the requirement to add a new column which has TEST in column.i need to add expression which will add test column with test type data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table i have is &lt;/P&gt;&lt;P&gt;Name ,&amp;nbsp; address,&amp;nbsp; amount,&lt;/P&gt;&lt;P&gt;sam ,,, Texas, 501&lt;/P&gt;&lt;P&gt;Steve,&amp;nbsp; Cal, 201&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Added column that i want is ( test)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name ,&amp;nbsp; address,&amp;nbsp; amount, Test&lt;/P&gt;&lt;P&gt;sam ,,, Texas, 501, test&lt;/P&gt;&lt;P&gt;Steve,&amp;nbsp; Cal, 201, test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>everest226</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Table with new column</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430962#M796993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have a chart which has data in 3 column , now the requirement to add a new column which has TEST in column.i need to add expression which will add test column with test type data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table i have is &lt;/P&gt;&lt;P&gt;Name ,&amp;nbsp; address,&amp;nbsp; amount,&lt;/P&gt;&lt;P&gt;sam ,,, Texas, 501&lt;/P&gt;&lt;P&gt;Steve,&amp;nbsp; Cal, 201&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Added column that i want is ( test)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name ,&amp;nbsp; address,&amp;nbsp; amount, Test&lt;/P&gt;&lt;P&gt;sam ,,, Texas, 501, test&lt;/P&gt;&lt;P&gt;Steve,&amp;nbsp; Cal, 201, test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430962#M796993</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table with new column</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430963#M796994</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;Simply Add the column like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'test' as Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// in the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430963#M796994</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-12-19T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table with new column</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430964#M796995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; address,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; 'test' as Test&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430964#M796995</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-19T18:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table with new column</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430965#M796996</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;Load *,&lt;/P&gt;&lt;P&gt;'test' as Test&lt;/P&gt;&lt;P&gt;inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Name , address, amount&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sam,Texas, 501&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Steve, Cal, 201&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or in the script.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in the load statement &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;'test' as Test,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-new-column/m-p/1430965#M796996</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-12-19T18:28:31Z</dc:date>
    </item>
  </channel>
</rss>

