Colouring tables’ rows on conditional cases
24th July 2024
Depending on the amount of columns, this can be quit some work, but it can be achieved, by customizing the appearence of every column to show a background based on …
Answer
24th July 2024
Depending on the amount of columns, this can be quit some work, but it can be achieved, by customizing the appearence of every column to show a background based on …
24th July 2024
Hi Wim, Thanks for the suggestion, I tried configuring the url as you suggested as well as playing around with some of the settings in the docs. Unfortunately I have …
24th July 2024
Hi Cristel, As mentioned by Joey, it can have different causes. Editing and updating a protocol of an element is resolved as a “delete and recreate with new settings” under …
24th July 2024
Instead of configuring the URL of the image directly in the Low-code app, make use of the videothumbnails webpage. Configure the following URL in the web component of your Low-code …
24th July 2024
Hi Baranisudha, I recently saw a similar question with an answer which might help you: https://community.dataminer.services/question/migrate-lca-dom-automation-script-from-dev-environment-to-stage-or-prod/
24th July 2024
Hi Johnny, Could you be a bit more specific on what scale you mean specifically? What is the use case you have in mind?
24th July 2024
Hi Cristel, without more details, it’s hard to pinpoint the cause of this. I would suggest reaching out to tech support and providing additional logging so we can determine the …
24th July 2024
Hi Miguel, You can only use numeric values as an x- and y-axis. Since you use the CSV reader ad hoc data source, it does not know which column is …
24th July 2024
Hi Nils, Maybe executing the script when opening the page could help? How to execute an automation script on visio page opening Hope it helps.
23rd July 2024
Arunkrishna, We have something similar in the AWS cloudwatch connector. Assuming it’s the same, we can extend this capability to the mediaconnect connector as well. We will update the documentation …
23rd July 2024
Hi, I did a quick scan of our catalogue and don’t see any previous integration with this third party ticketing system. Irrespective of this my advise will be to reach …
23rd July 2024
Hi Gerwin, This should be fine as long as the existing data is still valid according to the updated state configuration. Considering you have only added states, I would assume …
23rd July 2024
Hi Fenta, The exception you’re encountering, `BadImageFormatException`, occurs when the runtime tries to load an assembly with an invalid format (e.g., 32-bit assembly loaded in a 64-bit process). You need …
23rd July 2024
Hi Fenta, You need to configure the Directory.Build.props file to have something like this <Project> <PropertyGroup> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> </Project> This will indicate the pipeline to use x86 for the build …
23rd July 2024
We are aware that these errors seem to pop-up in certain circumstances. We are still investigating why and when they exactly occur, but as far as we know they do …