ifelse({Description}=“Direct Task” AND {Percentajes}>0.5,“Si”,“No”)
I tried a lot of difference forms to obtain the result but always get the same error:
“We encountered an error trying to save your calculated field. Please try creating it again.”
I tried to change field names but its not working.
Hi @lcarlosg - welcome to the QuickSight Community! Thanks for posting your question. I’m not sure why you got the error. I tried with some dummy data and it’s working fine. Here is my calculated field:
ifelse((description=‘Direct Task’) AND (percentage>0.5), ‘Y’, ‘N’)