Hi, i wanted to make the role auto change to “Admin” when i input the Nama Lengkap column with “admin”. But the there’s more than 1 role in my app, if i use IF, it just display admin and something else.
Thank you for your time!
Hi, i wanted to make the role auto change to “Admin” when i input the Nama Lengkap column with “admin”. But the there’s more than 1 role in my app, if i use IF, it just display admin and something else.
Thank you for your time!
I already tried with this “IF([Nama Lengkap]=‘Admin’,‘Admin’,[Role])”, but now the role column don’t display anything