Hi guys,
I was wondering what the best way is to select specific rows in a dataset. Right now I am using a filter tool with this formula:-
[RecordID] = 1
OR [RecordID] = 3
OR [RecordID] = 5
OR [RecordID] = 7
OR [RecordID] = 9
OR [RecordID] = 11
OR [RecordID] = 13
But I was wondering if there is a better approach. I was not able to use the select records tool since that one deals with ranges.
I'm only one week into Alteryx, so I will appreciate any help from the more experienced users.