Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everbody,
i have the following problem:
My data is sorted into different orders which contain various binary attributes.
I want to display the data in a graphic which shows the corrleations of single attributes to other single attributes.
The size of the Bubble should be a measurement for correlation. The problem is, that i have the same axe in one diagram twice.
I tried it with the Matrixdiagram and the Pointdiagram.
The Problem of the Pointdiagram is that its axes are formulas and I am not able to categorize to the specific attributes.
The Pointdiagram looks pretty fine, but im not able to insert the same dimension twice.
It would be very nice if you can give me any hints or tipps or just the side of the manual
Down is displayed the logic for the correlation:
Sodele,
=if(SACode<>SACode5,
count(aggr(NODISTINCT if(ProdNummer=%ProdNummer5,1),ProdNummer,%ProdNummer5)) / count(ProdNummer)
)
Thank you very much for your fast answers Stefan 😃