I have a dataset with fishing activities, which I want to filter according to the FishingType, and Species caught
I'm going to run two sequential Attribute Filters
e.g. FishingType = 1 and Species = scallops
I import the possible attribute values for each of the attributes, I have 10 FishingTypes and 20 species ....
But I'm getting no attributes being filtered on the FishingType - they all go through the UnFiltered port
Species works no problem ....
Can you filter by a "decimal" Attribute Type or does it have to be a character$ ?
Thanks,
Bruce