Howdy folks, I dont use crystal reports a whole lot so take it easy on me! I am trying to figure out a way to come up with a formula that multiplies 2 fields together, one of the fields is an array of 5 integers (seperated by comma)
The only piece of the array that I need is the first number. For example heres a row of sample output:
Field A (dec) Field B (array on ints)
172.24 40,0,0,0,0
Field B is suppose to be a percentage but is stored in the DB as an int so I also need to convert it to a percentage before multiplication. The answer I am after would be:
68.896
The only piece of the array that I need is the first number. For example heres a row of sample output:
Field A (dec) Field B (array on ints)
172.24 40,0,0,0,0
Field B is suppose to be a percentage but is stored in the DB as an int so I also need to convert it to a percentage before multiplication. The answer I am after would be:
68.896