Hi Team ,
Currently we are upgrading from Cuba 6.10 to Cuba 7.1
We have many data dependencies on the same browse screen like chain
Parent -> dependent child -> dependent child -> dependent child
Using mixin for hanling passing parameters between data components working fine with the first level of chaining
Parent -> dependent children
means that first query has many dependent queries that take the same query parameter
But the case if the parent query has child and the child has dependent child that one not working
Is theirs is any defined way to handle such situation
below is sample queries to explain better