How to add a field from a 2nd form?
Posted
by PowerUser
on Stack Overflow
See other posts from Stack Overflow
or by PowerUser
Published on 2010-05-25T17:28:17Z
Indexed on
2010/05/25
17:31 UTC
Read the original article
Hit count: 292
Hi all. I'm modifying an existing Lotus view to include a field from another form.
I first appended a new column and set it to the desired field. However, after I refreshed, the new column was blank even though I know it has data.
I then updated the View Selection formula from:
SELECT Form = "A" & StatusIndex < "06"
to:
SELECT (Form = "A"| Form = "B") & StatusIndex < "06"
Still no luck. The view is refreshing successfully, but the new field is still blank. What else is there to add this new column to this view?
This is my first time experimenting with Lotus, so if I seem to be missing some major concept, I probably am.
© Stack Overflow or respective owner