Forum Discussion

JVos's avatar
JVos
Helper IV
7 years ago
Solved

AggregateTableColumn with List.Count returns 1 instead of 0

With an aggregation I get an unexpected result. The 'parent' table is as follows: ROUTING_ID 1 2 3   The 'child' table is as follows: ROUTING_ID_From ROUTING_ID_To 1 23 ...
  • JVos's avatar
    7 years ago

    I've found the solution: instead of List.Count must be used List.NonNullCount.