Is there a way to Combine Inline queries from dataview and Advanced Tables formulas?
What I’m trying to do
Basically what I want to do is having one cell filled by a property of the note, and another cell with a formula-calculated value based on the first cell. Or, it would be good anyway, to use properties in formulas.
Things I have tried
I’ve tried to insert \=this.property`` into a cell and then do some formula math using that cell but it gives all sort of error.
In the same way, I’ve tried to use directly this.property in the formula, and (as expected) it gave an error
I believe you’ll need to use dataviewjs to achieve your goals. It’s capable of both building the table, and adding calculated rows/column.
I do not believe you’re able to combine dataview and advanced tables formulas, and if that works every now and then, I would suspect it to be very fragile and unreliable…