What I’m trying to do
I want to access the content in a table to sum the columns and display the summed value only.
Sure, there are other ways using Dataview, but I am just starting out, so I’d like to see if I can use the built in stuff first.
As of now, I think I can achive what I want through note properties, but then what is the point of having tables and a note? I may as well use Jupyter notebooks!
Things I have tried
I’ve tried searching online and looking at the documentation but found everything to be more of a reference as opposed to a proper example. (A good example I can think of are the examples in Python’s documention.)