Forum Discussion

RsimonAlign's avatar
RsimonAlign
Helper I
5 years ago

Filter data with a list

Hi ,   I created a list based on excel sheet from sharepoint. With the list I filter my sql query using (ex. Select * from Accounts where AccountID IN(ListFromExcel))   It’s working fine in my P...