<?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: Creating new Fields from existing ones. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973347#M80296</link>
    <description>&lt;P&gt;In your data how do you identify that Piston(0.1.1) is a child of Engine(0.1) and not a child of&amp;nbsp; Seats(0.1) because both Engine and Seat has got level 0.1?&lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2022 01:54:37 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2022-08-26T01:54:37Z</dc:date>
    <item>
      <title>Creating new Fields from existing ones.</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973335#M80294</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I have a table like this:&lt;/P&gt;
&lt;TABLE border="1" width="62.83356293880144%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Material&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Component&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;level&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;position&lt;/TD&gt;
&lt;TD width="6.163021868787276%" height="27px"&gt;qty&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Car&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Car&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;0&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;1&lt;/TD&gt;
&lt;TD width="6.163021868787276%" height="27px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Car&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Engine&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;0.1&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;1&lt;/TD&gt;
&lt;TD width="6.163021868787276%" height="27px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Car&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Seats&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;0.1&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;2&lt;/TD&gt;
&lt;TD width="6.163021868787276%" height="27px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Car&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Structure&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;0.1&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;3&lt;/TD&gt;
&lt;TD width="6.163021868787276%" height="27px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Car&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Piston&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;0.1.1&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;1&lt;/TD&gt;
&lt;TD width="6.163021868787276%" height="27px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Car&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Alternator&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;0.1.1&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;2&lt;/TD&gt;
&lt;TD width="6.163021868787276%" height="27px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="27px"&gt;Car&lt;/TD&gt;
&lt;TD height="27px"&gt;Valves&lt;/TD&gt;
&lt;TD height="27px"&gt;0.1.1&lt;/TD&gt;
&lt;TD height="27px"&gt;3&lt;/TD&gt;
&lt;TD height="27px"&gt;8&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="27px"&gt;Car&lt;/TD&gt;
&lt;TD height="27px"&gt;Seat Structure&lt;/TD&gt;
&lt;TD height="27px"&gt;0.1.2&lt;/TD&gt;
&lt;TD height="27px"&gt;1&lt;/TD&gt;
&lt;TD height="27px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="27px"&gt;Car&lt;/TD&gt;
&lt;TD height="27px"&gt;Cushion&lt;/TD&gt;
&lt;TD height="27px"&gt;0.1.2&lt;/TD&gt;
&lt;TD height="27px"&gt;2&lt;/TD&gt;
&lt;TD height="27px"&gt;500&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="27px"&gt;Car&lt;/TD&gt;
&lt;TD height="27px"&gt;Cottom&lt;/TD&gt;
&lt;TD height="27px"&gt;0.1.2.2&lt;/TD&gt;
&lt;TD height="27px"&gt;1&lt;/TD&gt;
&lt;TD height="27px"&gt;400&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="27px"&gt;Car&lt;/TD&gt;
&lt;TD height="27px"&gt;Plastic&lt;/TD&gt;
&lt;TD height="27px"&gt;0.1.2.2&lt;/TD&gt;
&lt;TD height="27px"&gt;2&lt;/TD&gt;
&lt;TD height="27px"&gt;100&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Explanation&lt;/STRONG&gt;: This table shows all the parts I need to make 1 car and the components that I need to make these parts. And further, the material I need to make these components.&lt;/P&gt;
&lt;P&gt;To make 1 car, I need: 1 Engine, 4 Seats and 1 Structure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make 1 Engine, I need: 1 Piston,&amp;nbsp; 1 Alternator, and 8 valves.&lt;/P&gt;
&lt;P&gt;To make 1 Seat, I need: 1 Seat Structure and 500g of Cushion.&lt;/P&gt;
&lt;P&gt;To make 1 Cushion, I need: 400g of Cottom and 100g of Plastic.&lt;/P&gt;
&lt;P&gt;P.S. I left the table 'incomplete' to better reflect my real data. I have different level steps for different Materials, in this case, the further we go is 4 levels down: Car - Seat - Cushion - Cottom/Plastic. But mind that for other materials I can go up to 14 levels down with multiple steps down the way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "level" field is a pathway to understanding at which level we are, and to understanding what material is composed by that component.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;What I need to do&lt;/STRONG&gt;&lt;/FONT&gt; is to be able to navigate through this levels, in a drop-down dimension. I need a bar chart in which the user can select "Car" among other materials and the chart would filter down to the first level, that is: Engine, Seats, Structure. Than the user could select one of the parts, if the user select Seat, it would filter down to Cushion and Seat Structure, and so on. The Measure would be the qty field.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;My problem is that&lt;/STRONG&gt;&lt;/FONT&gt; I can't use the same field in multiple levels of the drop-down master dimension, as any filter applied to it would be referencing itself.&lt;/P&gt;
&lt;P&gt;Any solution for this problem would be appreciated it, either on the load script, maybe exploding each level in a new field, or by set analysis. My dataset is very large, so maybe a set analysis approach would be more efficient.&lt;/P&gt;
&lt;P&gt;I've tried using the len(level) as the dropdown rule, but couldnt get the result I need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 01:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973335#M80294</guid>
      <dc:creator>gitguto</dc:creator>
      <dc:date>2022-08-26T01:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new Fields from existing ones.</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973347#M80296</link>
      <description>&lt;P&gt;In your data how do you identify that Piston(0.1.1) is a child of Engine(0.1) and not a child of&amp;nbsp; Seats(0.1) because both Engine and Seat has got level 0.1?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 01:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973347#M80296</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-26T01:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new Fields from existing ones.</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973352#M80297</link>
      <description>&lt;P&gt;The level field is composed by the last level&amp;amp;position&lt;/P&gt;
&lt;P&gt;So the last '1'&amp;nbsp; refers to the position inside the level 0.1.&lt;/P&gt;
&lt;P&gt;So:&lt;BR /&gt;0 = Car (only item in the level, position = 1)&lt;/P&gt;
&lt;P&gt;0.1 = refers to all materials that are part of the level 0, position 1&lt;/P&gt;
&lt;P&gt;0.1.1 = refers to all materials that are part of level 0.1, position 1.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Piston(&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;0.1&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;STRONG&gt;&lt;FONT color="#33CCCC"&gt;1&lt;FONT color="#000000"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="53.16778640274254%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Component&lt;/TD&gt;
&lt;TD&gt;Level&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#000000"&gt;Position&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Engine&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;0.1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;&lt;STRONG&gt;&lt;FONT color="#00CCFF"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Seats&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;0.1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;&lt;FONT color="#333333"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;Structure&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="27px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;0.1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="12.326043737574553%" height="27px"&gt;&lt;FONT color="#FFCC00"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 26 Aug 2022 02:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973352#M80297</guid>
      <dc:creator>gitguto</dc:creator>
      <dc:date>2022-08-26T02:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new Fields from existing ones.</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973353#M80298</link>
      <description>&lt;P&gt;I was able to create new columns with the levels with something like this in the load script:&lt;BR /&gt;&lt;BR /&gt;if(len(level) = 1, matnr_act, '') as First,&lt;BR /&gt;if(len(level) = 3, matnr_act, '') as Second,&lt;BR /&gt;if(len(level) = 5, matnr_act, '') as Third,&lt;BR /&gt;if(len(level) = 7, matnr_act, '') as Forth&lt;/P&gt;
&lt;P&gt;This generated the following table, but &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;WITHOUT THE VALUES IN RED. &lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;Because the script is not able to find the relationship between level and position.&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE width="970"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Material&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Component&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;level&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;position&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;qty&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;len(level)&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;First&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;Second&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;Third&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;Forth&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Engine&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;Engine&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Seats&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;4&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;Seats&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Structure&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;Structure&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Piston&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1.1&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;5&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Engine&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;Piston&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Alternator&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1.1&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;5&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Engine&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;Alternator&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Valves&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1.1&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;8&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;5&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Engine&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;Valves&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="47px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="47px"&gt;Seat Structure&lt;/TD&gt;
&lt;TD width="96.8594px" height="47px"&gt;0.1.2&lt;/TD&gt;
&lt;TD width="96.875px" height="47px"&gt;1&lt;/TD&gt;
&lt;TD width="96.8125px" height="47px"&gt;1&lt;/TD&gt;
&lt;TD width="96.9219px" height="47px"&gt;5&lt;/TD&gt;
&lt;TD width="96.8125px" height="47px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="47px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Seats&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="96.9375px" height="47px"&gt;Seat Structure&lt;/TD&gt;
&lt;TD width="97.0156px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Cushion&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1.2&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;500&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;5&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Seats&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;Cushion&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Cottom&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1.2.2&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;400&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;7&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Seats&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Cushion&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;Cottom&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="96.875px" height="25px"&gt;Car&lt;/TD&gt;
&lt;TD width="96.9688px" height="25px"&gt;Plastic&lt;/TD&gt;
&lt;TD width="96.8594px" height="25px"&gt;0.1.2.2&lt;/TD&gt;
&lt;TD width="96.875px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;7&lt;/TD&gt;
&lt;TD width="96.8125px" height="25px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Car&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="96.9219px" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Seats&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="96.9375px" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Cushion&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="97.0156px" height="25px"&gt;Plastic&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I could complete the table with the values in red, this would solve my problem.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 02:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1973353#M80298</guid>
      <dc:creator>gitguto</dc:creator>
      <dc:date>2022-08-26T02:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new Fields from existing ones.</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1976434#M80540</link>
      <description>&lt;P&gt;This appears to be a typical hierarchy scenario. You need to transform your data into child-parent relationships and run it through a Hierarchy-LOAD.&lt;/P&gt;
&lt;P&gt;Example data:&lt;/P&gt;
&lt;TABLE border="1" width="95.61495426580834%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;Component&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;ChildID&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;ParentID&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;Car&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;Engine&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;11&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;Seats&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;12&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;Structure&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;13&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;Piston&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;111&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Alternator&lt;/TD&gt;
&lt;TD&gt;112&lt;/TD&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Valves&lt;/TD&gt;
&lt;TD&gt;113&lt;/TD&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Seat Structure&lt;/TD&gt;
&lt;TD&gt;121&lt;/TD&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Cushion&lt;/TD&gt;
&lt;TD&gt;122&lt;/TD&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Cottom&lt;/TD&gt;
&lt;TD&gt;1221&lt;/TD&gt;
&lt;TD&gt;122&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Plastic&lt;/TD&gt;
&lt;TD&gt;1222&lt;/TD&gt;
&lt;TD&gt;122&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 02 Sep 2022 14:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1976434#M80540</guid>
      <dc:creator>oskartoivonen</dc:creator>
      <dc:date>2022-09-02T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new Fields from existing ones.</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1976573#M80561</link>
      <description>&lt;P&gt;Thank you very much! Hierarchy load was exactly what I needed. I didn't know it existed.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/DataSource/hierarchies.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/DataSource/hierarchies.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 22:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-Fields-from-existing-ones/m-p/1976573#M80561</guid>
      <dc:creator>gitguto</dc:creator>
      <dc:date>2022-09-02T22:17:43Z</dc:date>
    </item>
  </channel>
</rss>

