Hi
can you help me understand the Tostring formula?
i want to convert a number so it will be presented with comma separator for thousands.
in the training i saw the answer is:
ToString([Total], 2,1)
but I want to understand the meaning of the '1' in the formula because when I tried to change it to 2,3,4 etc. it keeping the same.
thanks a lot
Adiel