Is there even a way to convert a hexadecimal strin...
# suiteanalytics
d
Is there even a way to convert a hexadecimal string into a decimal number (string or integer)? There is both the Oracle DB function Hex2Dec and also TO_NUMBER (using 'xxxx' as the format). But neither are working in a saved search
m
That first function is not Oracle DB