Numeric values without comma

HI
I 'am storing year values as int in database but while displaying the year values in screen i’am getting with comma (2,017) .To display 2,017 to 2017 i’am using value collection data source, in that i want to add regular expression how can I add it?img1

Hey, @akhilreddy.jimmala!

Change annotation @NumberFormat for this field in IDE.
@NumberFormat(pattern = “#0000”, decimalSeparator = “.”, groupingSeparator = “”)