Error - different data type after sending via pulse

I have the following problem. I have two columns in the report: one column has number value (it counts the values) and the second column has float value ( it can sum up e.g. amounts of money).
The report is correct in the metabase.
image

But the problem occurs after sending the report via pulse. While sending it via email the report automatically changes and the first column (the one with numbers) changes into the float one.
3

Is it possible to fix this problem?

Hi @konrad_warz
Pulses currently doesn't support column formatting, so defaults are applied:
https://github.com/metabase/metabase/issues/3735 - upvote by clicking :+1: on the first post
If you need it to be explicit, then cast the results as strings, which doesn't change formatting.

1 Like