Skills by 100th time is part of Configuration layer, not reporting layer. You can’t by default
On Ccpulse users did a trick to query the CfgServer DB to show this information.
Pulse is far more restricted right now
I understand what you are saying, but in the same vain - if you had a custom kvp that you attached as user data during the call. Why can’t you adjust the formula Result = G.CustomKVP(Data.Current_Status_KVP.Value); and add the filter in Stat server? since Service Type is just a KVP that’s attached just the same way
You can use next formula in order to display desired userdata:
Result = G.GetUserDataValue(Data.Current_Status.Value,‘user_data_key’);
Please note, that you should have Current_Status statistics with ‘User Data’ checkbox enabled in the same widget.
Don’t forget to add corresponding filter to StatServer options: user_data_key=PairExists(UserData,“user_data_key”, ""). You can replace '’ with any particular value.