sum from different band
Posted: Tue Aug 11, 2015 12:28 am
i want to caculate like that from two bound
{CountIf(DataBand1,DataSource1.kind == "male" & DataSource1.End_natiga == "success")}
and
{CountIf(Datadoor2,door2.kind == "male" & door2.nati == "success")}
it's work ok
but when i want to sum them like
{CountIf(Datadoor2,door2.kind == "male" & door2.nati == "success") + CountIf(DataBand1,DataSource1.kind == "male" & DataSource1.End_natiga == "success")}
the part after + sign get coreect
put the part before + sign get me zero
i didn't know why
thanks for help me in advance
{CountIf(DataBand1,DataSource1.kind == "male" & DataSource1.End_natiga == "success")}
and
{CountIf(Datadoor2,door2.kind == "male" & door2.nati == "success")}
it's work ok
but when i want to sum them like
{CountIf(Datadoor2,door2.kind == "male" & door2.nati == "success") + CountIf(DataBand1,DataSource1.kind == "male" & DataSource1.End_natiga == "success")}
the part after + sign get coreect
put the part before + sign get me zero
i didn't know why
thanks for help me in advance