Integer Array Tags

Hi All,

I have 2 memory tags for a ASRS system. One is of all the container ids and one is of all the container ids that are empty. I would like another memory tag that will give me all the container ids that are not empty. I could do it with an expression tag + runScript but thought I would ask the group if there is a more elegant way I can do this (perhaps I can do it with other expression functions?).

Sounds like the source of truth ought to be a dataset tag w/ two columns, the latter a boolean indicating “Empty”. Empty/Non-empty lists can be easily derived from that. (Via runScript(), or perhaps my view() expression function.)

1 Like