Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am using the D3 inspired Sankey extension for Qlikview (https://github.com/brianwmunz/d3sankey-QV11)
I am able to get the sankey diagram to work, however I am seeing an issue with node replication. Below is an example of the issue I am facing.
As you can see, there are two nodes for Home -> Wallet. Ideally, all the Home -> Wallet records should go to the same node, with a smaller subset flowing to Register Wallet. Is this an issue with the Extension, or perhaps how I formatted the data? I have included the sample data file used to highlight the issue.
Thanks for your help!
Hi Adam,
My requirement is to show Successor and Predecessor for a Process. We have around 800 processes (jobs) which start after successful completion of Successor jobs and then Predecessor jobs start.
We have a straight table which display the list of Processes run in a day.
Process Name | Start Date | End Date |
P1 | 4/9/18 12:10 PM | 4/9/18 12:12 PM |
P2 | 4/9/18 12:30 PM | 4/9/18 1:30 PM |
P3 | 4/9/18 2:30 PM | 4/9/18 2:35 PM |
The requirement is when to click on a process Sankey diagram should come up with the selected process as Process and its Successor and Predecessor
Could you please provide some help on this, any suggestions. Can i use your extension to add three nodes, when I double click the node it should become the middle node and its respective predecessor and successor shuld displau
hi,
Sorry I’ve been working on other things and haven’t looked at this in a while.
I’ll try and get to it at some point.
Thanks for reply, Adam. Is it possible to when i click on any node, it should its data both ways? Right now when we click on any node it becomes the parent and don't show links where it is a child. Do you think it will be a lot to modify, at least tell me which section i should focus to make this change?
For example, the link between A->C is not shown when clicking on C.