RTC: Is it possible to export the "Work Progress" attribute to CSV?
Accepted answer
Hello Clement,
my understanding is that Progress is a calculated attribute (hours spent vs estimate)
and this work is done by the PlanRestService.
So I don't think it can be CSV exported.
As a workaround, you may want to add a hidden (no presented) and read-only custom attribute,
which value might be set by a custom js in that would fetch the value of the progress attribute.
This custom attribute could be CSV exported.
Hope it helps.
Eric.
Comments
Pavithra Kasturirangan
Apr 03 '19, 12:03 a.m.Hi , Were you able to get the Work Progress value ? I have created an attribute of type Small string and use "Calculated Value"
Eric Jodet
JAZZ DEVELOPER Aug 26 '14, 3:52 a.m.Hello,
Pavithra Kasturirangan
Aug 26 '14, 5:33 a.m.Thank you, Eric