Hi all, first timer,
I am trying to combine and match two different tables/data sets from two different sources, with very few unique identifiers...
Process example: A widget is processed (in this case with two different reagents), and the output table (below, one row per event) contains "Operation Start Date Time" and "Operation Completion Date Time". The unique identifier for the widget is "SFC" as well as "Shop Order".
Output Table 1
Between the "Operation Start Date Time" and "Operation Completion Date Time" process data is submitted (below, 24 rows per event)...
Output Table 2
I am trying to match the submission data (Output Table 2) to the event data (Output Table 1) , essentially the results from each event. While each "SFC" (widget) is connected to "Shop Order", they have multiple event data sets; ie SN12345 == Shop Order 98765, and may have multiple "DATE" submissions (Output Table 2), but each "DATE" submission carries a unique "GROUP_ID" per submission.
Main goal being to match Output Table 2 "NAME" and "VALUE" to "Reagent Type" in Output Table 1, to where I can then visualize comparison of reagents.
I hope I explained it well enough (clear as mud), and hope this is how this site works!
Thanks in advance!