@if (expression()) {
} @else { }
{{ 'PAC.MODEL.ENTITY.SourceFields' | translate: {Default: "Source Fields"} }} @if (isSQLSource$ | async) { } @if (isXmla$ | async) { } {{ 'PAC.MODEL.ENTITY.SelectAll' | translate: {Default: "Select All"} }}
{{ 'PAC.MENU.DIMENSIONS' | translate: {Default: "Dimensions"} }}
@for (property of dimensions(); track property.name) {
{{property.dataType}}
}
@if (loading()) {
}
{{ 'PAC.MENU.MEASURES' | translate: {Default: "Measures"} }}
@for (property of measures(); track property.name) {
{{property.dataType}}
}
@if (loading()) {
}
{{'PAC.MODEL.ENTITY.Equal' | translate: {Default: "Equal"} }}