{api}
+
+ {' '}
+ · {formatNumber(analyzedFieldCount)} field{analyzedFieldCount === 1 ? '' : 's'}
+ {' · '}
+ {formatNumber(rowCount)} rows scanned
+ {sample?.objectQueryTruncated ? ' · truncated' : ''}
+ {sample?.objectCustomizable ? '' : ' · not customizable'}
+
+ {sample?.objectError ? · {sample.objectError} : null}
+
+ {row.fieldApiName}
+
+ {formatted}
+
+ + {formatNumber(objectsTabTotals.analyzedFieldCount)} analyzed field + {objectsTabTotals.analyzedFieldCount === 1 ? '' : 's'} across {formatNumber(objectsTabTotals.objectCount)} Object + {objectsTabTotals.objectCount === 1 ? '' : 's'}. +
++ {getFieldUsageLowUsageIntroCopy(LOW_USAGE_PCT_THRESHOLD)} +
+ {lowUsageTreeRows.length === 0 ? ( ++ A new analysis job will start. When it completes, this page will show that job's results. +
++ No dependency rows were returned for this field (or Where Used could not be computed for this org). +
+ ) : ( ++ {isJobRunning && liveProgress?.label ? liveProgress.label : 'Preparing'} + {isJobRunning && liveProgress && liveProgress.total > 0 + ? ` — object ${formatNumber(liveProgress.current)} of ${formatNumber(liveProgress.total)}` + : ''} +
++ You can leave this page — the job will keep running and you'll find it in the Jobs popover. +
++ Summary + {parsedResult.summary} +
+