Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: felfajarHi all,
I am quite new to LS, so apologies if this has been answer in the past. My question is I have a filter node with some accounts I need to look at, now what I want is to be able to reference those account in a sql statement
Eg
select *
from DB
where account_no =1
or account_no = 2
or account_no = 3
or account_no = 4
so what I want is to be able to retrieve all the accounts on the
where statement instead of using the
or operator, as they are actually thousands of accounts, I was thinking maybe outputing the filter into a excel file and read from it, but i could not find a solution with that either, so any possible way to do this without having to copy paste all the time as is very time consuming.
Thanks in Advance