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

Crosstable from ODBC or OLE DB source

The crosstable option is not available when loading a table from SQL Server via ODBC or OLE DB.

Why is this ?

What would be a workaround ?

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Crosstable is not part of the wizard, but the functionality works exactly the same way. The following prefix goes before your load statement:

CROSSTABLE ( AttributeName, DataName, <Number of Qualifying Fields> )

You might have to first load from the database and then reload "Resident" if the preceding load doesn't work for some reason...

Ask me about Qlik Sense Expert Class!
bengan74
Contributor III
Contributor III

That helped me a lot! Works like a charm!

Thank you!