We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I use pivotUI with four columns and i want to add for the first column only the currency symbole.
herewith an example |day| cost | col2 | col3 |1| 2.0 € | att| att |2| 4.0 € | att| att |3| 5.0 € | att| att
data in my cost column is a float.
i have read info about numberFormat() function in documentation but don't know if that can help me ?
ps: i want to format only on column in table view
Thanks for any help
The text was updated successfully, but these errors were encountered:
Unfortunately it's not possible to format or aggregate certain rows/columns/cells differently from others.
Sorry, something went wrong.
No branches or pull requests
Hi all,
I use pivotUI with four columns and i want to add for the first column only the currency symbole.
herewith an example
|day| cost | col2 | col3
|1| 2.0 € | att| att
|2| 4.0 € | att| att
|3| 5.0 € | att| att
data in my cost column is a float.
i have read info about numberFormat() function in documentation but don't know if that can help me ?
ps: i want to format only on column in table view
Thanks for any help
The text was updated successfully, but these errors were encountered: