=
'('
&
If(sum(
{<
HostType={'Windows ARM'},
[UpdStatus]={'1'},
report_week={$(vLastWeek)},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
/
sum(
{<
HostType={'Windows ARM'},
report_week={$(vLastWeek)},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
> sum(
{<
HostType={'Windows ARM'},
[UpdStatus]={'1'},
report_week={'$(vPreLastWeek)'},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
/
sum(
{<
HostType={'Windows ARM'},
report_week={'$(vPreLastWeek)'},
[День недели]={'Ср'}
>}
DISTINCT hostcount),
num(
sum(
{<
HostType={'Windows ARM'},
[UpdStatus]={'1'},
report_week={$(vLastWeek)},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
/
sum(
{<
HostType={'Windows ARM'},
report_week={$(vLastWeek)},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
- sum(
{<
HostType={'Windows ARM'},
[UpdStatus]={'1'},
report_week={'$(vPreLastWeek)'},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
/
sum(
{<
HostType={'Windows ARM'},
report_week={'$(vPreLastWeek)'},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
, '+0,00%;-0,00%;0,00%'),
num(
sum(
{<
HostType={'Windows ARM'},
[UpdStatus]={'1'},
report_week={$(vLastWeek)},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
/
sum(
{<
HostType={'Windows ARM'},
report_week={$(vLastWeek)},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
- sum(
{<
HostType={'Windows ARM'},
[UpdStatus]={'1'},
report_week={'$(vPreLastWeek)'},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
/
sum(
{<
HostType={'Windows ARM'},
report_week={'$(vPreLastWeek)'},
[День недели]={'Ср'}
>}
DISTINCT hostcount)
, '+0,00%;-0,00%;0,00%'))
&
')'