I have a basic table that has columns for each of the 12 months. Each of those columns needs the same 2 column rules applied. Is there a way to do this without setting the 24 rules up individually? This is pretty tedious.
Example is that each column has some data that needs the $ prefix, and some data that needs the % suffix. The column has mixed data so I can't use the Per Column Configuration.
Solved! Go to Solution.
The most productive way is to open the workflow with notepad++ and look for the percents rule
copy the 2 xml blocks of the rules and paste the block of the 2 rules and change the month and do this for every month.
Now you can make a formula by building the xml and replkace the rules xml
follow print example
One way to do this is to remove those columns from the data before the table, then apply the column rules to "Dynamic or Unknown Fields". Then when you re-add the month columns they will all pick up the rules. See attached - if you reselect all the fields in the select tool, they will all get the column rules applied.
Since the suggestion by @geraldo surpasses my capabilities, I tried @Christina_H idea and it does work.