Получился такой расчет:
select top 1
cast(const .value as numeric(18, 4))
from
_1sconst as const (nolock)
where
const.id = 114 and
const.objid = VT.Товар and
(const.date > '20200930')
order by const.date, const.time, const.docid, const.row_id
Чему приравнять const.id, чтобы избавиться от 114 ?