Hey!
When I worked with large number from my postgres table than the greates bigint (int 64 too) is 8999999999999999999
for numbers greater as bigint I can use type numeric.
When I make a Int64 field with the value 8999999999999999999 Alteryx returned 9000000000000000000
Other example:
Postgres binint value 1234567891012345678
Alteryx returned the Int64 value 1234567891012345600
what is the matter?
Exists a Type like postgres numeric in Alteryx?
Mathias