You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composite events are not created as intended.
The compositeRules array in the JSON sent to the Sense API is always empty, irrespective of what's defined in the source file:
When exporting tasks to a file a column "Rule count" is created to keep track of composite event rules that are associated with a task (i.e. which dependencies there are to upstream tasks).
But when importing the same file Ctrl-Q looks for a column named "Rule counter".
Doesn't find it and thus no composite event rules are created.
What version of Ctrl-Q are you using?
3.4.1
What version of Node.js are you using? Not applicable if you use the standalone version of Ctrl-Q.
No response
What command did you use to start Ctrl-Q?
node ./src/ctrl-q.js task-import --auth-type cert --host 192.168.100.109 --auth-cert-file ./cert/client.pem --auth-cert-key-file ./cert/client_key.pem --auth-user-dir LAB --auth-user-id goran --file-type csv --file-name task-chain.csv
What operating system are you using?
macOS
What CPU architecture are you using?
X86_64
What Qlik Sense versions are you using?
2022-November
Describe the Bug
Composite events are not created as intended.
The compositeRules array in the JSON sent to the Sense API is always empty, irrespective of what's defined in the source file:
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered: