Best way to define a View based on the results of another View
Wed, 02/13/2013 - 06:24
Hi,
Would like to know what is the best way to create a View based on the results of another View.
Scenario :
1. Created a bucket and captured my master data.
2. Defined a view on the bucket (Aggregated data from the bucket).
3. Now I want to create another view based on the results of the view created in step 1 by performing another level of aggregation.
Regards,
LK
Hello,
In the current version of Couchbase (2.0) it is not possible to execute a view on the result of a view.
The only way to do that would be to store the result of the view as a document/set of document.
Regards
Tug
@tgrall