> For the complete documentation index, see [llms.txt](https://wiki.qolio.ru/qolio-or-baza-znanii/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.qolio.ru/qolio-or-baza-znanii/vozmozhnosti-platformy/analitika/otchyot-dinamika-ocenok-po-otdelam.md).

# Отчёт "Динамика оценок по отделам"

Начальный вид страницы выглядит следующим образом:

![](https://fc-euc1-00-pics-bkt-00.s3.eu-central-1.amazonaws.com/0721dce3c3785a031c746e321256bd63df24b9869ed57f74c93416f4284e377c/f_faq-image/u_27963c26d01c313b4a2c286fd7865b33f176c47687009f3345e11133a4c6bf07/img_mebig8jmun_308ff3fdf3639c12a002ee649063fda1ed7a4a712f6a4af8f3d720918a4f17d7.jpeg)

Сверху находится панель управления видом страницы.&#x20;

1. Дата коммуникации -  выбираем промежуток, за который хотим получить статистику;
2. Формат отображения  - выбираем, как хотим, чтобы отображались данные: в разрезе дня, недели, месяца;
3. Форма оценки  - выбираем, по какой форме оценки будут отображаться данные.
4. Добавить отчёт - нажмите на эту кнопку, чтобы добавить первый отчёт.

![](https://fc-euc1-00-pics-bkt-00.s3.eu-central-1.amazonaws.com/0721dce3c3785a031c746e321256bd63df24b9869ed57f74c93416f4284e377c/f_faq-image/u_27963c26d01c313b4a2c286fd7865b33f176c47687009f3345e11133a4c6bf07/img_gh93t6l62n_817357ed8c3c0788b24d91f660eeee4d5140f5fb83f1bef3aa68cca7c7f2c4a7.jpeg)

1. Вы можете нажать на кнопку "скачать", чтобы выгрузить этот отчёт в *Excel*;
2. Вы также можете  нажать на иконку "настройки" в правом верхнем углу для того, чтобы выбрать нужные отделы;
3. Вы можете сами выбрать, сколько строк отчёта отображать. Если весь отчёт не помещается в одном окне, он разбивается на несколько подстраниц.

Если данные не найдены, проверьте вышеперечисленные настройки или выбранные отделы.

Данный отчёт отображает динамику результатов по отделам. В строках расположены отделы, а в столбцах - даты.  Столбец "Всего" показывает общий результат по каждой дате (каждому столбцу). Если в конкретную дату по конкретному отделу не было оценок по коммуникациям, что в такой ячейке будет отображаться *N/A.*&#x20;

Для того, чтобы добавить новый отчёт, нажмите на кнопку "Добавить отчёт". Новый отчёт добавится в самый верх страницы. На одной странице может находится максимально 5 отчётов. Если вы нажмёте на "Добавить отчёт" ещё раз, то создаться новая страница, к которой можно будет перейти их нижнего правого угла.

![](https://fc-euc1-00-pics-bkt-00.s3.eu-central-1.amazonaws.com/0721dce3c3785a031c746e321256bd63df24b9869ed57f74c93416f4284e377c/f_faq-image/u_27963c26d01c313b4a2c286fd7865b33f176c47687009f3345e11133a4c6bf07/img_71365vmh2n_ee53dafb76ed0d3238ec94be50c7ec44ed88dbdfa511d01948c9fc92f4255411.png)

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.qolio.ru/qolio-or-baza-znanii/vozmozhnosti-platformy/analitika/otchyot-dinamika-ocenok-po-otdelam.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
