Forum Discussion
jaryszek
4 years agoSuper User
Need help with function to get column types
Hello, i am using function to get column types: let func =
(TypeAsText as text) =>
Record.Field(
[type null = Expression.Evaluate( "type null", [ type null = type null] ),
type ...
Anonymous
4 years agoNot applicable
Hi jaryszek ,
It seems that you are confused about the difference between Int64.Type and Number Type in PQ.
To my knpwledge, type number are all number (1, 1.2 etc.) whereever Int64 stands for integer meaning whole number (3,5,7)
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.