Hello guys, I really got stuck with this stuff, and I want to know if it's possible to merge two resident tables to get the following result :
I have an inline data which shows lines of scheme accounts.
I need to separate the accounts of type 'F'. --> I've done it
And after that I need to split the separators '/' and '+'. --> I've done it.
I got stuck with this table (which shows ranks of numbers) :
I need to show the numbers from the minimum rank number to the last rank number.
I need to pick the "N_Fila" values from the "OriginTable" because in there I have all the possible values, and compare it with the "min" value and the "max" value of my table.
For example : I now that inside the rank "20..60" there is 20,30,40,50,60 because these numbers are in the original list.
I was thinking about some king of crossing two resident tables, but I'm completely lost.