79126025

Date: 2024-10-25 14:04:43
Score: 1.5
Natty:
Report link

thank you for suggestions. I found the answer myself The point is to really use FORMAT() funciton, but the percentage needs to be divided by 100, before formating.

format(@fiteenPercentage / 100, 'P2')

If divided, the outcome is

26-50: (343474) 3,37 %

If not the outcome is

26-50: (343474) 337,00 %

which means the function needs to work with number between 0 and 1

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jakub Sluka