Dynamic decimal places

Hey @wstevens01 , @ErikG ,
Thanks for that, selecting Auto fixed that!

One thing is left, there no ‘%’ next to the numbers now though, which visually speaking, I think i critical for the end-user.

I tried this:
CVR dyn. % =

ifelse(
    isNotNull(CVR),
        concat(toString({CVR dyn. dec.}),'%'),
        NULL
)

But I get this:
image

Formatting does not include Decimal Place selection, as the CVR dyn. % is a string now.

Do you guys have a smarter way to do this too?