#UPLIFT# Function in Demantra
Hi Gurus,
I am trying to update the ‘Incr Evt Vol’ series value to '0' which is derived from dependent series ‘xxx Incr Evt Vol Act’ which is used in Client Expression. This value is not stored in Database also as it is in client expression, which means it only displays the value.
Dependent Series has below Server Expression which is using a function to derive the value.
sum((case when nvl( #UPLIFT@0@1#_norm,0) <0 then 0 else nvl( #UPLIFT@0@1#_norm,0)end))
#UPLIFT@<Version>@<Profile_id># | PE server expressions | The uplift associated with the specified forecast version generated using a specified engine profile. * |