Hi,
Does anyone know how I can add an indicator in listview so the users can see whether each row has rows in a subtable? Maybe just a yes/no, or the count of rows for each record.
thank in advance
Hi,
Does anyone know how I can add an indicator in listview so the users can see whether each row has rows in a subtable? Maybe just a yes/no, or the count of rows for each record.
thank in advance
Hi,
You can add a new independent field and set a formula COUNTA(value) in that field, to count the number of subtable rows where the specified field is not empty. Once the formula is set, the field will automatically show the number of subtable rows whenever new data is added.
After that, go back to the design mode of the Listing Page, add the newly created field, and you’ll be able to see the subtable row count directly on the Listing Page.