Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!

How to customize the display style of data detail list

Avatar

Level 3

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

2020-12-14_155153.png

2 Replies

Avatar

Employee

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)

 

 

Avatar

Level 3

Hi, Psheppar

Thanks for your answer. Yes, we do treat one column to a string. But our client seems not used to the number style, so we need to system scale config this style 🙂