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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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,