<?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 Load excel column into text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875394#M1003131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in my script I have a loaded a spreadsheet with 5 columns.&amp;nbsp; I want to be able to create a text object that only pulls one of those columns.&amp;nbsp; I've tried an if statement, only statement and nothing is working.&amp;nbsp; Help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 14:34:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-11T14:34:10Z</dc:date>
    <item>
      <title>Load excel column into text object</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875394#M1003131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in my script I have a loaded a spreadsheet with 5 columns.&amp;nbsp; I want to be able to create a text object that only pulls one of those columns.&amp;nbsp; I've tried an if statement, only statement and nothing is working.&amp;nbsp; Help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875394#M1003131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-11T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel column into text object</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875395#M1003132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=concat(yourColumn, ',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875395#M1003132</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-06-11T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel column into text object</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875396#M1003133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;=concat(oneofthecolumn &amp;amp; chr(10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875396#M1003133</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-11T14:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel column into text object</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875397#M1003134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; And if I wanted to show the values of 2 columns???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column 2&lt;/P&gt;&lt;P&gt;Value 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875397#M1003134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-11T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel column into text object</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875398#M1003135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create two text objects and align them in such a way that they appear as one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875398#M1003135</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-11T14:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel column into text object</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875399#M1003136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using something other tan a text object would be best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875399#M1003136</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-06-11T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel column into text object</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875400#M1003137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew is right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can give a Table Box the appearance of a text object by giving all cell borders the same color as the background. Nobody will notice that your are playing tricks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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>Thu, 11 Jun 2015 14:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875400#M1003137</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-11T14:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel column into text object</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875401#M1003138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-column-into-text-object/m-p/875401#M1003138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-11T14:47:19Z</dc:date>
    </item>
  </channel>
</rss>

