Forum Discussion
Rayzo92
3 years agoHelper I
ALL excepect function with if condition
Greeting members , i want to create a calculated column using IF and all expect if possible . here is a sample of data : i want to create the G.Note column , this column will...
- 3 years ago
Rayzo92 ,
new column =
var _cnt = countx(filter(Table, [id] <earlier([ID]) && [Note+] = earlier([Note+]) ), [ID])
return
if(isblank(_cnt) , [Note+], null)
amitchandak
3 years agoSuper User
Rayzo92 ,
new column =
var _cnt = countx(filter(Table, [id] <earlier([ID]) && [Note+] = earlier([Note+]) ), [ID])
return
if(isblank(_cnt) , [Note+], null)