Just to be sure, Num#() and Num() are two different functions.
Num#() is an interpreter function like all # functions ( Date#(), Time#() etc.)
Num() is a formatting function ( Date(), Time() etc.)
If it's not working correctly, see if you interpret the data correctly. Probably it's not recognized.. What if you only use Num#() without the other parameters?