<?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: How to transform variable values from excel into QlikView table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-transform-variable-values-from-excel-into-QlikView-table/m-p/1641201#M447202</link>
    <description>&lt;P&gt;Try SubField function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table:
LOAD Variable,
	 SubField(VarExpression, ',') as VarExpression;
LOAD * INLINE [
    Variable, VarExpression
    vFinPurchaseGood, "101,102,903,904,Z01,Z02,561,912,Z05,Z06"
    vFinAdjustment, "905,906,907"
    vFinTransferOut, "Z03,641"
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 12:33:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-10-30T12:33:16Z</dc:date>
    <item>
      <title>How to transform variable values from excel into QlikView table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-variable-values-from-excel-into-QlikView-table/m-p/1641135#M447196</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Anyone can suggest to me how to transform the list of variable values from excel into the table.&lt;/P&gt;&lt;P&gt;I have defined 2 columns, the variable name(Variable) &amp;amp; variable values(VarExpression).&lt;/P&gt;&lt;P&gt;My initial intention was to load the variable into QlikView , then match the list of values during the where clause.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I failed, this is because some values are in the number &amp;amp; text format.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Variable&lt;/TD&gt;&lt;TD&gt;VarExpression&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinPurchaseGood&lt;/TD&gt;&lt;TD&gt;101,102,903,904,Z01,Z02,561,912,Z05,Z06&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinAdjustment&lt;/TD&gt;&lt;TD&gt;905,906,907&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinTransferOut&lt;/TD&gt;&lt;TD&gt;Z03,641,&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result will look like below:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Variable&lt;/TD&gt;&lt;TD&gt;VarExpression&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinPurchaseGood&lt;/TD&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinPurchaseGood&lt;/TD&gt;&lt;TD&gt;102&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinPurchaseGood&lt;/TD&gt;&lt;TD&gt;903&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinPurchaseGood&lt;/TD&gt;&lt;TD&gt;904&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinPurchaseGood&lt;/TD&gt;&lt;TD&gt;Z01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinAdjustment&lt;/TD&gt;&lt;TD&gt;905&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;vFinTransferOut&lt;/TD&gt;&lt;TD&gt;Z03&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;.......cont.&lt;/P&gt;&lt;P&gt;Any suggestion is highly appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reon&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 10:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-variable-values-from-excel-into-QlikView-table/m-p/1641135#M447196</guid>
      <dc:creator>REON_LEE</dc:creator>
      <dc:date>2019-10-30T10:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform variable values from excel into QlikView table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-variable-values-from-excel-into-QlikView-table/m-p/1641201#M447202</link>
      <description>&lt;P&gt;Try SubField function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table:
LOAD Variable,
	 SubField(VarExpression, ',') as VarExpression;
LOAD * INLINE [
    Variable, VarExpression
    vFinPurchaseGood, "101,102,903,904,Z01,Z02,561,912,Z05,Z06"
    vFinAdjustment, "905,906,907"
    vFinTransferOut, "Z03,641"
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 12:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-variable-values-from-excel-into-QlikView-table/m-p/1641201#M447202</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-30T12:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform variable values from excel into QlikView table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-variable-values-from-excel-into-QlikView-table/m-p/1641278#M447207</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Your suggestion is very useful, Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 14:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-variable-values-from-excel-into-QlikView-table/m-p/1641278#M447207</guid>
      <dc:creator>REON_LEE</dc:creator>
      <dc:date>2019-10-30T14:35:20Z</dc:date>
    </item>
  </channel>
</rss>

