Hi,
I came across a condition written like below in a Multi-Row formula tool where two IIF statements joined using an asterisk(*). Could someone explain the use of writing such statement?
IIF([value1]>0,1,Null())*IIF(id_person] == [Row-1:id_person],something, something)
Thanks.