Hi everyone,
I am trying to count the number of reports per site. Each report has a number of types (lets say: count, tank, etc).
However, there are some sites that each type of report should be multiplied. Thus, in sites a, b and c, each count report is equal to 1, in site d, it is equal to 3 (reports).
How do I create a calculated field that says: if report type = count and site name = d multiply by 3, if these two conditions are not met - leave it.
I tries with an ifelse statement but it was unable to conduct the calculation since my report type field (which is already a calculated field, is a STRING type.
I would opt or to change the string to some number so it can multiply or another approach would be great.
Thanks