RE: How to map computed for display item in LEI.. very critical, please help!! Daniel W Heichel 22.Jul.14 11:20 PM Lotus Notes LEI LEI - 8.0Windows
A "Computed for Display" field is meant to be a memory-saving device to produce data on the fly for users, showing them computed values when they open a document. It does not contain any data. It is not accessible from external sources, such as in a view or in LEI field mapping, because it doesn't actually exist unless the document is directly opened in a UI. Computed for Display fields are not compatible with LEI, which requires a present and static field mapping.
I would suggest adding a field whose value is computed, not computed for display, using the same formula to yield the same values - and map that instead.