Hi, i have a parent and child relation that left joined to each other. i show some data of each relation in list field and also use sub query to do some aggregation on child relation column.some times child relation has no data and it cause error like this in console:
Uncaught (in promise) TypeError: can't access property "get", this.$refs.aggregations is null
There is no option to replace null value with some thing else in sub query. how should i solve this problem ?