Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 30963 invoked from network); 18 Oct 2010 15:42:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Oct 2010 15:42:48 -0000 Received: (qmail 94206 invoked by uid 500); 18 Oct 2010 15:42:46 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 94131 invoked by uid 500); 18 Oct 2010 15:42:45 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 94123 invoked by uid 99); 18 Oct 2010 15:42:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 15:42:45 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of piper.tane@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gy0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 15:42:40 +0000 Received: by gyg4 with SMTP id 4so575166gyg.11 for ; Mon, 18 Oct 2010 08:42:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=H6Y06hIIVO1Qd37Cvx2z3Zxovgqlhgxuld5WK8tODKc=; b=r9n/5HhVyWUiK0C7n2Z7RoFP+SqRAHxbPLqL8itv8/XjpofkYzgxthDuYcDcvaTP/z e+bwrINO3wQWdr9Aj7a9VVYEuG2bzXFM3se3/zj2+FWQzQyHLrj4mjd5OLJIngR0jXgQ vXlsE6tCwD0xiaxG/T6SvR8EvJe7Kw4rSdPR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=L25jHV13AqWgiQ5XTWQwZZbH2qJBNcJiPaq9eIesiGAEf54BSuiuNLP6V6ThHR3yXP WocLXQr0zzh7Dq4s+xG/Qpu1a1fY4/tnJFKqGMTZtpHuGMfUjNdiQPkZiPisC8USoLOA Q6DnVp1GWDCCN3ubRgRRQagZHNyy7g17qq4yA= Received: by 10.101.71.10 with SMTP id y10mr2919407ank.147.1287416538920; Mon, 18 Oct 2010 08:42:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.168.14 with HTTP; Mon, 18 Oct 2010 08:41:58 -0700 (PDT) From: Tane Piper Date: Mon, 18 Oct 2010 16:41:58 +0100 Message-ID: Subject: Including values from linked documents To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi there, I have a question about views - I've thrown up the code into this gist: https://gist.github.com/4cd88fc6a5aac5467774 What I have is a ExtJS grid that I load these assets in to, each one looks like this document and it loads fine - but of course in the columns for the three fields location (docType Office), owner and delegate (both docType Role) it displays the ID rather than the name. Is there a way, without having to go out and fetch these documents with further requests, that I can include the name from each document in this view? Thanks in advance - Tane Piper