Our solution was to store -3 for october (10), -2 for November (11) , and -1 for December (12). That made the presentation logic simply, IF negative value returned, ADD +13 to get correct result. Also our data conversion only affected 1/10 of the rows, and the code changes could be promoted...
A previous design mistake had a column defined dec(1,0), which needs to contain the month of the year (1 = January to 12 = December). Obviously this works until we get to October (10). How can I easily fit 12 values into this column without redefining the column to 2 positions? Is there a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.