[web2py] Re: Getting wrong results from a tootip after a for loop ina a view

2018-09-10 Thread Anthony
See https://stackoverflow.com/a/52260646/440323. On Monday, September 10, 2018 at 7:05:21 AM UTC-4, mostwanted wrote: > > > I have contact details of different places in my DB, the names of these > different places are displayed as links in a page, what i want is for the > contact details of a

[web2py] Getting wrong results from a tootip after a for loop ina a view

2018-09-10 Thread mostwanted
I have contact details of different places in my DB, the names of these different places are displayed as links in a page, what i want is for the contact details of a place to be displayed in a tooltip when i click on the link name of that place. But that is not happening! What happens is that

[web2py] orderby and NULLS last

2018-09-10 Thread Mike Constabel
Hello, is it possible to sort NULLS last with orderby desc? orderby=~db.table.last_login I want the empty last_login last in desc sorting. On postgresql: ORDER BY sort_expression1 [ASC | DESC] [NULLS { FIRST | LAST }] Thanks, Mike -- Resources: - http://web2py.com - http://web2py.com/book