I’ve got two DBs with related information.The primary Db describes a residence/property, with a master field being an address.
I have a secondary db that has inspections done done on the poperties.
I’d like to embed a view on the primary database document that only shows inspections related to the property.
I’m able to embed a view with no dificulties, but the view shows all the inspection in the db.
How do I limit the view to the related documents?
Thanks
Jim
Subject: Dynamic view
“Show single category”.This can be done with parent/child document, but I’d recommend categorizing on @Text(@DocumentUniqueID) instead.
HTH,
Simeon
Subject: RE: Dynamic view
How do I define the unique ID if it resides in a external db?
Subject: RE: Dynamic view
I assume your inspections are being created in some relation to the main (property) document. So, when creating “inspection”, just inherit the unique id of the property, then use it to categorize.