I am trying to get it to automatically round a table cell (integer would be fine). I’ve been trying to use \round, but just can’t seem to get it to work.
I can’t really test it without sitting and unpicking where each bit of data is coming from but if you make those changes and report back we might be able to assist further.
The reason I’ve moved the numericValue stuff out into separate variables is to avoid situations where you have quotes inside quotes, like
"${numericValue(".....")"
as this invariably throws off the parser. Probably get around it with backticks but much cleaner to just pull it out to be completely separate.
Yeah, it’s more about the fact they don’t nest within each other, so the first " is interpreted as the opening of a quote but the subsequent one is considered to be the close rather than the opening of a nested one. So while you might expect