Hi Dojo community,
I am currently building a simple log viewer app where I would like to use a 'Text input' component to enter a path to a log file, which then gets parsed by an ad-hoc data source into GQI data. This works fine, but I would also like to have some numbers and statistics alongside a table. This is why I was creating additional queries which start from the base query that then do some aggregations etc.
It seems that, when I enter the path in the 'Text input' and press enter, only the base query gets reloaded (and thus the table that is fed by it as well). The queries that start from it are not reloading and are still feeding the old data to the 'State' component. Is this something that is not supported, or am I missing some configuration? This is my base (AllLogData) and extra query (AllLogData_Count).
When I was testing whether this would work, I can remember that this worked for a moment, but suddenly it stopped reloading.
Hi Thomas,
This is a known limitation of the 'Start from' query. You currently need to create one large query if you want to use feeds.
We do plan to support this in the future. You can track the progress of it using DCP156795.