Subject: RE: want to move doc from one view to another view.
I think this will only show the document on the condition. But I want to move the document from one view to another view when user clicks and one condition is satisfied. The condition is the content of one field are equal to current user’s common name.
That is, move the doc if current user =doc.originalapp(0)
Subject: RE: want to move doc from one view to another view.
One more time: You cannot move a document form one view to another, because the only way to determine what’s displayed in a view is its selection formula (leaving out additional filtering techniques for the moment). Views are not folders.
If you want a document to disappear from view A, but to appear in another view B, you have to change the document’s properties, so it no longer fits the selection criteria of view A, but those of view B.
That said, view selection formulas cannot be based on user names. The reason is, that there is only one view index per view, which is the same for all users. If you want to show user specific data, have a look into single category views or @SetViewInfo.