Problem FormatNumber

Hello, hi error in google console

{CFAB1E70-05AE-4B16-9DB7-A33A9C52172F}

<div class="row g-0">
                                    <div class="col-12">
                                        <p><b>Surface de plancher (SDP) : </b></p>
                                        <p>{{scSelection.data.query.surfaceplancherProjets.formatNumber(2, ',', '.')}} m²</p>
                                    </div>
                                    <div class="col-12">
                                        <p><b>Surface utile (SU/SUBL/SHAB) : </b></p>
                                        <p>{{scSelection.data.query.surfaceutileProjets.formatNumber(2, ',', '.')}} m²</p>
                                    </div>

                                    <div class="col-12">
                                        <p><b>Surface de l'oeuvre (SDO) : </b></p>
                                        <p>{{scSelection.data.query.surfaceoeuvreProjets.formatNumber(2, ',', '.')}} m²</p>
                                    </div>
                                    <div class="col-12">
                                        <p><b>Montant : </b></p>
                                        <p>{{scSelection.data.query.montantProjets.formatCurrency('€', ',', '.', 2)}}</p>
                                    </div>
                                </div>

https://dobo.occicrunch.com/app/fiche2.php?id=111

Thanks for help

Hi @kryo91,
Due to the MySQL 2 driver this can be an issue. You will need to convert the binding to a number first then apply format to number. We had this issue and Patrick explained the reason for it. which is below: