Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can we create input dependencies in qliksense ?
e.g:
Predecessor Successor
Task1 Task 2
Task2 Task 3
How to pull this data in qlik Viz ?
Use the Organization Chart to visualize hierarchical data like yours see details here:
Notice that it will only display the nodes that you have actually defined. So Task1 never shows up because the way it wants the data is "Name to show" and "Who is my parent". Given your data I used the Successor Name as the Name to Show and the Predecessor as the Parent.
If you want to show all nodes add an additional row in your data for the starting point with no parent
Data2:
Load * Inline [
TaskName, SuccessorName
, Task1
Task1, Task2
Task2, Task3
];
Thanks a lot for the solution.
I have tried something like this . Issue is the no of nodes for me . I have around 10k No of nodes interdependent . I tried with Network graph as well but the data gets really heavy and it can actually create performance issues