Pergunta
How to add a flag to mark duplicate rows.
How to add a flag to mark duplicate rows.
IF FIRST()=0 THEN LOOKUP(MIN([Item]),0) ELSE PREVIOUS_VALUE(MIN([Item]))+LOOKUP(MIN([Item]),0) END
LEFT([Accumulated Row],INDEX()-1)
IF CONTAINS([Accumulated Row(Exclude current row)],LOOKUP(MIN([Item]),0)) THEN "Duplicate Row" ELSE "" END