Home > Forum > Forms > Choice list on report

Choice list on report
0

MVP
In reply to: Jacek Wojnar

Strange... it works for me ;)
Maybe you have a form type selected in the report configuration (in the first tab) that isn't connected to this field.

AND, I know it's a workaround, but you can always try making it a calculated column ;)

In addition to why it's visible/not visible you might be running different versions of the system (not sure if it was always possible to put those attributes on reports),
I wanted to suggest same workaround as Jacek, at first - check column name, which is used by the attribute, in attribute configuration screen.
Answer single choice values are stored in WFD_AttChooseX columns.

In calculated column just put in the name of the column, maybe wrap it with dbo.ClearWFElem(WFD_AttChooseX), example in attachment.