Forum Discussion
UrsulaLlaveria
5 years agoQrew Assistant Captain
Thanks Mark! Funnily enough, that is what I ended up doing. I had to create text versions of all the related record ids I was referencing, and it seems to work. I will have to do some further testing to make sure it works in all instances, but this is a good workaround. I am surprised that this hasn't been identified as a bug of some kind, seems a little convoluted to get a record id.
------------------------------
Ursula
------------------------------
------------------------------
Ursula
------------------------------
AngelRodriguez
5 years agoQrew Assistant Captain
Ursula, with jinja templates you'd want to use the 'round' filter. So instead of
------------------------------
AR
------------------------------
round({{ a.bill_to_matter }})
, you just write {{ a.bill_to_matter|round }}
------------------------------
AR
------------------------------