Is there a way I can control the values assigned to the checkboxes in my SQL grid (selectable=True)? My queries end up to be something like this: (((block_info.json_dir_id = json_dir.id) AND (json_dir.build = 'unknown'))AND (json_dir.program = 'test')) and my issue is that the checkboxes' values are the corresponding ids from the json_dir table. But I want the value to be the id from the block_info table. I've tried rearranging the order of the parts of my queries, changing the order the tables are defined in the model, but can't figure this out.
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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.