Hello, I’m having trouble combing a couple of formulas in Coda. I want to display an invoice number which is the document title as well as sequential line numbers in the format “A100100-001”.
I know you can use the
thisTable.PageName()
function to show the invoice number from the page title, and here is the formula I have for getting the -001 part:
Format(“-{1:000}”,A100100.find(thisRow).LeftPad(3, 0))
However, I can’t seem to combine these into one formula. I am just learning formulas. Can you please help?