Skip to content

Commit 975eac2

Browse files
authored
Merge pull request #3787 from MicrosoftDocs/mint_UI_icon_updates
update report wizard topic
2 parents 7da8b04 + e4e5c79 commit 975eac2

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

powerapps-docs/user/calendar-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ search.app:
1515
- D365CE
1616
---
1717

18-
# Work with rows in the new calendar view
18+
# Work with rows in the calendar view
1919

2020
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.
2121

@@ -113,7 +113,7 @@ The calendar view allows you to easily create a new row.
113113

114114
## Search through rows
115115

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).
117117

118118
> [!div class="mx-imgBorder"]
119119
> ![Use a search term to filter calendar rows](media/search-cal.png "Use a search term to filter calendar rows")

powerapps-docs/user/create-report-with-wizard.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.component: pa-user
88
ms.topic: conceptual
99
ms.date: 06/27/2019
1010
ms.author: mkaur
11-
ms.custom: ""
1211
ms.reviewer: ""
1312
ms.assetid:
1413
search.audienceType:
@@ -40,7 +39,7 @@ All reports that are created using the Report Wizard are Fetch-based reports. No
4039
4. In the next screen, leave the default selections and then select **Next**.
4140

4241
> [!div class="mx-imgBorder"]
43-
> ![Report wizard](media/report_wizard_1.png "Report wizard screen")
42+
> ![Report wizard selections](media/report_wizard_1.png "Report wizard selections")
4443
4544
4. On the **Report Properties** screen, enter a name for the report and then choose the row to include in the report and then select **Next**.
4645

@@ -72,7 +71,7 @@ All reports that are created using the Report Wizard are Fetch-based reports. No
7271
> [!div class="mx-imgBorder"]
7372
> ![add column screen](media/report_wizard_7.png "Add column screen")
7473
75-
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**.
7675

7776
> [!div class="mx-imgBorder"]
7877
> ![add more column screen](media/report_wizard_8.png "Add more column screen")
@@ -86,6 +85,12 @@ All reports that are created using the Report Wizard are Fetch-based reports. No
8685

8786
> [!div class="mx-imgBorder"]
8887
> ![View you report](media/report_wizard_10.png "View your report")
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).
93+
8994

9095
### See Also
9196
[Work with reports](work-with-reports.md)

0 commit comments

Comments
 (0)