I have a drop-down list bound to secondary data source and displaying value, but stores ID. How would I store the actual value in an Expression box? Is it possible to achieve this? I used the following formula in expression box but doesn't seem to work:
xdXDocument:GetDOM("Review Status")/dfs:myFields/dfs:dataFields/d:tbl_review_status/@status_text[@pk_review_status = @fk_review_status]
Note: status_text and pk_review_status are from secondary data source
fk_review_status is in the Main connection (drop down field)
Please let me know if above formula is incorrect.
Thanks
Stara