Skip to main content

Hey Everyone,

 

I need help please, I created a custom field in reading only in order to appear the figure "0001" on each of my lines but when I try in Create one, only the figure "1" appears, my expression ignores the "000" in front of the "1", do you have an idea of ​​how I could do please

 

 

 

Thank’s

What about using a SELECT statement:

 

select ‘0001’ from dual

 

Would that work in lieu of an expression?


Hi ​@abdelmalek.mecheri,

I tested in 24R1 in the same way as you created and results are as expected.

Please refer below screenshot.

 


Hi, finally i choose another method. A static value option work correctly :

 


Hi ​@abdelmalek.mecheri,

I tested in 24R1 in the same way as you created and results are as expected.

Please refer below screenshot.

 

Hi,

 

I’m also in 24.1.5 version of IFS Cloud, and i did a lot of refresh but it’s still doesn't work

 

Thank’s for your answer


Reply