Hi,
Can anyone pls let me know the differnce between these two options?
Any examples would be welcomed !!
Thanx…
Hi,
Can anyone pls let me know the differnce between these two options?
Any examples would be welcomed !!
Thanx…
Subject: Show responses, Show response documents in hierarchy
Tulsi,
Do you mean “show responses only” in a column property box? If so, clicking that on means that only response docs will display in that column. You typically use that to show info for your response docs while the other columns will show info for main docs.
“response hierarchy” is in view properties. If this is OFF then there is no response hierarchy in the view at all. Responses and main docs all display at the same level. With it ON, response docs can only display under their parent docs.
hth,
raphael
Subject: RE: Show responses, Show response documents in hierarchy
Hi,Yes I meant the same…
Now that i wanna display the count of the reponse documents under the main document in the view’s first column…
how to set it ??
pls help
Subject: RE: Show responses, Show response documents in hierarchy
You could have a total column there with a formula such as
@if(@isresponsedoc; 1; 0)
regards,
raphael