ListGetDataCfg from Statistical Table

Hello,

Does anyone know how to get the parameters defined in a Statistical Table (Annex tab)?
I want to create a dynamic schedule for all agentgroups defined, for example I’m looking to overwrite some parameters if the the isSpecialDay condition returns true.

Regards

I didn’t hear about any strategy function that can do it (by the way if you look inside compiler.dat file, part of IRD installation - may be there are underwater ways to get it - GetObjectProperty).

Most likely you have to use DataBase Access object to go directly into config server’s database for those data.

Regards

Kubikle is right; by using a DAP against the config database I managed to get some parameters from the cfg_stat_day for instance.

Fra

3 Likes