That works really well. I believe I'm now starting to get the hang of it. I saw the "Add Subject" button but it wasn't clear at first how it worked - since it was empty it looked just like a text field. Now that I start typing it becomes a drop-down, it does just what I need. After some more investigation I figured that I needed to add a subject table twice, once to add 100 arbitrary rows and a second time to add some dependent rows for specific tests. That's a really powerful tool. I spent much...
I have a parent table which has several child tables. I would like to extract in one operation all the data for the child tables that match a subset of the parent. I can do this multiple times, once for each child, but then I would have to manually merge the three sets of extracts. Is there a way do this in one operation either through the UI or using the API? Secondly, The child has multiple children, but not all have children. If I set the subject to the grandchild, I only get those rows that match...