Hello everybody!!!
I am changing the web hosted, so I would like to ask for you, if some problems occurs, do not worry!! 🙂
I do not know about new posts in this year, but lets talk about Failure Distribution Report.
This is a good tool to identify where the problem ocurred and in some cases, to see why the problem is occurring. To know more about this report, check reference…..
.
Today, we will talk about custom the report to bring in the end of the day, a custom summary.
Is strong recommended that you download the report and up a new report. How do this?
In Skype for Business Server, open
.
You will download 1 for backup and 1 to customize.
.
.
In the same page, to upload click upload file……
.
.
.
After, edit the new report in Report Builder….
.
.
.
In my case, I would like to receive this report every work days, at 5pm. So, we need to click inFilter_PeriodStart….Parameter Proprerties….
.
.
.
Click Default Values and then fx….
.
.
This is the default code….
.
.
The number 7 means to get the start Period 7 days before today
And…..
=Iif(Parameters!PeriodStartUTC.Value=”0001-01-01T00:00:00″, DateAdd(DateInterval.Day, -0, DateAdd(Dateinterval.Minute , -540 , Now)), Code.GetLocalTime(DateTime.Parse(Parameters!PeriodStartUTC.Value, System.Globalization.CultureInfo.GetCultureInfo(“en-US”))) )
.
Now, here in Brazil, is 17:40…. So…. The report will run every day at 5pm, so, the call to be monitored start at 08am….
09 hours in the past…. 540 minutes back…
.
.
.
Click ok twice….. and the click in Run in Report Builder….
.
.
.
Check that, The from field is excactly 9 hours past…..
.
.
.
Now, you can save the report and let’s subscribe it….
.
.
.
You can choose some things….
.
.
.
And select Schedule to send an email…
.
.
.
Click Ok twice and wait….
.
.
.
Reference
.
https://technet.microsoft.com/en-us/library/gg558635.aspx?f=255&MSPPError=-2147217396