This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
I am using this formula in formula tool to calculate percentage :
ToString([Value]/[Value]*100,1,0)+"%"
But I am experiencing this warning "Divide by 0 error on record #1 in field New Value". Can someone please help me to solve this.
Thanks,
Ankit
Thanks you Mark this helps :)
@MarqueeCrew Hi Marq,
I'm Using the below formula in the Multi row formula tool,
([Row-1:Value]) * (1+(([Row-12:Value] - [Row-13:Value]) / [Row-13:Value]))
and getting this warning, Please help me to resolve this.
If your divisor is zero you can either create an error before the formula with a message tool, filter those records out and do something special with them or include an if condition to set the value to null.