I am having a tough time creating a catagoried view.
I am using to forms; companyForm, which is a document,
machineForm,which is a response. I want to categorize on the company name. Then I want to show in the twistie under the company the machine type and serial number pulled from the machine form. I want to be able to click on the first document under the twistie and it be the company and the response, machine documents under the company indented. Does this make any sense?
Subject: RE: Having a tough time categorizing
It sounds like you want a category of Company, and the machine documents listed as responses to the company document.
Yoyodyne Industries
xxxxx
Yoyodyne Industries Company document
xxxxx
xxxxx
Machine 1, S/N 2934743
Machine 2, S/N 12933247
Is that correct?
Subject: RE: Having a tough time categorizing
Yes that is exactly what I am trying to do.the pertinent forms and fields are:
companyForm which is a document, and the field name is companyName
machineForm which is a response doc. with field companyName and the serial number field is skdSerialNumber
Subject: RE: Having a tough time categorizing
So you turn on response hierarchy in the view, and add a responses only column that displays the machine and serial number to the left of the column that displays the company name. Is there something you’re not saying that makes this harder than the obvious solution?