0
I have a field on a table with a array
number:
2;3;7;8;9;10;11;15;1
Each of these numbers corresponds to an ID of another table. I need to list the items of this other table according to the array. I’m failing to arrive at a favorable logic.
Some solution?
It was not very clear to me when you say "another table". Is this data in an array, object array? If so, could you use the filter.
– BrTkCa
@Branches this array of numbers is separated with ; same?
– DiegoAugusto
Was any of the answer helpful? Don’t forget to choose one and mark it so it can be used if someone has a similar question!
– Sorack