[22:13:01] Hi there, given a property of type Record which can occur various times in same page, how to make a query display only the second field but only if the first matches given condition? [22:38:06] How to make query for page which has subobject, show values from this subject, and also show values from the page, all in one table row (not repeating page name) ? [23:51:04] I ask because I have user which can be part of multiple groups, and have different roles for each. [23:52:36] Using datatype Record doesn't work directly unless I use subobject. But using subobject, I can't seem to printout both the role and, for example, the user's IRC nickname (from "parent" page, according to subobject docs.). [23:54:05] And using Record directly, then all the user roles are printed out when doing |?Team.Role printout ("Team" is of type Record), because user is in multiple teams.