Forum Discussion
Anonymous
4 years agoNot applicable
Group By Data Type As Whole Number
How to avoid the resulting decimal data type after expanding a table grouping? Originally the data type was whole nuumber but it is gettting changing after the gorup by step, I notice that part of th...
- Anonymous4 years ago
Int64.Type
mahoneypat
4 years agoMicrosoft Employee
Please see this article. In your case, instead of "type=number", you should be able to put "Int64.type".
Pat