[Chart][BigNumber]Display by String #31807
i-love-thinking
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some cases it might be appropriate to display string in BigNumber, for example revenue divided by each customer. And this can be achieved by customized sql.
sum(revenue)/sum(customer)||'/customer'
.The only drawback is that the format string may not work.
This is the same situation as #18827
Beta Was this translation helpful? Give feedback.
All reactions