When using vLookup on a list view, is there a way I can show only those parent rows that have children from my vLookup child list? Is there a way to construct a list view filter so it only shows rows where the vLookup column has values?
Hi,
Sorry, but this is not possible without using javascript to hide the lines. This is because the vLookup childres are not stored on the parent list item – they are retrieved on the fly when you load the list view.