You could use IS_IN_SET and feed it with you data that coming from a
db().select() that could return the proper oredered data set maybe?!

But I would investigate more on the reason it is not properly ordered since
to order your data you will have to use orderby in your select... Or you
will have to parse your data with a for loop, put them in a list and order
there before insert the result in IS_IN_SET.

Richard


On Mon, Mar 4, 2013 at 5:48 PM, François Delpierre <
francois.delpie...@gmail.com> wrote:

> Hi,
>
> How can I orderby IP address?
> Can I write my own sort function?
> How?
>
> The following code:
> db.t_device2ip.f_ip_id.requires = IS_IN_DB(db,'t_ip.id','%(f_ip_addr)s:
> %(f_dns_name)s',multiple=False, orderby = 't_ip.f_ip_addr')
>
> Sort as if IP was a string. (well in fact it is.. but that's not the
> result I want to see..)
>
> Thanks,
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to