Why is PrintModuleTable returning richtext for type instead of link for a view column that is a link?

One answer

PrintModuleTable uses views data source schema. You can make data request against the DNG view (for which you are generating the report) using a browser as explained in https://jazz.net/wiki/bin/view/Main/DNGModuleViewExternalRequest and check if the XML returned is as expected. If not, please raise a defect against DNG.
I remember a similar workitem created against DNG, where the data returned was text instead of richtext. I can confirm if you can provide the screenshot. You can upload it somewhere and share the link.
Comments

Thank you for the reply. Here is a snippet of the XML. Field:type should be "link" since this correlates to a column that is a link.
Here is the URI. You will need to change it based on your DNG instance. It only take a few minutes to compose this and try in your browser.
Thanks,
Rich

and a snippet of returned text since I exceeded the maximum number
<rrm:field field:fieldId="5" field:isContent="false">
<field:value field:type="richtext">
<div><a href="https://localhost:9443/rm/resources/_fXbMMVrsEemD-u_UQ3Y4MA">665:Product1 Electrode Design Verification</a><br/><a href="https://localhost:9443/rm/resources/_fXe2kFrsEemD-u_UQ3Y4MA">671:Product1 Electrode Wear Study</a><br/><a href="https://localhost:9443/rm/resources/_fb1LEVrsEemD-u_UQ3Y4MA">849:New Product Electrode Wear Study</a><br/>
<field:value field:type="richtext">
<div><a href="https://localhost:9443/rm/resources/_fXbMMVrsEemD-u_UQ3Y4MA">665:Product1 Electrode Design Verification</a><br/><a href="https://localhost:9443/rm/resources/_fXe2kFrsEemD-u_UQ3Y4MA">671:Product1 Electrode Wear Study</a><br/><a href="https://localhost:9443/rm/resources/_fb1LEVrsEemD-u_UQ3Y4MA">849:New Product Electrode Wear Study</a><br/>
Comments
Rich DeMidio
May 01 '19, 11:32 a.m.Rich