I am using MULTIPLY function in vFlow2.0 which is giving decimal value but I want only two integers after decimal. What should I do in that scenario?
Hi @Harshit, to round off value you can use the BR function in Copy Data task. The syntax of this function will be:
ROUNDOFF("getVal(‘datapath’),‘Decimal digit’ ")