Hi there,
is there a way to automatically display large number “short-handed”? for example $1,000,000 as $1M etc.
Thank you
Hi there,
is there a way to automatically display large number “short-handed”? for example $1,000,000 as $1M etc.
Thank you
You could always use a conditional based on how you want to display the data.
Hi @hello.plannwin,
Try to add conditional on text/input element like,
One way to do it:
Thanks for the tips