Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: sections to calculate an average 21.06.2019 11:24
Hello,
You can get the number of sections, getting the number of occurrences of any field on this section. I.e., if you have a field with variable name 'myfieldinsidesection', you can use this in code section:
$numsections=count($myfieldinsidesection);
so, $numsections is the number of sections.
Regards,
Moonsoft Team
www.moonsoft.es
You can get the number of sections, getting the number of occurrences of any field on this section. I.e., if you have a field with variable name 'myfieldinsidesection', you can use this in code section:
$numsections=count($myfieldinsidesection);
so, $numsections is the number of sections.
Regards,
Moonsoft Team
www.moonsoft.es