Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2430
Summary->Min / Max doesn't work
posted

I have a grid and I have Row Summary on - I choose Max and it says 6.  My column is of Int32s but it comes up w/ 6 rather than 15.

My Column has say: 0, 1, 2, 3, 4, 5, 6, 13, 15 but it comes up w/ 6 which would be the max in terms of strings but not in terms of Integers.

I want Min / Max to do a numeric Min / Max rather than a String Min / Max.  Is there any way of getting Min / Max to work for a Summary of Integers?