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

Script to Create Temp Table with Document Expressions

Hi All,

I want to know if it is possible to create a script that fetches all the expressions in the document and creates a temp table with these expressions. Not the value, but the actual expression

The table I want to create is exactly the same as the one in in the expression overview tab

Is is possible to do this in script?

Thanks,

Byron

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Rob Wunderlichs' Document Analyzer does this (among other things). But the easiest way is to open the Expression Overview (ctrl+alt+e) and choose export. Then load the created export file into a table.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Rob Wunderlichs' Document Analyzer does this (among other things). But the easiest way is to open the Expression Overview (ctrl+alt+e) and choose export. Then load the created export file into a table.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks Mate!