yueminspb
13-12-2020
Hi Teams,
My client wants to make this Integer data type which displayed in the detail list do not contains the comma as separator. Like below
psheppar
Employee
16-12-2020
I do not know of a global setting, but if you this is for a single schema, you can add an expression which converts the value to a string, then this will have the effect off removing the seperators.
ToString(@id)