Hello,
I am trying to dynamically select columns of which the first 2 digits match the value of another column in a neat way.
In the example if the code is 03, then select the default columns Name and tbd. Where the code equals 04, select: name, tbd and columns starting with 04.
The render report in the attached workflow illustrate what I don't want (too many columns in the final table) and too many filters to reach the result). Mulltiple filters are the only way I could think of so far but it is not a neat solution as I need many reports from that data.