How to add the column"Created By" in my list View v14?

How to add the column “Created By” in my list View v14?
i need it in Material Request List view.

Hi @Osama_Ali,

You can’t do it directly in the list view, but you can in the Report Builder. However, I recommend creating a new field called “Custom Created By” and using a script to set its value to match the “Created By” field. Then you can see this in the list view.

Hope this suggestion is helpful.

Thank You!

thank you for you answer @NCP ,
Can i used “Fetch From” when i creat the new field, what type of this field , is it "Data \ link or Read Only "

Hi @Osama_Ali,

I will share another suggestion, Create a field:
Field Name: Custom Created By/Created By
Field Type: Link
Option: User
Default: __user
Read Only: 1

User double underscore in default.

I hope this helps.

Thank You!