Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Essevee
Contributor
Contributor

generic load

Hello,

I have an .sql table that looks like the one in attachment.

I want to extract one item from one column to build a new table.

in the example e.g. i want to sum the values of product A, for those contracts who also have a product D with a value above 30. So i would need a separate column or table with product D.

I think I have to do this with generic load, but i did not succeed in writing the right script to do this. 

Thanks!

 

1 Reply
patilamay
Contributor III
Contributor III

Can you not use where clause instead of generic load and create separate tables. 

 

Thanks,