Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Community Detection

Hey everybody,

Is there a Qlik way how to detect groups within a set of data? Let's say you have 100 people working on different projects. How can I visualize who works together on which task?

Thanks a lot!

15 Replies
MarcoWedel

Hi,

hope this helps:

QlikCommunity_Thread_212550_Pic3.JPG

regards

Marco

Not applicable
Author

Hi Marco,

I do not have this template since I am using QlikSense, but if I uae the formula as key figure in my pivot table, it would say that I inserted the wrong fieldname.

Regards

MarcoWedel

try to substitute with your actual fieldname.

regards

Marco

Not applicable
Author

I of course did. 😉

Is there a certain way how the data has to be provided in order to be able to use that formula?

Not applicable
Author

Found it myself: x instead of 'x' (that was easy 🙂 )

How did you sort the table accordingly? With a formula?

MarcoWedel

Hi,

I used sorting expressions like this:

SubStringCount(Left(ProjMembPermut,Index('/'&ProjMembPermut&'/','/'&ProjectMemberID&'/')),'/')

SubStringCount(Left(ProjPermut,Index('/'&ProjPermut&'/','/'&ProjectID&'/')),'/')

Please find attached a Sense example.

QlikCommunity_Thread_212550_Pic4.JPG

QlikCommunity_Thread_212550_Pic5.JPG

hope this helps

regards

Marco