Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to create a timeline with Months and Project Names;
Sample Visual:
DATA:
| Proj_name | Months |
| Proj1 | Apr |
| Proj2 | May |
| Proj3 | Apr |
| Proj4 | Jun |
| Proj5 | Dec |
| Proj6 | Apr |
| Proj7 | May |
| Proj8 | Jan |
| Proj9 | Mar |
| Proj10 | Feb |
| Proj11 | Nov |
I need show the above timeline visual on a qlik dashboard, Could you please help? I tried show the information in a Pivot table but i do not have measures to show and same is the issue with a any chart.
Dimension = Months
MEasure
= dual(concat(Distinct Proj_name,' | '), 10)
Thank you Vineeth. I will try this out.