Forum Discussion
AAllmon
9 years agoNew Member
Joining and filtering data from multiple sources
I currently retrieve a table from a SQL Server instance, call it TableA. I then break the table up into 3 discrete tables (TableB, TableC, TableD). I use the FILTER option instead of using a Query ...
Anonymous
9 years agoNot applicable
Have you tried appending the tables together first, then apply the filters for your three discrete result tables?