Hello Gliders ,
I’m working on a client build for a financial reporting app. There are a bunch of math and number columns and some are positive and some are negative. I’m looking for two things that I cannot do by default in Glide or Glide Tables:
- Show negative numbers as (50,000) rather than -50,000
- Right justify numbers
For the first one; I can set up a few extra columns to remove the minus sign and add () which will end up being text columns. However, I’ll have to set this up for every number column…
Any thoughts on another way to go about this? I don’t know CSS but can copy and tweak code if it is out there.
For the second one; is there any way out there you know of to format the text for right justify? This seems to be best / standard practice for financial reporting because it gives quick view for different amounts in thousands / millions / billions etc.
Thanks for any thoughts / directions!