Hi Everyone!
I have created a very complicated (for me) Alteryx workflow that takes some data and creates a dynamic pivoted table that I am wanting to email out. This table creates it's columns each times it runs based on week ending dates. So the columns will never be the same except for the user name and director.
I found int he layout where I could create some rules on columns if I know their names... which I don't... Is there a way I can dynamically have these rules applied to any columns that aren't name or director?
My table looks like this:
Director Name 3/2/19 3/9/19 3/16/19
Billy Joe X X
Jim Jill X 19
Jane Jack 2
I want to increase the font sizes, I also want to see about creating a conditional filter, so if the field doesn't have an "X" in it I want it to be colored in.
Any ideas?