Hello everyone,
I am pretty new with Alteryx and I've been going around this problem to prepare my data for a Tableau Dashboard. I have an SQL database as a data source. I have been mostly working with excel files until and I am sure my lack of knowledge with relational databases is making my life harder.
So I have three tables: Project Table(containing information about the project and an ID), Status Update table (the ID of the project, reporting date and several KPI indicators), Project timeline( ID of the project, reporting date, and the different phases of the project). What I need to is to create a view that shows the following fields:
Reporting Date | Project name | Status | Project Start | Phase 1 | Phase 2 | ... | Phase 6 |
My problem here is to somehow transpore the project phases into columns and display the dates according to the project ID and the reporting date.
I have uploaded an excel which represents my database.
Could anyone here help me with how I can solve this problem?
Kind regards,
Mihai
Solved! Go to Solution.
Hello Vishwa,
Thank you so much. Can I ask you what settings you used for CrossTab?
In header select Project phase field and for data select gate planned date and remaining column fields will be selected as grouping columns. You can also open the workflow attached and see all the settings.