Hello,
Can anybody tell me how to determine correspondence between values returned form ColumnValues property and columns that are returned from view Columns property ?
It works fine if there are no constants and ui formulas in columns but for example if there is sth like
formula for col 1 “Test”
field for col 2 Parent
The result is
“Sam” - which is value of field parent but constant is omitted.
And the problem is how to determine automaticly that Sam it the value evaluated for second column not first (index is 0, so it doesn’t fit)
I have tried to test formula for existence of strings but lotus behave strangly sometimes and for some views this constant “test” is returned !
I really don’t know why its happening, so my question is if there is a way to determine correspondence (I know that there is no way to get all values, but knowing proper indexes would be enough to know which values are missing).