Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exporting Dimension and Expressions from Charts

I have a chart with 2 dimensions and 25 expressions.  I want to export the expressions out so I can write a document on each of the expressions.  There are 25 formula's that I dont want to copy and paste if I dont have to.  Any thoughts.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Check out the Document analyzer.

It will help you effectively in creating a document for all your needs.

Downloads - Rob Wunderlich Qlikview Consulting

Regards

Nitin

View solution in original post

3 Replies
maxgro
MVP
MVP

Perhaps this?

Ctrl + Alt + E will show you all the expressions and export too

Not applicable
Author

Hi David,

You want export the all variable try this script,

LOAD

          '$(Var1)' as Variable1,

          '$(Var2)' as Variable2,

          '$(Var3)' as Variable3,

          .

          .

         '$(VarN)' as VariableN,             

AutoGenerate(1);

And Store the text pad,

STORE into <You Path Name>\Varlist.txt (txt);

Otherwise,

  1. 1. Create one Input Box
  2. 2. Click Add all to list all variables
  3. 3. Send to Excel

You Export all expressions,

  Settings -> Expression Overview( or press Shift+Ctrl+V) ,now you are export anywhere,


ExportExP.bmp

Anonymous
Not applicable
Author

Check out the Document analyzer.

It will help you effectively in creating a document for all your needs.

Downloads - Rob Wunderlich Qlikview Consulting

Regards

Nitin