Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 663F2DB85 for ; Sat, 6 Oct 2012 20:59:35 +0000 (UTC) Received: (qmail 41107 invoked by uid 500); 6 Oct 2012 20:59:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 40940 invoked by uid 500); 6 Oct 2012 20:59:33 -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 40931 invoked by uid 99); 6 Oct 2012 20:59:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2012 20:59:33 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.27.42.3] (HELO smtp3-g21.free.fr) (212.27.42.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2012 20:59:24 +0000 Received: from [192.168.0.4] (eur10-1-82-241-180-211.fbx.proxad.net [82.241.180.211]) (Authenticated sender: aurelien.benel) by smtp3-g21.free.fr (Postfix) with ESMTPSA id C7F3DA620D for ; Sat, 6 Oct 2012 22:58:56 +0200 (CEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1278) Subject: Re: Help with reduce function From: =?iso-8859-1?Q?Aur=E9lien_B=E9nel?= In-Reply-To: Date: Sat, 6 Oct 2012 22:58:55 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <3F6A16B3-7892-4D92-B522-0BE2B7AB5F60@utt.fr> References: <620C985E-E1AC-48C9-8EC4-7C3F42C98FF5@me.com> <8B7BA084-B1C0-46FA-95CA-8065947B8F29@utt.fr> <65464099-C893-4A3F-9466-88298C55A37E@me.com> <8D941ACF-A15F-4651-9F5B-F378E9D5D05B@utt.fr> <75098634-1472-45F0-B03D-A8F5C8CA1E94@me.com> <5421E001-5474-41F1-96D7-31057A8D090E@utt.fr> <0DE9348E-FE81-4AD3-B5ED-540C26A393E8@utt.fr> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1278) > I still not understand why you need to count the docs with the same = exact timestamp Ah I think I understand now... You want to select by (exact) date but = group by countries. Hmm, then it's not hierarchical, you have two different dimensions. Then = my solution cannot help you. Sorry. Regards, Aur=E9lien