Hello all
I need to do a "is one of" comparison in the select expert but I am dealing with 12000 records.
I am aware of
{ORG.NAME} in ["here is my string","here is my 2string" ]
but with my large list this is a lot of work, plus the array limit is 1000 items.
Is there a way to achieve the same but input the list of value from a external file?
something like:
{ORG.NAME} in c:\myfile.txt
Thanks
I need to do a "is one of" comparison in the select expert but I am dealing with 12000 records.
I am aware of
{ORG.NAME} in ["here is my string","here is my 2string" ]
but with my large list this is a lot of work, plus the array limit is 1000 items.
Is there a way to achieve the same but input the list of value from a external file?
something like:
{ORG.NAME} in c:\myfile.txt
Thanks