Column Description displayed instead of Display Name

TLDR:
For table columns
IF colDescription="" THEN app.displays(colDisplayName)
ELSE app.displays(colDescription)

I’m not sure if it’s my setup, or a wrong reference in the code itself, but my app appears to be using the column “Description” field as the “Display Name”, and ignores whatever is in the “Display Name” field whenever “Description” has a value.

When “Description” is empty, it uses the correct “Display Name”, but I don’t think that’s ideal.

Is this a bug, or is there something I’m not getting?

Thanks

0 9 2,768
9 REPLIES 9
Top Labels in this Space