You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/user/calendar-view.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ search.app:
15
15
- D365CE
16
16
---
17
17
18
-
# Work with rows in the new calendar view
18
+
# Work with rows in the calendar view
19
19
20
20
The calendar view displays scheduled activities and their associated details. You can view, create, and delete your activities in a day, week, or month view. For the new calendar view to be visible, the **Calendar Control V2** control must be added to a table view by a system customizer or a system administrator. For more information, see [Add the calendar control to tables](https://docs.microsoft.com/powerapps/maker/model-driven-apps/add-calendar-control). The **Calendar Control V2** control can be added to any table.
21
21
@@ -113,7 +113,7 @@ The calendar view allows you to easily create a new row.
113
113
114
114
## Search through rows
115
115
116
-
You can use the Search box to filter the rows in the calendar based on a search term. For example, when you enter the keyword **laptop**, it refreshes the calendar view to show only the rows where the title begins with **laptop**.
116
+
You can use the search box to search for data in the view you're in. For example, when you enter the keyword **laptop**, it refreshes the calendar view to show only the rows where the title begins with **laptop**. For more information, see [Use search on a grid](https://docs.microsoft.com/powerapps/user/grid-filters#use-search-on-a-grid).
117
117
118
118
> [!div class="mx-imgBorder"]
119
119
> 
10. Repeat the previous step for any additional columns that you want to add. When you are done, on the **Lay Out Columns** screen, slect**Next**.
74
+
10. Repeat the previous step for any additional columns that you want to add. When you are done, on the **Lay Out Columns** screen, select**Next**.
76
75
77
76
> [!div class="mx-imgBorder"]
78
77
> 
@@ -86,6 +85,12 @@ All reports that are created using the Report Wizard are Fetch-based reports. No
86
85
87
86
> [!div class="mx-imgBorder"]
88
87
> 
88
+
89
+
> [!NOTE]
90
+
> The reports that are querying notes, may display in HTML-formatted text instead of plain text. This is because the rich-text editor is enabled by default. To workaround this issue, do one of the following:
91
+
> - Disable the rich-text editor, for more information see, [Enable or disable rich-text editor for notes in timeline](https://docs.microsoft.com/powerapps/maker/model-driven-apps/set-up-timeline-control#enable-or-disable-rich-text-editor-for-notes-in-timeline). When you disable the rich-text editor, new notes that are created will not the have the HTML tags. The existing notes that were created when the rich-text editor was enabled will still show in HTML-formatted text.
92
+
> - Update the report definition to support formatted text. For more information, see [Importing HTML into a Report](https://docs.microsoft.com/sql/reporting-services/report-design/importing-html-into-a-report-report-builder-and-ssrs).
0 commit comments