Re: [GNC] Help with using formula in NUM field of Scheduled Transactions

2025-04-11 Thread Adrian Jolly via gnucash-user
preciation. In any case, if you know the starting point, "(42 - i)" should work. Cheers David H. On Fri, 11 Apr 2025 at 09:43, Adrian Jolly via gnucash-user < gnucash-user@gnucash.org <mailto:gnucash-user@gnucash.org> > wrote: > I require to schedule a weekly transaction, whe

[GNC] Help with using formula in NUM field of Scheduled Transactions

2025-04-10 Thread Adrian Jolly via gnucash-user
I require to schedule a weekly transaction, where the Num field increments by 1 for each transaction My template has " i + 1 " (without the quotes), in the Num field. But all I get is " i + 1 " (without the quotes) in each and every transaction. What am I doing wrong? Adrian