Hm, so there's no real way to do this at the minute?
The problem is, if I do it via executesql or virtual fields, I can't export
it as CSV which is my primary goal.
On Monday, January 16, 2017 at 1:01:01 PM UTC, Jurgis Pralgauskis wrote:
>
> Hi,
>
> I think it echoes my isssues
> https://github
Hey guys,
I'm trying to create a SQLFORM.grid that will display the total number of
entries for each 'user' in a certain time period.
Basically, my model states that a user can only be in bursary_entries table
once per day (This equates to a user swiping their ID card). I would like
to be able
Hey guys,
I currently have the following:
db.define_table('bursary_users',
Field('forename', type='string', requires=IS_NOT_EMPTY()),
Field('surname', type='string', requires=IS_NOT_EMPTY()),
Field('studentId', type='string', requires=IS_NOT_EMPTY()
Okay, that seems to work fine, I guess I just tried to implement into
incorrectly. Thanks for your help!
--
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)
---
> .barcode')] - I think, that it's mutually exclusive requirements
> 'reference bursary_users' == requires = IS_IN_DB(db, 'bursary_users.*id*')
>
>
>
>
>
>
>
> On Friday, October 14, 2016 at 6:21:38 PM UTC+3, James Booth wrote:
>>
&
And that was meant to be INexperienced with web2py. It's been a long week.
--
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 becau
Hey guys,
Excuse me if I'm missing something (or a lot), but I'm pretty experienced
with web2py.
I have the following defined in my model:
db.define_table('bursary_users',
> Field('forename', type='string', requires=IS_NOT_EMPTY()),
> Field('surname', type='strin
7 matches
Mail list logo