@if (isSQLSource()) {
}
@if (isXmla()) {
}
{{ 'PAC.MODEL.ENTITY.SelectAll' | translate: { Default: 'Select All' } }}
{{ 'PAC.MENU.DIMENSIONS' | translate: { Default: 'Dimensions' } }}
@for (property of dimensions(); track property.name) {
-
{{ property.dataType }}
}
{{ 'PAC.MENU.MEASURES' | translate: { Default: 'Measures' } }}
@for (property of measures(); track property.name) {
-
{{ property.dataType }}
}
@if (loading()) {
}