<?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: converting table in required format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1643545#M447364</link>
    <description>&lt;P&gt;Try using&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Sample-Generic-Load-Script/ta-p/1477741" target="_self"&gt;Generic Reload&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 07:27:44 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2019-11-06T07:27:44Z</dc:date>
    <item>
      <title>converting table in required format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1643525#M447362</link>
      <description>&lt;P&gt;i have following table:&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ISSUE_ID&lt;/TD&gt;&lt;TD&gt;CUSTOM_FIELD_NAME&lt;/TD&gt;&lt;TD&gt;STRINGVALUE&lt;/TD&gt;&lt;TD&gt;NUMBERVALUE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7553531&lt;/TD&gt;&lt;TD&gt;Time in Status&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7553531&lt;/TD&gt;&lt;TD&gt;Severity&lt;/TD&gt;&lt;TD&gt;Blocker&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7553531&lt;/TD&gt;&lt;TD&gt;Actual Time Worked (Hours)&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7553532&lt;/TD&gt;&lt;TD&gt;Time in Status&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7553532&lt;/TD&gt;&lt;TD&gt;Severity&lt;/TD&gt;&lt;TD&gt;Blocker&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7553532&lt;/TD&gt;&lt;TD&gt;Actual Time Worked (Hours)&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to load the data into following format:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ISSUE_ID&lt;/TD&gt;&lt;TD&gt;Time in Status_STRINGVALUE&lt;/TD&gt;&lt;TD&gt;Time in Status__NUMBERVALUE&lt;/TD&gt;&lt;TD&gt;Severity_STRINGVALUE&lt;/TD&gt;&lt;TD&gt;Severity_NUMBERVALUE&lt;/TD&gt;&lt;TD&gt;Actual Time Worked (Hours)_STRINGVALUE&lt;/TD&gt;&lt;TD&gt;Actual Time Worked (Hours)_NUMBERVALUE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7553531&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Blocker&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7553532&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Blocker&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;(null)&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 06 Nov 2019 06:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1643525#M447362</guid>
      <dc:creator>kapil_rthr</dc:creator>
      <dc:date>2019-11-06T06:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: converting table in required format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1643545#M447364</link>
      <description>&lt;P&gt;Try using&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Sample-Generic-Load-Script/ta-p/1477741" target="_self"&gt;Generic Reload&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 07:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1643545#M447364</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-11-06T07:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: converting table in required format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1643547#M447365</link>
      <description>&lt;P&gt;Try using generic load:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MC.PNG" style="width: 991px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22980iD22306289D1D35CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="MC.PNG" alt="MC.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Refer qvw attached as reference.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 07:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1643547#M447365</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-11-06T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: converting table in required format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1645865#M447516</link>
      <description>&lt;P&gt;Kapil, did Arthur's example app get you what you needed on this one?&amp;nbsp; If so, please be sure to give him credit for the help by using the Accept as Solution button on his post if it did.&amp;nbsp; If you are still working on things, please leave an update.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 13:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-table-in-required-format/m-p/1645865#M447516</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-12T13:27:17Z</dc:date>
    </item>
  </channel>
</rss>

