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 the parameter says type=number, what to replace with of "number" here please?
- Anonymous4 years ago
Int64.Type
2 Replies
- AnonymousNot applicable
Int64.Type
- mahoneypatMicrosoft Employee
Please see this article. In your case, instead of "type=number", you should be able to put "Int64.type".
Pat