sum from different band
sum from different band
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
Re: sum from different band
Hello.
You make calculations on different bands.
Where do you us the last expression? It seems that you use simple CountIf expression in the corresponding band, but the expression with Sum of CountIf can not be calculated in the component where you use it.
Could you send us a sample project with data to reproduce the issue?
Thank you.
You make calculations on different bands.
Where do you us the last expression? It seems that you use simple CountIf expression in the corresponding band, but the expression with Sum of CountIf can not be calculated in the component where you use it.
Could you send us a sample project with data to reproduce the issue?
Thank you.
Re: sum from different band
but when i use it alone it work
and when i sum
not work
and when i sum
not work
Re: sum from different band
Hello,
Please send us a sample report with test data which reproduce the issue for analysis.
Thank you.
Please send us a sample report with test data which reproduce the issue for analysis.
Thank you.
Re: sum from different band
is it matter who the databand before and after
when i try to change the order of databand
the sum calculate the databand whose before the another
when i try to change the order of databand
the sum calculate the databand whose before the another
Re: sum from different band
the report
- Attachments
-
- statistics_door2.mrt
- (69.34 KiB) Downloaded 448 times
Re: sum from different band
Hello,
Can you please send us a test data for your report.
Thank you.
Can you please send us a test data for your report.
Thank you.
Re: sum from different band
i sent all data because it complex
Last edited by nezarabd on Wed Aug 12, 2015 11:30 pm, edited 1 time in total.
Re: sum from different band
Hello,
Thank you for the sample. We need some additional time for check the issue.
Thank you.
Thank you for the sample. We need some additional time for check the issue.
Thank you.