In Oracle APEX - I tried to put below JS in Advance-> Custom Attributes property- onfocusout="this.value=Number(this.value).toFixed(4).replace(/(\d)(?=(\d{3})+(?!\d))/g, '$1,')"
and in Appearance-> Format mask -> 999G999G999G999G999G999G999G999G990D0000
but in this JS, I am getting result like- 10,000.0,000
I need result as comma separated like- 999G999G999G999G999G999G999G999G990D0000 e.g. 10,000.0000
Note: Decimal should be fixed 4 and rest values should be thousand separator. Please help me if you ever tried this.
Type-> NumberFormat{Plug In} is not working in this case, As I am getting the records from interactive report to update.
Please let me know if more information is required.