Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
v_n
Contributor II
Contributor II

Correlation of data in the data load editor

Hello everybody,

I have a problem with the correlation of data in the data load editor.

In the data I have several material numbers. Every material number is related to a plant and a price.

Sometimes there is more then one plant related to a material number. Then the price differs also.

I'm loading the data from two different sources. In the first file I have the material numbers, the plant and some other information.

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.

Now I want to analyze the data. I have a table with the dimensions plant, material number and price.

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.

In the app I can enable this with the formula if(Plant = Plant.File2, Price).

Do you have an idea how I can implement this functionality also in the data load editor?

Thank you in advance!

Best Regards,

Valentin

1 Reply
mikaelsc
Specialist
Specialist

create a correct relation between the data in your model;

either by creating composite keys how to create composite key

or maybe by some further modelling (join) Understanding Join, Keep and Concatenate

in more complex models, you may need link tables as well (google is your friend for this great topic)