Thank you!

I was trying with index but fall on tuple at last...
Like this :
{{=db(db.auth_user.id
==auth.user_id).select(db.auth_user.initials).reponse[0][0]}}
But tuple can't be sliced...

:)

Jonhy


2010/6/8 mdipierro <mdipie...@cs.depaul.edu>

>
>
> On Jun 8, 4:02 pm, Jean Guy <jean...@gmail.com> wrote:
> > Hello,
> >
> > This :
> >
> > {{=db(db.auth_user.id
> ==auth.user_id).select(db.auth_user.initials).first().initials}}
> >
> > Return :
> >
> > auth_user.initials INITIALS
> >
> > I would have :
> >
> > INITIALS
> >
> > How can I do it?
> >
> > Jonhy
>

Reply via email to