Hi
I have a database with document, response and response to response. In a view I want to display only last level of document.
Example :
Document 1
Response 1
Response 2
Response to response 2.1
In my view, I want to display only Response 1 and Response to Response 2.1 document because these document does not have child.
How I can do this ?
Subject: Good question about view
Hi Eric,
One option is to put in all those forms a flag field (“ShowInView”), computed when composed to “Show”, then, saving a response, locate the parent and change this field to “NoShow”.
HTH,
Simeon
Subject: Good question about view
hi Eric
in View Selection Formula you can set:
@Responses=0
so you have only documents without responses
Hope this will help
Heiner
Subject: RE: Good question about view
Heinrich,
I’ve never used @Responses, but this is in the help:
Usage
Use @Responses in window title formulas. This function does not work in any other formula.
You cannot use this function in Web applications.
I just tested - the help appears to be correct - @responses didn’t work in view selection.
Regards,
Simeon