Hi,
I have an existing workflow that I'm using in a tableau dashboard. In tableau I'm color coding a visualization based on the MoM % and YoY % columns found in this workbook. Instead of having tableau calculate these, I thought it would be easier and make my dashboard faster to precalculate the color in Alteryx. To do this, I need to create new columns based on another columns output.
Example: Row level add new column. If MedianListingPrice_MoM_Pct is greater than 1% (or .01), then 'Green'. If less than -1% (-0.01) then 'Red' else 'Grey'. Having that text at the row level in a new column, I can drag to my color shelf in Tableau and select the color desired.
I think I'm over complicating the process due to the current workflow. Where would you add this and how? I have a about 30 of these per row to add.
Thanks!