Hi Sunil,
I think you have to put 0 instead of "0". If you put "0", it will be considered Char instead of Number.
Other option would be calculate total as: tonumber(col1) + tonumber(col2) + tonumber(col3)
Hope it helps.
Regards,
Carlos
Hi Sunil,
I think you have to put 0 instead of "0". If you put "0", it will be considered Char instead of Number.
Other option would be calculate total as: tonumber(col1) + tonumber(col2) + tonumber(col3)
Hope it helps.
Regards,
Carlos