Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
daveesjohn
Contributor II
Contributor II

Best Chart to show connection/link between data

Hi experts

I am planning to create a chart for contact tracing to show the link or connection between one user to multiple users.

Currently I am using Network Chart but the schema not fit to my data.

My data requirement fields are

UserOne        UserTwo       Exposure

488                        748                  2mins

488                        442                  3mins

490                        500                   1min

 

Anyone can suggest the best chart for this type of requirement?

 

Thanks in advance

Labels (2)
3 Replies
Lisa_P
Employee
Employee

Possibly a Sankey chart ?

5cec63f1f2e44e94adfd7bcb2c100be2.png

 

daveesjohn
Contributor II
Contributor II
Author

Thank you Lisa

Can you show the dimension and measures?

Lisa_P
Employee
Employee

This is how I loaded your data:

Data:
Load UserOne,
UserTwo as LinkTo,
Left(Exposure, 1) as ExposureMin;
Load * inline [
UserOne, UserTwo, Exposure
488, 748, 2mins
488, 442, 3mins
490, 500, 1min
];

To get Exposure as a number.

Properties are:

Sankprop.PNG