Vysh27
December 5, 2023, 6:24am
1
Hi , I want to create a decimal filter in my report and for example when we filter the values in the decimal filter to 2 then the values in the table should have 2 decimal points.
What Kind of calculations should I use for this
ErikG
December 5, 2023, 6:31am
2
Hi @Vysh27
Please check out
Hi all,
I would like to have my Conversion % column dynamically change decimal places according to the values it represents. The AUTO feature is not consistent, it does not automatically determine the appropriate number of decimal places.
As an example if the conversion values are small, I’d like to see decimals (i.e. 3.2%). On the other hand, if values are big enough decimals become irrelevant (i.e. 40%)
How can I achieve that? a formula maybe?
Thanks.
Gian Marco
BR
Vysh27
December 5, 2023, 7:03am
3
i’m getting this error
can somebody help
here decimal is a parameter i’ve created
ErikG
December 5, 2023, 7:43am
4
Can you show your parameter definition, pls?
ErikG
December 5, 2023, 7:59am
6
You have to use a “single value” parameter with default e.g. 1
The multiple default values you specified should go into the control option.
Also have a look at
Vysh27
December 5, 2023, 8:16am
7
Thanks @ErikG , the solution helped me!