@if (queryType() === 'mdx') { {{ 'PAC.MODEL.QUERY.Cubes' | translate: { Default: 'Cubes' } }} } @else { {{ 'PAC.MODEL.QUERY.TableSchema' | translate: { Default: 'Table Schema' } }} }
@for (entity of entities(); track entity) { }
@if (!drawer.opened) { } @if (isWasm()) { } @if (isMDX()) { }
@if (isMDX()) { } @else { }
@if (!results?.length) {
{{ 'PAC.MODEL.QUERY.QueryResults' | translate: { Default: 'Query Results' } }}
} @else { }
@if (loading$ | async) {
} @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' } }}
}
@if (message.data['header']) {
{{ message.data['header'] }}
}