Hi, Following queries are not working in the Slamdata:
Select PS.ProductID
From `/Couchbase/ProductSlot` as PS
Left Outer Join `/Couchbase/ProductSlot` as P
on OID(PS.ProductID) = OID(P.ProductID)
Error: An unknown error occurred: 500 ""and
another query executes successfully returning ProductID and duration.
but when I create a pie chart by mentioning ProductID as dimension and
Duration as the measure, I get the error saying:
Failed to plan query.: unimplemented EquiJoin: Not currently mapped to N1QL's key joinThe query is :
SELECT P.ProductID ,P.Duration From `/localCB/Product` as P limit 5
and the preview table is in the attached image: Please help
