1 | Selectively Display Information in a Row |
2 | Not all documents have the same fields in a Notes Database. You can selectively display different field for different document. This can be done by selecting Formula radio button and entering the following line in the formula box: |
3 | @If (condition; fieldName1; fieldName2) |
4 | This means, if condition is true, display fieldName1, otherwise, display fieldName2 |
5 | Column Properties |
6 | Open the Column properties InfoBox to change some properties |