So I have created models with conditions to filter out records based on values in certain fields. Then I use something like: {{$Model.MODELA.data.length}} to display a count of the records in a template. I would like to add this count to the count of another model. So in non-programming terms it would look something like this: {{$Model.MODELA.data.length}} + {{$Model.MODELB.data.length}} Is it possible to add these two results together in a template? Thanks!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
