Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 483 Bytes

19-Dataview-with-only-child-=-dataview.markdown

File metadata and controls

19 lines (14 loc) · 483 Bytes
layout title categories prio rulenumber rulename ruleset
post
Dataview with only child = dataview
Forms
4
19
DataviewWithOnlyADataview
Performance

Why Multiple nested dataviews instead of using an N-deep path creates unnecessary calls your form to the Mendix Runtime. This will affect page loading performance negatively.

![19.png]({{ site.url }}/assets/19.png)

How to fix Put ... in the child dataview directly and retrieve over multiple associations.