Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can I check the datatype of field which is float. in data model viewer, its tag is showing as only $numeric.
thanks.
$numeric is in fact the type of the field - technically, it's a dual which contains the underlying numeric value itself and its text representation.
$numeric-float data and /or numbers
$numeric,$integer-only numbers
If(field = floor(field), 'Integer', 'Float')