-
Notifications
You must be signed in to change notification settings - Fork 41
Description
It would be very useful to have the ability to utilise some of the standard operators in a query (eg, (does not) contains, (not) empty) on an aggregated field.
This is the current scenario we are trying to resolve. Our Trait data is sitting in the collectionobjectproperty table. As such, data gets only entered when values are present on data entry. For our egg collection, records mostly have the traits ‘Clutch size’ and ‘Nest kept y/n’ (see screenshot).
The user would like to identify the collection objects where the trait ‘Clutch size’ does not exist. We have not been able to create a query that does this for us. The closest we have come is to utilise the Trait (aggregated) field and then do a check on the string in Excel. It would be beneficial if an operator could be placed on the aggregated field to indicate a return of all records where ‘Clutch Size’ isn’t contained within the string.
In other instances, I have wanted to only return records where the aggregation is not null (eg, only give me those events where I have permits), however, I had to pull in the permit field separately and put the condition on that field.
Requested By: Corinna P at CSIRO (Asana Link)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
