Hello, is there an option to present answer (single choice) from choice list on report ?
Thank you
Hello, is there an option to present answer (single choice) from choice list on report ?
Thank you
Hi,
I don't know if I understand correctly, but I checked and YES - you can add the "Choice list" column to the report.
Are you having any issues/errors with this?
Hi,
I don't know if I understand correctly, but I checked and YES - you can add the "Choice list" column to the report.
Are you having any issues/errors with this?
I don't have an error, I just don't see this column available to add - I added screenshots.
I don't have an error, I just don't see this column available to add - I added screenshots.
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 ;)
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.