Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

App Development

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!

Who Me Too'd this solution

brunobertels
Master
Master

Bonjour 

Pour çà il te faut faire un produit cartesien de tes deux tables avec left join 

comme çà : 

CLASSE_PRODUIT :
Load * Inline [
CLASSE_PRODUITS
A
B
C
D
]
;

CLIENTS :
left join (CLASSE_PRODUIT)
Load * Inline [
ID
1
2
3
]
;

 

çà te donnera çà  : 

brunobertels_0-1661764782780.png

 

View solution in original post

Who Me Too'd this solution