Hello everyone.
I am a newbie to IFS hence this is my first question in this forum.
I just want to retrieve the last 3 digits from a column called “Part_No”, I created the flowing inquiry and validated it at the Database layer
SELECT SUBSTR(Part_No, LENGTH(Part_No)-2) AS Truncated_Part_No
FROM Reserved_Lot_Batch
Unfortunately, I got an error from IFS when I try to save the read only Custom Attribute with select statement. Screenshot below.

what is wrong here?
Regards,