Johar Ali

Johar Ali

31 Articles Published

Articles by Johar Ali

Page 4 of 4

How to use SUM function for NUMC type field?

Johar Ali
Johar Ali
Updated on 30-Jul-2019 895 Views

NUMC is numeric text. As this is text, SUM function cannot be implemented as it is of type varchar in the database.There is no simple solution to do it. The one method is to copy the data to internal tables, convert the NUMC data into DEC by looping through all the rows, SUM and GROUP them and then convert back the DEC values back to NUMC values.

Read More
Showing 31–31 of 31 articles
« Prev 1 2 3 4 Next »
Advertisements