How can I set the percent symbol "%" for a column? MYDBR uses this symbol for parameters.
I try "%.2f %" and don't works.
I have another style for money (Euros) like this "%.2f €" and works fine.
What about the percent symbol?
Thanks
How can I set the percent symbol "%" for a column? MYDBR uses this symbol for parameters.
I try "%.2f %" and don't works.
I have another style for money (Euros) like this "%.2f €" and works fine.
What about the percent symbol?
Thanks
myDBR uses standard printf for formatting. Use "%.2f %%".
--
myDBR Team
Thanks, It works fine.
You must log in to post.