ifnull(
if isnull(col['a'])
and isnull(col['b'])
and isnull(col['c'])
and isnull(col['d'])
then 0
elseif isnull(col['d'])
then sum(col['a'])+sum(col['b'])+sum(col['c']) end
,col['d'])
)
ifnull(
if isnull(col['a'])
and isnull(col['b'])
and isnull(col['c'])
and isnull(col['d'])
then 0
elseif isnull(col['d'])
then sum(col['a'])+sum(col['b'])+sum(col['c']) end
,col['d'])
)