Hi,
I have a set of data in a format like the below screenshot.
Essentially I need the Region columns transposed to align with the rules. This is done by checking whether the field = TRUE. Any Regions with FALSE or [Null] should be ignored and I do not want to see them in the final data set. I am trying to create a list of rules, along with the regions that they apply to. This will ultimately be used as a reference table.
Equally if a rule has no regions = TRUE, then that rule needs to preferably have a "None" assigned to it, or otherwise be dropped from the final data (Rule 2 is an example of this).
Is this possible?
