cancel
Showing results for 
Search instead for 
Did you mean: 

Percentage function

shanthi_bhaskar
Active Contributor
0 Kudos

Hi experts,

Purchased Qty 100000002 10

100000004 23

Purchased % 100000002 10/33

100000004 23/33

For above mentioned scenario i am using %CT function in purchased %,

but report shows 'X' in Purchased % field

Thanks in advance

bhaskar.....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In some cases you are having a denominator zero that is why it is showing X. Like 100002/0 which actually invalid. There is a function to handle div by zero and you could use that.

thanks.

Wond

Answers (1)

Answers (1)

shanthi_bhaskar
Active Contributor
0 Kudos

i used %GT function it solved the problem

thanks for ur reply