I ran into a problem of doing Alteryx calculation i can do in excel but i get confused in Alteryx.
Can anyone help as how we can do in Alteryx
@rohit782192, try this.
([Value]+([Value]*0.1))*100
Thanks!
@rohit782192 Just small comment on flow of @grazitti_sapna maybe more likeAlteryx can not change data type as flexible as Excel.
tostring(([Value]+([Value]*0.1))*100)+'%'