I need to compare values in columns to a column that contains a performance requirement. The requirement will be different in each row and the column headers (Val1, Val2, Val3) are dates so they will be relatively random. Is this possible in simple xml? If not, does anyone have a non simple xml solution?
Example
KPI Requirement Val1 Val2 Val3
KPI1 2 1.5 2.2 1.9
KPI2 3 2.5 3.2 2.6
KPI1 Val1 and Val3 would be green, Val2 would be red, etc.
↧