Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Correlation Analysis on two columns of a Pivot Chart

I need help in figuring out a way to do a correlation analysis on two columns of a Pivot Chart.

I have following two dimensions in my dataset

1. Trade Date

2. Exchange ( this has values like NYSE, NASDAQ, CME, etc)

and the Measure is

1. Trade Value ( numeric)

Question -

I created a Pivot chart on the above mention dataset. It looks something like below.

Is there an easy way to perform a correlation analysis on two columns of a Pivot Chart???

I want to perform Correl(NYSE, NASDAQ). These two columns are field values of the Dimension - Exchange.

Trade DateNYSENASDAQ

1/1/2014

32
1/2/2014416
1/3/2014515
1/4/2014126
1/5/2014914
13 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Have a look at the document given on below link. That will help.

Understanding Correlation Analysis and how to apply to Qlikview.docx

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
awhitfield
Partner - Champion
Partner - Champion

Hi,

check out this link:

https://community.qlik.com/docs/DOC-7855

Andy

awhitfield
Partner - Champion
Partner - Champion

You just beat me to it!

sunny_talwar

This?

Capture.PNG

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Haha,

Doesnt matter who beats whom. What matters is that Vaibhav gets the help he is seeking for.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

This works only if you have two measures.

My issue is that I need correlation on same measure but on difference values of the dimension, aggregated by Trade date.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Then you should use the Generic load in script to create a separate field for each value of your dimension.

Help in Generic load.

https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/31/generic

Sample Generic Load Script

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

I have 100 Million + rows

Not sure if my laptop can handle two similar version of such a huge data at the same time.

sunny_talwar

Perform the Correl in the script? Does it have to change based on selections? I don't see another way to do correlation unless I have not been exposed to it .

Also, is the output what you want or no?