I'm new in Lotus Notes programming and I need your advices and your help.
My main form contains a table
with 8 rows
and 2 columns
. ( there are 16 cells
) Every each cell has a numeric field
. My fields name are :
txt_n1
and txt_i1
( for 1st row )
txt_n2
and txt_i2
( for 2nd row )
....
txt_n8
and txt_i8
( for 8th row )
What I want to do is:
I have a view called vwMarketing
with just one column. I want this view to display only those docs. in which there is at least one or more rows which its cells contains equal values.
So, if let say txt_n4 = txt_i4 => OK
row(k) (where k=1..8) : if cell 1 value is 5 and cell 2 value is 5 => OK.
There could be more than one row with this property, important is to exist at least one, and the values not to be null. I hoped i was pretty clear, thanks !
PS: Actually, the formula statement i want to be in the column, so if it is OK => "A" and if not => "" ( in the view property, I checked : Don't show empty categories
)