{{ 'PAC.INDICATOR.REGISTER.NAME' | translate: { Default: 'Name' } }} {{ 'PAC.INDICATOR.REGISTER.CODE' | translate: { Default: 'Code' } }}
{{ 'PAC.INDICATOR.REGISTER.BASIC_INFO' | translate: { Default: 'Basic Info' } }}
{{ 'PAC.INDICATOR.REGISTER.CREATED_BY' | translate: { Default: 'Created By' } }} {{ 'PAC.INDICATOR.REGISTER.PRINCIPAL' | translate: { Default: 'Principal' } }} {{ 'PAC.INDICATOR.REGISTER.UNIT' | translate: { Default: 'Unit' } }} {{ 'PAC.INDICATOR.REGISTER.VALIDITY' | translate: { Default: 'Validity' } }} YYYY/MM/DD {{ 'PAC.INDICATOR.REGISTER.IsActive' | translate: { Default: 'Is Active' } }} {{ 'PAC.INDICATOR.REGISTER.AvailableInApplication' | translate: { Default: 'Available in App' } }} {{ 'PAC.INDICATOR.REGISTER.BUSINESS' | translate: { Default: 'Business' } }}
{{ 'PAC.INDICATOR.REGISTER.MODEL_INFO' | translate: { Default: 'Model Info' } }}
{{ 'PAC.INDICATOR.REGISTER.Visible' | translate: { Default: 'Visible' } }}
{{ 'PAC.INDICATOR.REGISTER.TYPE_BASIC' | translate: { Default: 'Basic' } }} {{ 'PAC.INDICATOR.REGISTER.TYPE_DERIVE' | translate: { Default: 'Derive' } }} @if (typeControl.value === IndicatorType.BASIC) { } @else if (typeControl.value === IndicatorType.DERIVE) { {{ 'PAC.INDICATOR.REGISTER.FORMULA' | translate: { Default: 'Formula' } }} }
@if (typeControl.value === IndicatorType.DERIVE && showFormula()) { }
@if (typeControl.value === IndicatorType.DERIVE && (syntax$ | async) === Syntax.SQL) { }
{{ 'PAC.INDICATOR.REGISTER.RestrictiveCondition' | translate: { Default: 'Restrictive Condition' } }}