Hi, I am not certain if this is possible with Alteryx but it is worth an ask.
I have below data.
| Company Name | Stock Ticker | Note |
| Apple | AAPL | This is a good buy. |
| Google | GOOG | This is a good buy. |
| United Airlines | UAL | This is a risky buy. |
The output I am trying to achieve would put the Note on its own line below each company in its own cell. An example output would be as follows:
| Company Name | Stock Ticker |
| Apple | APPL |
| This is a good buy. | |
| Google | GOOG |
| This is a good buy. | |
| United Airlines | UAL |
| This is a risky buy. | |
This can be done in Access using the report builder functionality that allows you to place specific data elements in a customized order in a report (pdf image attached).
Is this something that can be built out with an Alteryx workflow? Any guidance on this would be most appreciated.
Thank you for your time.