Jump to content
JasperReports Library 7.0 is now available ×

Join in mongodb collections


smuraliselvam

Recommended Posts

Hi,

I try to join the two mongodb collections in Jaspersoft studio 6.3.0. It is not working..

I am using mongodb 3.2.6..

{
runCommand:
{
aggregate: [
    {
      $lookup:
        {
          from: "inventory",
          localField: "item",
          foreignField: "sku",
          as: "inventory_docs"
        }
   }
]
}}

 

Thanks,

Murali

 

Link to comment
Share on other sites

  • 5 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...