Hello ALL,
I have the following SQL within the staff_id field lookup (AUTOMATIC)
SELECT people_id, sc_concat(firstname, ’ ', lastname)
FROM people
ORDER BY firstname, lastname
The fields firstname & lastname are encrypted using SC_ENCODE.
I’m trying to display the results within the lookup, but as you can imagine they are displayed encrypted.
HOW CAN I DISPLAY THE VALUE DECRYPTED?
I have tried many things but to no avail.