How to display a specific item from a listview

0
I have a dataview and a listview contained in that dataview. The listview contains an array of name/value pairs. The image below is a small sample of what prints out. Is there a way I can display ONLY the name/value pair of “M-Brand”/”TR” and not any of the other items from the list?  
asked
1 answers
0

If there is a way to filter on this property then use the datasource xpath and write the correct xpath constraint, see https://docs.mendix.com/refguide/xpath-constraints

answered