Paging Dr. @pturmel
I know I've seen you mention this before but I don't see an example in the docs and I am having trouble finding it since searching for view brings up perspective posts.
I have a expression that I am using to conditionally sum up a dataset like
view("sum(unitcost) WHERE accountId!=508 and Billed==? GROUP BY 1",{Root Container.DetailedView.inventoryListDetailed.data},{Root Container.idx})[0,0] however, this is not working.  I wanted the Billed column equal Root Container.idx.  How can I do this?