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
----