Thank you for responding! I think you may have the key to solve it. Indeed I’m looking to replace the permanent number 30 with a variable based on a per-client fee. Currently, this is the data line that is being logged for each hour of work:
work:: Rimon | 2022-04-03 | 09:45 | 15:42
If I add a fee column to that, what would the query syntax need to look like to take it under consideration?
Let’s say this is the new line that includes the fee:
work:: Rimon | 2022-04-03 | 09:45 | 15:42 | 30
I’m a little new to that kind of scripting and I couldn’t find the right spot for it in the documentation.
Thank you so much!
Daniel