<?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 create a new table in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/create-a-new-table-in-load-script/m-p/1508894#M600334</link>
    <description>&lt;P&gt;I have data loaded in with fields,&lt;/P&gt;&lt;P&gt;id, workflow, score, Reference&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Each ID is unique&lt;/LI&gt;&lt;LI&gt;There are 3 possible workflows (wf1, wf2, wf3)&lt;/LI&gt;&lt;LI&gt;Each Reference may have 1, 2 or 3 of the workflows present and represents a single person giving scores at each touchpoint&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I create a new table in the load that gives me;&lt;/P&gt;&lt;P&gt;Reference, wf1_score,&amp;nbsp;&lt;SPAN&gt;wf2_score,&amp;nbsp;wf3_score&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tried&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&lt;BR /&gt;Reference,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(workflow='wf1', score) as wf1_score etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but this doesnt seem to be working. Is there a better way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:12:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T05:12:19Z</dc:date>
    <item>
      <title>create a new table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-new-table-in-load-script/m-p/1508894#M600334</link>
      <description>&lt;P&gt;I have data loaded in with fields,&lt;/P&gt;&lt;P&gt;id, workflow, score, Reference&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Each ID is unique&lt;/LI&gt;&lt;LI&gt;There are 3 possible workflows (wf1, wf2, wf3)&lt;/LI&gt;&lt;LI&gt;Each Reference may have 1, 2 or 3 of the workflows present and represents a single person giving scores at each touchpoint&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I create a new table in the load that gives me;&lt;/P&gt;&lt;P&gt;Reference, wf1_score,&amp;nbsp;&lt;SPAN&gt;wf2_score,&amp;nbsp;wf3_score&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tried&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&lt;BR /&gt;Reference,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(workflow='wf1', score) as wf1_score etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but this doesnt seem to be working. Is there a better way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-new-table-in-load-script/m-p/1508894#M600334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: create a new table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-new-table-in-load-script/m-p/1508898#M600335</link>
      <description>&lt;P&gt;Hi, try this may be it works&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(workflow='wf1', workflow)&amp;nbsp; &amp;amp; '_' &amp;amp; score as wf1_score etc&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-new-table-in-load-script/m-p/1508898#M600335</guid>
      <dc:creator>sasis551</dc:creator>
      <dc:date>2018-11-19T10:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: create a new table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-new-table-in-load-script/m-p/1509015#M600336</link>
      <description>Would you be able to share some data to explain as to what you have and what you want to get from it?</description>
      <pubDate>Mon, 19 Nov 2018 12:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-new-table-in-load-script/m-p/1509015#M600336</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-19T12:19:00Z</dc:date>
    </item>
  </channel>
</rss>

