I have a Model-Driven app where I am trying to present a full table of hierarchical data.
I have created a custom view on my "base" table and added "parent" information without any problems.
I then used xrm toolbox with view designer and fetch xml builder to modify the view to add additional "next level parent" information (parent of parent) via linked entity.
The result displays the data but column titles of the "next level" are missing in the model driven app. However if I edit the view directly I can see the column titles.
I have tried different browsers and even looked at the generated html and seen that the title attribute and value in the html label is empty.
Any help would be much appreciated.
PS I'm not sure on appropriate labels for this post.