Data Grid Sorting

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
smith8867
Posts: 57
Joined: Tue Nov 18, 2014 5:36 pm

Data Grid Sorting

Post by smith8867 » Mon Apr 04, 2016 9:18 pm

WHen sorting the field "paymentID", it doesn't seem to understand the 10+ numbers. Is there a way to get it so they are actually in numerical order?

Image

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Data Grid Sorting

Post by Klaus » Mon Apr 04, 2016 9:30 pm

Hi smith8867,

just to be sure: You did "sort ... numeric...", didn't you?


Best

Klaus

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10330
Joined: Wed May 06, 2009 2:28 pm

Re: Data Grid Sorting

Post by dunbarx » Mon Apr 04, 2016 10:11 pm

hi.

I am sure Klaus is on to something.

But just to be sure, is that a "1" (number 1) you have in the two digit values, or an "I" (ASCII 73)? Looks funny to me. Could be just the font, of course.

Craig Newman

smith8867
Posts: 57
Joined: Tue Nov 18, 2014 5:36 pm

Re: Data Grid Sorting

Post by smith8867 » Mon Apr 04, 2016 11:32 pm

Klaus wrote:Hi smith8867,

just to be sure: You did "sort ... numeric...", didn't you?


Best

Klaus
Thanks Klaus, this seemed to work. Seems I missed the small detail.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Data Grid Sorting

Post by Klaus » Tue Apr 05, 2016 9:44 am

Seemed? So it did not really work in the end? :D

smith8867
Posts: 57
Joined: Tue Nov 18, 2014 5:36 pm

Re: Data Grid Sorting

Post by smith8867 » Tue Apr 05, 2016 11:19 pm

Klaus wrote:Seemed? So it did not really work in the end? :D
lol, yes it worked. :p
Thanks for your help!

Post Reply