hello i  need to use  the sqlform.grid(query,etc...   to show records

*my problem*
the query is not just like
((db.tab1.stat='check in')|(db.tab1.stat='check out'))



i need to query only records that appear with stat='check in' or 'check
out' odd times in tab1 and not even times


For example , this should not be in the grid

user a check in
user a check out
user a check in
user a check out


but this should

user a check in
user a check out
user a check in


how do i create a query for this? to use in sqlform.grid(query, ....

-- 

--- 
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