Problem with complex strings
jerome
France
I'm having a problem with strings :
I have to calculate something inside a TableCell in a report, and I need to format the result! What's wrong with that ?
Remise globale ([[[General.REMISE_TOTALE_HT]/[General.MONTANT_TOTAL_HT] * 100].ToString("F2")] %)
I have to calculate something inside a TableCell in a report, and I need to format the result! What's wrong with that ?
Remise globale ([[[General.REMISE_TOTALE_HT]/[General.MONTANT_TOTAL_HT] * 100].ToString("F2")] %)
Comments
Here is the correct string:
([([General.REMISE_TOTALE_HT]/[General.MONTANT_TOTAL_HT] * 100).ToString("F2")] %)