Forum Discussion

ddpl's avatar
ddpl
Icon for Solution Sage rankSolution Sage
2 years ago

Filter nested table by nested list...???

I have 2 tables d:   up:   in d Table 1) Split by comma and get list : Text.Split([d], ",") 2) Join whole 'up' Table at each row : each up 3) Filter up[up] column to each item ins...