<?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 Rename Column with entity value during generic load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144658#M1224951</link>
    <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to rename Status according to the actual Actions value. Each generic table will eventually need its own Status depending on the Action. But it wont accept what I tried to do.. nor could i find the propper syntax.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Master:&lt;BR /&gt;generic load&lt;BR /&gt;left("WBS Element",17),Status as S &amp;amp; $FieldName("Oper./Act."),"Oper./Act.", "Latest finish"&lt;BR /&gt;Resident StatusTable&lt;BR /&gt;where right("WBS Element",3) = '142'&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;// "Status", // as S &amp;amp; ["Oper./Act."],&lt;BR /&gt;// "Status", // as 'S' &amp;amp; ["Oper./Act."],&lt;BR /&gt;// "Status", // as S &amp;amp; "Oper./Act.",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 08:05:31 GMT</pubDate>
    <dc:creator>TimoHart</dc:creator>
    <dc:date>2023-12-06T08:05:31Z</dc:date>
    <item>
      <title>Rename Column with entity value during generic load</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144658#M1224951</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to rename Status according to the actual Actions value. Each generic table will eventually need its own Status depending on the Action. But it wont accept what I tried to do.. nor could i find the propper syntax.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Master:&lt;BR /&gt;generic load&lt;BR /&gt;left("WBS Element",17),Status as S &amp;amp; $FieldName("Oper./Act."),"Oper./Act.", "Latest finish"&lt;BR /&gt;Resident StatusTable&lt;BR /&gt;where right("WBS Element",3) = '142'&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;// "Status", // as S &amp;amp; ["Oper./Act."],&lt;BR /&gt;// "Status", // as 'S' &amp;amp; ["Oper./Act."],&lt;BR /&gt;// "Status", // as S &amp;amp; "Oper./Act.",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 08:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144658#M1224951</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-06T08:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rename Column with entity value during generic load</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144756#M1224955</link>
      <description>&lt;P&gt;The syntax is wrong - on the field-values as well as by the field-name. Further the field-name couldn't be the result of a calculation else must be an existing field within the source.&lt;/P&gt;
&lt;P&gt;A crosstable-load and also the counter-part of the generic-load are not normal loads else for the usage simplified load-prefixes which trigger a lot of quite heavy transformations within multiple loops. This limits the possibilities to integrate further transformations within it. As a general rule - don't try to apply any further transformation on them else performing it a step before and/or afterwards.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 11:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144756#M1224955</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-12-06T11:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rename Column with entity value during generic load</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144821#M1224958</link>
      <description>&lt;P&gt;Well thank you very much Marcus. I would like to do this before or after. The generic load seems mandatory for me to get the required transformation. I am&amp;nbsp; simply to new to the basics I guess so I have no idea on how to do it .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added 3 screenshorts . Possibly there is a simple hint in the right direction possible ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 13:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144821#M1224958</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-06T13:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rename Column with entity value during generic load</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144846#M1224960</link>
      <description>&lt;P&gt;It seems that you tries to transform the "normal" status-table per generic load into a crosstable-structure like the TO# V## table. Doing the opposite and applying &lt;A href="https://community.qlik.com/t5/Design/The-Crosstable-Load/ba-p/1468083" target="_blank"&gt;The Crosstable Load - Qlik Community - 1468083&lt;/A&gt;&amp;nbsp;to resolve the multiple dates/status in a normal data-structure would be much easier and more expedient.&lt;/P&gt;
&lt;P&gt;Many things should be already possible possible just by associating both tables per order-key but it might be beneficial to merge some or all information from one side to the other side - maybe per mapping against the order-key.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 13:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144846#M1224960</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-12-06T13:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rename Column with entity value during generic load</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144939#M1224964</link>
      <description>&lt;P&gt;In a Generic load, the final fieldname comes from the contents of the field, not the "as" clause. Also you need a key field like "Project" as your first field.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Master:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Generic Load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Project,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; left("WBS Element",17) &amp;amp;&amp;nbsp;"Oper./Act.",&lt;BR /&gt;&amp;nbsp; "Latest finish"&lt;BR /&gt;&lt;/SPAN&gt;Resident StatusTable;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://qlikviewcookbook.com/2010/05/use-cases-for-generic-load/" target="_blank"&gt;https://qlikviewcookbook.com/2010/05/use-cases-for-generic-load/&lt;/A&gt;&amp;nbsp;for similar examples.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 16:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-Column-with-entity-value-during-generic-load/m-p/2144939#M1224964</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-06T16:31:48Z</dc:date>
    </item>
  </channel>
</rss>

