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: 
Anonymous
Not applicable

Cartesian product from sql table and excel file

hello,

i need to do a cartesian product from an excel file and from a sql table.

¿could you show me how can it be done or where can i see it how can it be done?

thank you

Labels (1)
1 Reply
effinty2112
Master
Master

Hi Pablo,

To obtain the cartesian product of two table then perform an outer join. If you load your data from SQL into table A then

Outer Join([Table A)

Load

.

.

.

From .....xls

Regards

Andrew