Updating a table row

Hi Ryan, The most basic way for you to achieve what you are after is to use a combination of 3 calls protocol.Exists | DataMiner Docs protocol.AddRow | DataMiner Docs …

Get rid of “Commas”

Hi Thomas, I thought it would be possible with a regex like ‘^(([^,]*)(?=,)?)+$’, but apparently that doesn’t work. The problem is that a regex match is always consecutive. It’s not …

Cassandra 5.0 – support

Hi Stacey, We intend to support Cassandra 5.0. At the start of last spring we had a validation run, verifying the compatibility with Cassandra 5.0 but unfortunately our recommended way …

Match Regex in Queries (Low-code App)

Thanks Wale for a quick answer and I have tried it, but strangely is not working in my queries. I really don´t know why. I have done like this:

Inputting form data from a variable

Hi Sion, I don’t think this feature exists at ingest time in a form, but you could use the ‘On Create’ script. This would run after an instance is created, …

Sending Dashboard as html report on an email

Hi Daniel, Great timing! Non-interactive HTML reports are available as of DataMiner 10.6! The planned launch for version 10.6 is February 20. Version 10.6.1 is scheduled to roll out on …

Building a .dmapp

Hi David, This documentation page, provides more info on how to create a package.

Dashboards : Web component & dataminer.services

Hi Wale, There’s two things to keep in mind when referencing local resources: Local resources are not accessible over dataminer.services unless they’re in the public folder (all others are blocked) …