This as been bugging me for a while now and I can’t seem to find an answer as what to do.
When I create a response document, the view print the parent but not the childs. The little triangle (which means it can be expanded) appears but nothing expand once I click on it.
I use a column @DocDescendants to show me the number of response to a doc and it shows the right number, so I guess it must be my view or the way I save my response document that gives me all this trouble.
If anyone has an idea on how to deal with this please let me know.
Thanks guys
Subject: View not showing response documents
Are there readers fields on the response documents?
Subject: RE: View not showing response documents
only one that contains @If(@IsNewDoc; “[STI]”;null) to allow this group
Subject: RE: View not showing response documents
What a weird formula for a reader field.basically, the very first time it is created, the reader fields locks the document for all except member of the [STI] role, and it will be saved that way the very first save.
But if it is re-saved later, it changes to null.
Is that what you want?
I have never tryed using null as a value in a formula, I would have used:
@Trim (@If (@IsNewDoc ; “[STI]” ; “”))
instead. But i think it is dangerous to set reader fields based on @isNewdoc, as you never know if a user will control-S to save a document several time before he is done.
Why do you want to restrict a document from being read ONLY the very first time it was saved to disk?
Nicolas Abesdris
Quintessence e-solutions Inc.
Subject: RE: View not showing response documents
then if you are not in that group, you cannot see the documents, thus the problem you are having.
Subject: SELECT Formula
Do you use "| @AllDescendants " in your SELECT Formula of the View?