How change HubDB column that type is "Number" format "#,##0"?

I use HubDB on website page.

HubDB column type is “Number”.

I get HubDB value that type is “Number” format “1200”.

but I use format “#,#0”.(Add “,”)

How change format i want?

finally i’m Japanese, sorry.

I couldn’t find anything to change the formatting of a number with HubL filters.

Wherever you output that data, you will have to use javascript to format the number.

Thank you for your answer.

I understand that.

Then, I change column type from “Number” to “Text” and data is example “1,200”.

(I don’t need calculation.)

Thank you.