Check the last value of a string inside the function aggr (Concat (FIELD_A, '',FIELD_B), FIELD_C)
Good morning, I havethe following problem:
Using theaggr(Concat (DISTINCT FIELD_A, '', FIELD_B), FIELD_C) shouldcheckthe lastfield valueFIELD_A. In case there'sanumberI should puta., and if there was aletterI should notput anythingas a separator.