Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
PBRM
Contributor II
Contributor II

draw a correlation graph

I'm trying to create a correlation graph as in the following example. Values plotted are from diferent systems at a single time. Any suggestions?

 
 

Knipsel.PNG

Labels (1)
1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

Here is how I would replicate your chart.

chart.png

 Create a scatter chart.

Dimensions:  time

Expressions: Sum({<system={A}>}value), Sum({<system={B}>}value)

View solution in original post

3 Replies
Lisa_P
Employee
Employee

Here is how I would replicate your chart.

chart.png

 Create a scatter chart.

Dimensions:  time

Expressions: Sum({<system={A}>}value), Sum({<system={B}>}value)

Brett_Bleess
Former Employee
Former Employee

Perry, did Lisa's suggestion/example help you get what you needed?  If so, do not forget to return to the thread and use the Accept as Solution button on her post to give her credit and let others know that worked.  The only additional thing I can offer is a Design Blog post related to the Scatter Chart Lisa mentioned in case you may be having issues with that:

https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Scatter-Chart/ba-p/1468860

If you are still working on things, leave an update, and we can see if we can come up with anything else.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
PBRM
Contributor II
Contributor II
Author

Hi Brett,

Enthousiastic about the solution, I forgot to post this at the forum.  Solution of Lisa worked perfectly!. Thanks Lisa