I figured I'd ask this question before I spend a ton of time on trial and error. I want to use a UI only field to add the lengths of various models. It seems I would just do something like:
{{$Model.MyModel1.data.length}}+{{$Model.MyModel2.data.length}+{{$Model.MyModel3.data.length}
I remember trying something like this in the past and not having luck. Would this approach work in a UI only calc field or is there another way that I need to pursue this?
Thanks
{{$Model.MyModel1.data.length}}+{{$Model.MyModel2.data.length}+{{$Model.MyModel3.data.length}
I remember trying something like this in the past and not having luck. Would this approach work in a UI only calc field or is there another way that I need to pursue this?
Thanks