Can archived enumeration values of RTC project area be fetched by insight reporting?
![](http://jazz.net/_images/myphoto/573a47b8f65b728750c106205f7ddeef.jpg)
One answer
![](http://jazz.net/_images/myphoto/573a47b8f65b728750c106205f7ddeef.jpg)
Hi Kavita,
The data already loaded into ODS table will still exist there (for example, WI is stored in REQUEST or REQUEST.HISTORY). So these data can be displayed in the report.
However, you may get an error when you run the ETL job after archiving an attribute. Ensure if following REST API call is still valid.
https://server:port/ccm/rpt/repository/workitem?fields=workitem/workItem/(id|enumeration_value)
if not, and depending on how it is used in ETL job, you might need to modify the ETL job to remove the error.
The data already loaded into ODS table will still exist there (for example, WI is stored in REQUEST or REQUEST.HISTORY). So these data can be displayed in the report.
However, you may get an error when you run the ETL job after archiving an attribute. Ensure if following REST API call is still valid.
https://server:port/ccm/rpt/repository/workitem?fields=workitem/workItem/(id|enumeration_value)
if not, and depending on how it is used in ETL job, you might need to modify the ETL job to remove the error.