exporting multi select checkbox field value using work-item export
![]()
While working with RTC V3.0.1.3 , I'm using the attribute "channel impact" , which is multi-select checkbox attribute in my work-item type.
The linked enumeration values has values as "A", "B", "C", D".
the attribute works as expected in work-item , where I'm able to select multiple values for a given work-item.
however, when I export the workitems into CSV using export wizard, it exports the internal literal value of the enumerations.
e.g. the exported csv has following format
workitem summary, literal.value.I1,literal.value.I2,literal.value.I3.
Is it possible to export the actual values into CSV for multi select checkbx attribute.
|