WRITING FORMULA

M

mahmoud

if i want to calculate the avarage of two or more fields please tell me the
formula i need to write in the xpath
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

Use this sepeartor '|' in between the fields
For example:
avg(field1 | field2)
 
Top