I am being asked to recreate a report that:
I can create column rules for each column in the output, but the number of columns (and their names) may change with each running of the report.
I tried putting the Status in between the Transpose and Cross Tab tools, but I did not know what to do with it.
The workflow has a text input with sample data.
Any help would be greatly appreciated!
Solved! Go to Solution.
If the number of columns keeps changing, you might be able to achieve this if you edit the RAW XML with a macro, but this won't be a simple task. Another idea is to have an Excel template that you just overwrite with new data, but the formatting is there already. In Alteryx, it is always recommended to work with your data in rows to avoid situations like this. Columns should be static and records dynamic.
There is a detailed disucussion here on how to highlight cells in Table tool.
And I am sorry I was not able to fully understand the intended format here. so just my guess.
I also have modified your formula since the String Data can not be compared with a Date Format data.
@Darrie8468
I am sorry I think I was mistaken. You have already said in the title.
I get hint from this post and made some modifications.
That is EXACTLY what I needed to move me in the right direction.
Thank you!
@Darrie8468
Thank you for the feedback and glad to be helpful. 😁