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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Mahamed_Qlik
Specialist
Specialist

Crosstable undestanding

Hi team,

Please helpme to understand below script :

CommonTemp:
Load
*;
SQL SELECT 
,[ID]
,[AddressLine1]
,[AddressLine2]
,[City]
,[Contact]

FROM [Pricing].[dbo].[Employee]

 

ProductTranspose:
CrossTable([Attribute],[Attribute Value],2)
Load
*
Resident CommonTemp;

 

 

3 Replies
Mahamed_Qlik
Specialist
Specialist
Author

Hi
Thanks for sharing the link but I need to understand on above given script