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

Transposing SQL fields, is it possible?

Hey guys, I have one field that I need it to be transposed, and it's a SQL from a database ODBC... Is it possible? How do I do that??

Labels (1)
1 Solution

Accepted Solutions
rbecher
Partner - Master III
Partner - Master III

I posted the Generic Load here: http://community.qlik.com/message/389245#389245

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine

View solution in original post

5 Replies
Not applicable
Author

Hi Julio,

Use the cross table syntex in Qlikview script, if you wanna do it in Qlikview script

crosstable (attribute field name, data field name [ , n ] ) ( loadstatement | selectstatement )

Hope this helps,

Anosh

rbecher
Partner - Master III
Partner - Master III

Hi Julio,

I rather think you will need a generic load instead of crosstable. If you upload an example I can show a script snipped how to do.

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

Hey Ralf, I would like to do here Problem with map and getting the latitude/longitude

try to transpose "meta_key" e "meta_value", will that work, perhaps, to solve my problem???

rbecher
Partner - Master III
Partner - Master III

I posted the Generic Load here: http://community.qlik.com/message/389245#389245

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

I am closing this thread