How to show Value in Select list when Exporting Projects

Hi all,
Please support me!
When I export Projects, the exported field in type Select list will only show numbers 1, 2, 3,… But I need to show the values ​​already included in this list.
Example: Select list is defined as follows
1,Notar
2,Reg
→ exported field will show: 1 or 2 (without displaying the value: Notar or Reg).
Please help me how to show values ​​instead of numbers when exporting.

I need the help of the Dolibarr community, I can pay a reasonable fee to receive this help from you. Thanks!

Hello,

You should change your select list to

Notar,Notar
Reg,Reg

1 Like

Thanks! I succeeded following your instructions, it’s so simple. Thanks again

1 Like