Trigger Automation Script via Watch Folder

One possible approach: Create a custom driver where you: Periodically run a QAction for getting the files and their last write time and store then i a table If the …

DIS 3.1.6 Connection Issue

I had the exact same issue – but Skyline has now released DIS version 3.1.7 – which for me, resolved the issue.

Deserialization errors in ElasticCluster

Hi Oscar, These errors are resolved in the recent version of the Elasticsearch connector. The version you are using is a bit old, so upgrading the driver version should resolve …

Lookup table path

Hi Marcos, Regarding the example that does not work, this is a relative path. As far as I know this will not work. You will need to define the full …

Regex in a filter component

Hi Marco, There is currently no way to use a regex as a filter here. The filter input will always be used as a ‘contains’ filter on the column. This …

Assembly loading issue in GQI data source

Hi Sara I’m not sure why the AddRange method you’re referring to, is causing this particular behavior. Based on the error you have included though, I believe your ad hoc …

Delete Functionality for Table

Hi Sanket, To delete the row, you can use a Qaction with the row=”true” (required when trying to trigger on an instance instead of the entire table) <QAction id=”1753″ name=”Remove …