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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register 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??

1 Solution

Accepted Solutions
rbecher
MVP
MVP

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
MVP
MVP

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
MVP
MVP

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