Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to have two custom fields of the same database row?

Sascha Ziemann
Contributor
March 11, 2019

I have install nFeed and was able to create a custom field, which gets read by an SQL select query from the database. It works fine even with auto complete.

Now I would like to have another read only custom field, which displays anoter column of the same row. But I do not understand how to use an issue attribute in the SQL query.

How do I have to define such a read only field? Can anybody give me an example for the SQL query?

1 answer

1 accepted

0 votes
Answer accepted
Nicolas Simon
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 11, 2019
Sascha Ziemann
Contributor
March 12, 2019

Thanks this helps. There seems to be also an alternative way:

select "LAN-MAC" from "DeliveryItem" where "SerialNbr" = '$issue.customfield_10117'

Suggest an answer

Log in or Sign up to answer