I have an issue where I have two table that are using the same query only different elements. The first table does not show the parameters with decimals but the second does. I made the first query before added decimals to the parameters. After adding the decimals, I duplicated the query changed the element ID and made the second table. I have tried to delete the first table. I have deleted the original query and duplicated the query from the second table and changed back to the original element. Still no decimals. Both elements are the same protocol and version. Has anyone run into this issue before?
Hi Kristopher,
GQI (using SLHelper) internally caches protocols to increase performance when executing these queries. It looks like the top table uses an outdated version of the protocol that is still in the cache. Killing the SLHelper process should clear this cache and force it to rebuild.
I’m not sure if the GQI DMX also has this caching mechanism.