In this scenario, the source data has some attributes with names following a common pattern. e.g. test (a), test (b), test (c), etc.
We want to use all of these attributes on the left side of some test clause (in TestFilter). Instead of manually selecting every attribute, is it possible to use a formula to represent test (a), test (b), test (c)? We do have an attribute "name", whose values are a, b, c, etc. Also, the right side of the test clause can be set with the same expression, for all of these attributes.
Any suggestions would be much appreciated!