Hi, I'm trying to evaluate if multiple columns in a single row are populated with values and then count how many columns have a value.
For example:
COLACOLBCOLCCOLDCOUNT0000042010276210030001571I used the ExpressionEvaluator with the following expression:
COUNT = (COLA/COLA)+(COLB/COLB)+(COLC/COLC)+(COLD/COLD)
But obviously dividing by 0 is throwing the whole result off. Is there some form of COUNTIF in FME?
Are you able to suggest a better solution / fix my expression to ignore dividing by zero?
Any help would be greatly appreciated. My brain has decided to give up today...