Question

Areteans
AU
Last activity: 11 Jun 2020 16:55 EDT
RD Column Format
Hi Team,
I have a table called reference data, data looks like below. I am using this data in another work object for a property called Lookupcode and I am using Dropdown and Data Page combination to capture code value and to display the value on the UI. Till now it is fine because I am using a section to display the value. But we have a requirement to export the work object rows using RD, in this case, while exporting it is only showing the lookupcode as "3" only, we want to show as "XYZ" by applying some Column Format or by writing custom control. Any help regarding this. If anybody has come across this scenario, could you please help us out.
pyID | Code | Value | FieldName |
---|---|---|---|
Lookup_A | 1 | ABC | Lookup |
Lookup_B | 3 | XYZ | Lookup |
pyID | propertyA | propertyB | propertyC | LookupCode |
---|---|---|---|---|
id-100 | a1 | b2 | c3 | 3 |
***Edited by Moderator: Pallavi to change content type from Discussion to Question***