Hello, I have a table based on a query to collect any kind of services status and format it using xyserie
From a server to another the service collected are not the same so I can't/don't want to set 50/80 columns one by one with the rule Running/Stopped.
Then I tried to modify the code but I can't find any doc where it is explained in detail.
Only success: I found and set a unique rule "StatusColumnFormatConfig" in my code. So each field could apply to this rule
but then I'd like to apply it for all columns but I can't find how to do it...
As you can see in the example I just tried a "*" but of course it was to simple to work 🙂
Second step would be to put the host name in Green if everything is Running and Red is only one is Stopped but I guess I will need another calculated field for that.
Thank you by advance