Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have this formula
net_pre - tax_prem
and these filters
code in ('12','13,'16','90') and type in ('abc','def','xyz') and type2 in ('general)
now i want to create expression using formula and filters.. how i do that ..
one more thing please i have this condition also
(A.Code Is Null Or (A.Code Is Not Null And A.MClass Is Null))
how to modify in the answer you provided ..
sum( {<code={'12','13,'16','90'}, type={'abc','def','xyz'}, type2={'general'}>} net_pre)
-
sum( {<code={'12','13,'16','90'}, type={'abc','def','xyz'}, type2={'general'}>} tax_prem)
any help please