I need to split multivalues so that only the right one displays in a column, depending on the category it is displayed in the view.
It is a nice problem which has no solution In R5. I am looking for solutions, workaround or ideas on ND6 to solve this.
The document content is:
Field “Client” contains “A”:“B”
Field “Value” contains 1:2
Right now, because of Notes categorization, we can only have:
Category: A
…Value: 1,2
Category: B
…Value: 1,2
But, under the form’s logic, A is associated with 1 and B is associated with 2
So in the view we want:
Category: A
…Value: 1
Category: B
…Value: 2
Any idea how to achieve this??? I need to find some sort of a way to tell the column to display Value[0] or Value[1] depending on the value of the first categorized column. (who’s code is: “A”:“B”)
@GetViewInfo doesn’t seem to solve the problem. Any workaround, sort of splitting all the data into 2 forms?
TIA!
Nicolas Abesdris
Quintessence e-solutions Inc.