Add aggregation to Query define filters

it could be fun to have the option of aggregation
we can be able to create more dynamic tulip queries

Hey @ChirristopherOficial -

We initially didn’t enable this because it potentially can enable unintentional infinite loops (aggregation 1 drives a change in query 1, which drives a change to aggregation 1, repeat). What are the cases you have run into where this would be useful?

Pete

kind of , I have an query1 that feeds an aggregation 1, the aggregation 1 feeds a query 2 ,
right now im using a timer trigger to copy the result from the aggregation 1 to a variable to drive query 2.