We have a situation where we are using sheetnode to contain a list of "parts" for manufacturing. Our sheetnode is formatted in a way that every row is a part number with columns containing various information for status tracking. For each sheetnode a separate "project" exists.

We would like to combine all sheetnodes data into one master list. Using the search ability and possibly filters, the user can quickly search all project "parts" to see status of any particular part.

Is any of this even possible with sheetnode through views. If so please explain how to do this, because I can't seem to figure it out.

Comments

willhallonline’s picture

Status: Active » Closed (works as designed)

You can do this by referencing other sheetnodes from inside the "master" sheetnode. Something like:
use ="nid"!cell-ref or "node-title"!cell-ref. For example: ="719"!L3.
See frequently asked questions for a bit more info.