Dynamic Join columns

@Vineet_Joshi

Option: JoinCol Datacolumn Expression

hava a sample data like
grafik

and an array with the current JoinColumns, which can dynamic created
grafik

then we can dynamicly generate the helper column Expression string:
grafik
grafik

and set it as Expression to the helper column
grafik

As you see in the flow:
grafik

with the help of expression the helper col is filled / populated wthout any loop in one go

before:
grafik

after setting the expression
grafik

with the conversion to string we also handle different datatypes

Option LINQ / ForEach

just fill up the helper col before joining. populating the helper col can also be dynamized

2 Likes