Hi Everyone - I have a list of capabilities, and each one can have a value of High, Med, or Low. I'm trying to create a matrix with the capabilities as the columns, and the rows containing all of the possible H,M, L combinations. For example, if I have the following capabilities:
- Business Process Automation
- Data & Analytics
- Enterprise Business Solutions
I would like to create a table that looks something like this:
| Business Process Automation | Data & Analytics | Enterprise Business Solutions |
High | High | High |
| Med | High | High |
| Low | High | High |
| High | Med | High |
Etc...
Does anyone know if this is possible in Alteryx? If so how would I go about creating it?
Thank you in advance for any help you can provide.