Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: 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