"<path to executable>\OmniscopeInstaller.exe /S"
"<path to Omniscope.exe>\Omniscope_console.exe -activate xxxx-xxxx-xxxx-xxxx"
"<path to Omniscope.exe>\Omniscope_console.exe -reactivate"
"<path to Omniscope.exe>\Omniscope_console.exe -deactivate"
> [path to output]\output.txt
"<path to Omniscope.exe>\Omniscope_console.exe -deactivate" > c:\OmniscopeDeact.txt
]]>SUBSET([Surname], "Mac", "starts-with")
SUBSET3(field1, field2, field3, value1, value2, value3,
operator1, operator2, operator3)
INTERSECTION(
SUBSET(field1, value1, operator1),
SUBSET(field2, value2, operator2),
SUBSET(field3, value3, operator3)
)
UNION(
INVERSE(SUBSET(...)),
INTERSECTION(
SUBSET(...), SUBSET(...), ROWINDEXSUBSET(...)
)
)
subset_max("fieldname")
, for example.{ "result": value }
where value is the result of the expression; can be a complex object or array.{ "fieldCount" : 13, "recordCount": 1052, "fieldNames": ["field1","field2",...], "fieldTypes": ["text","text","date","integer","decimal",...] }
{ "result": [ [cell00, cell10, cell20], [cell01, cell11, cell21], [cell20, cell21, cell22] ] }
{}
to indicate success.