<?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 Correlation of data in the data load editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Correlation-of-data-in-the-data-load-editor/m-p/48908#M3309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with the correlation of data in the data load editor.&lt;/P&gt;&lt;P&gt;In the data I have several material numbers. Every material number is related to a plant and a price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes there is more then one plant related to a material number. Then the price differs also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm loading the data from two different sources. In the first file I have the material numbers, the plant and some other information.&lt;/P&gt;&lt;P&gt;In the second file I also have the material numbers, the plant and the price. I'm loading the plant from the second file as Plant.File2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to analyze the data. I have a table with the dimensions plant, material number and price. &lt;/P&gt;&lt;P&gt;Qlik Sense shows me then for every combination of the plants from the both files a price. I only want Qlik Sense to show me the price when the plant from the first file and the plant from the second file are equal.&lt;/P&gt;&lt;P&gt;In the app I can enable this with the formula &lt;EM style="color: #0000ff;"&gt;if(Plant = Plant.File2, Price)&lt;/EM&gt;&lt;SPAN style="color: #000000;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea how I can implement this functionality also in the data load editor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Valentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2018 11:35:20 GMT</pubDate>
    <dc:creator>v_n</dc:creator>
    <dc:date>2018-05-17T11:35:20Z</dc:date>
    <item>
      <title>Correlation of data in the data load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Correlation-of-data-in-the-data-load-editor/m-p/48908#M3309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with the correlation of data in the data load editor.&lt;/P&gt;&lt;P&gt;In the data I have several material numbers. Every material number is related to a plant and a price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes there is more then one plant related to a material number. Then the price differs also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm loading the data from two different sources. In the first file I have the material numbers, the plant and some other information.&lt;/P&gt;&lt;P&gt;In the second file I also have the material numbers, the plant and the price. I'm loading the plant from the second file as Plant.File2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to analyze the data. I have a table with the dimensions plant, material number and price. &lt;/P&gt;&lt;P&gt;Qlik Sense shows me then for every combination of the plants from the both files a price. I only want Qlik Sense to show me the price when the plant from the first file and the plant from the second file are equal.&lt;/P&gt;&lt;P&gt;In the app I can enable this with the formula &lt;EM style="color: #0000ff;"&gt;if(Plant = Plant.File2, Price)&lt;/EM&gt;&lt;SPAN style="color: #000000;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea how I can implement this functionality also in the data load editor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Valentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 11:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correlation-of-data-in-the-data-load-editor/m-p/48908#M3309</guid>
      <dc:creator>v_n</dc:creator>
      <dc:date>2018-05-17T11:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation of data in the data load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Correlation-of-data-in-the-data-load-editor/m-p/48909#M3310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a correct relation between the data in your model; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either by creating composite keys &lt;A href="https://community.qlik.com/thread/112891"&gt;how to create composite key&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or maybe by some further modelling (join) &lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in more complex models, you may need link tables as well (google is your friend for this great topic) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 17:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correlation-of-data-in-the-data-load-editor/m-p/48909#M3310</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2018-05-17T17:23:15Z</dc:date>
    </item>
  </channel>
</rss>

