The data of the following table will come from 4 other:
(db.scopus_rou, db.cab_rou, db.pubmed_rou, db.wos_rou)

In each record I want to indicate from which of those the data of that
record came. The last four fields are supposed to do that.  In each
case at least three of them might be empty.

Now I get the error in the subject line. What is causing it?

db.define_table("sarua",
                Field("title", "text"),
                Field("affiliation", "text"),
                Field("country"),
                Field("year"),
                Field("research_field"),
                Field("journal"),
                Field("keywords"),
                Field("author"),
                Field("wos_id", db.wos_rou),
                Field("pubmed_id", db.pubmed_rou),
                Field("cab_id", db.cab_rou),
                Field("scopus_id",db.scopus_rou))

Regards.

Johann

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to