SELECT @ VIEW
SELECT @ VIEW
(OP)
Is there any possibility to refer in the SELECT statement of an View to an LotusScript variable declared and initialized in the View globals???
Please say "yes" ;)
Regards
stephan Hofmann
Please say "yes" ;)
Regards
stephan Hofmann
RE: SELECT @ VIEW
KC
RE: SELECT @ VIEW
the value was correct.......
i try to pass a parameter to a view
thx
Stephan Hofmann
RE: SELECT @ VIEW
A view selection formula is to be regarded as a fixed SQL query. Fixed - as in determined at design time.
You will not find any way of changing the selection formula while using the view.
You can only change it in the Designer.
RE: SELECT @ VIEW
There is only one document of the second form.
Regards
Stephan Hofmann
RE: SELECT @ VIEW
You cannot use @dblookups or any other method that attemps to gather info from outside the document.
You must understand that it is the document that is being evaluated. Thus, your selection formula must comprise all the possibilities of data values contained in the fields you want to control that exist on the documents you are selecting.
You cannot, however, condition the value of a field in a document to the value of a field in another document, since the other document is outside the scope of the selection formula at that time.