Hi everyone, I would like to labeling just the fields with higher value then i used the expression above:
IIf($feature.cota == Max($rel_curva_nivel_l.cota), $feature.cota, Null)
But returned the following error:
Object not found $rel_curva_nivel_l
Could someone give me some help? Thanks in advance.