@if (activeResult) {
{{ 'PAC.MODEL.QUERY.TotalRecords' | translate: { Default: 'Total Records' } }}
: {{ activeResult.stats?.numberOfEntries }}
@if (activeResult.stats?.numberOfEntries > 1000) {
, {{ 'PAC.MODEL.QUERY.PreviewTop1000' | translate: { Default: 'Preview Top 1000' } }}.
}
@if (activeResult?.error) {
🐞
{{ activeResult.error }}
} @else {
@if (activeResult && !activeResult?.data) {
}
@if (activeResult?.preview) {
}
}
} @else {
{{
'PAC.MODEL.QUERY.DragDropFieldPreview'
| translate: { Default: 'Drag table, field, dimension, measure, etc. here to preview the data' }
}}
}