Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In the documentation (https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/Visualizations/Visualizat...)
It's shown how Sankey chart can show one color per dimension. How does one do this?
Thanks
@johnnyjohn
Try using the pick() function, using your example it would look like this
Inside the Node Color tab:
pick(match(Region,'Americas','Pacific','Europe','Asia','Africa'),'Color1','Color2','Color3','Color4','Color5')
- Matheus