Skip to content

Cloud filter does not select correctly if table filter has OR (filteror) #378

@macneurolab

Description

@macneurolab

If you have this line below (filteror: source = CR) the CLOUD is unable to filter the table correctly by the selected item in the cloud. If you remove the Filteror line it works fine. So you cant have a table listing mutiple items included in a field (in this case CR and Jax) and then use the cloud to filter based on another field.

---- struct cloud ----
schema: Animals
field: IACUC
---- 
---- struct table ----
schema: Animals
cols: ExpName, Source, DOB, Arrival, Death, IACUC
head: Animal, Source, DOB, Arrival, Death, Protocol
filter: source  = Jax
filteror: source = CR

rownumbers:1
summarize:0
dynfilters:0
CSV:0
----

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions