Have sort of asked this before, but had to drop to complete other projects-- but we're back...
So, I'm trying to achieve streaming data within Dashboards. I've gone through the docs (PDFs) and tutorials (videos etc) and still can't seem to achieve success with this.
I've got a run-of-the-mill TickerPlant that's consuming data without issue. I've got a custom sub process listening to the TickerPlant, running some aggregations and then spitting the results into a final table called MasterTable -- the schema for MasterTable is located in my sym.q file within the TP directories.
Now, in reading through the Docs I very clearly get lost dealing with .u.snap and the .ringBuffer. stuff. Proper implementation. Coincidentally, figuring this part out is likely all it requires to get streaming up haha
To this point, I've managed to get Dashboards to do a static query and show all the results in MasterTable -- but when I go to streaming it gives me a "MasterTable" error message in the view box with the last line of data in MasterTable (I'm hoping to get last row by sym but I'll deal with that later)
Can someone dumb this down for me so I can move on with my life?!