The most recent content from our members.
Hello, Where do I change and how do I change the report below to the value of Group Status Info show in decimal? Example: Ex: 99.978% Report: DECLARE @BeginDate FLOAT, @EndDate FLOAT; SET @BeginDate = FLOOR(CAST(DATEADD(MONTH, -1, DATEADD(DAY, -DAY(GETDATE()) + 1, GETDATE())) AS FLOAT)); SET @EndDate = CAST(DATEADD(MONTH,…
I would like to be able to edit various web resources in SolarWinds to show utilization values in tenths or hundredths of a percent. For example, the Interface Details resource shows utilization to the nearest whole integer, but I would like to change it so that these values show places to the right of the decimal. That…
It looks like you're new here. Sign in or register to get started.