Wow loving glide, so much more the way i work myself in my own head.
However i have a question.
I have a checkbox next to my items when displayed that allow to show whether this has been purchased or not. What i want to do to do a sum of the rows that have had that check box checked.
However i have a further question if i may. Doing it this way seems cumbersome and with a finance app there would be many columns to create. Is there no way of doing a code inside of a display element with say something like
SELECT FROM Items, SUM(IF(Purchased, Price, 0))
I can just see things getting complex using columns to achieve all this or is that the no code way ?