Hi Community,
is there a way to get INDEX to work with multi-column select dynamically.
This Works: INDEX(Table,,{3,5,9})
This Throws an Error: INDEX(TABLE,,{COL_A,COL_D,COL_C})
EDIT:
Just an FYI; this also works: INDEX(TABLE,,COL_D)
is there a way to get INDEX to work with multi-column select dynamically.
This Works: INDEX(Table,,{3,5,9})
This Throws an Error: INDEX(TABLE,,{COL_A,COL_D,COL_C})
EDIT:
Just an FYI; this also works: INDEX(TABLE,,COL_D)
Last edited by a moderator: