User Defined API Error 1001.

Hi Julio, In Triggering a user-defined API | DataMiner Docs you can find: NatsRequestFailed 1001 500 Failed to send the NATS request to the DataMiner Agent. It seems that NATS …

View Card > Elements > Save Column order?

Depending on which application and feature set you would wish to use, there are a couple of alternatives. In Visual Overview, you could use the Listview while in Dashboards and …

wallpaper on Dojo

DataMiner wallpapers are currently not yet available on Dojo.

Table’s header filtering

Hi Julien, As far as I know this is not possible. I believe there are two possible options: Using aggregation rules: You can define an aggregation rule on the view …

Table’s header filtering

Hi, That is currently not possible to exclude rows from the header calculation. Two alternatives are: 1) Add a single parameter, and do the calculation from a QAction with the …

How to make a download wizard via IAS Toolkit?

Hi Mieke, You can let the user download a file using the IAS DownloadButton. You can download any file that is accessible through https from the users browser. If the …

Resource scheduling code example to remove resource from booking

Off the top of my head this is something you are looking for: public void Run(Engine engine) { engine.SetFlag(RunTimeFlags.NoKeyCaching); try { Guid myReservationGuid = Guid.Parse(engine.GetScriptParam(“ReservationGuid”).Value); var bookingManager = new BookingManager(engine, …

Aggregation trend with other parameters

Hello Stefan, Indeed this is because the aggregation data is resolved differently to other parameters and elements. The context is quite different currently I do not believe there is a …