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
The graphical query designer used by [!INCLUDE[ssDW](../../includes/ssdw-md.md)] provides built-in support for grouping and aggregates to help you write queries that retrieve only summary data. The [!INCLUDE[DWsql](../../includes/dwsql-md.md)] language features are: the GROUP BY clause, DISTINCT keyword, and aggregates such as SUM and COUNT. The text-based query designer provides full support for the [!INCLUDE[DWsql](../../includes/dwsql-md.md)] language, including grouping and aggregates.
78
78
79
-
For more information about [!INCLUDE[tsql](../../includes/tsql-md.md)], see [Transact-SQL Reference (Database Engine)](../../t-sql/transact-sql-reference-database-engine.md).
79
+
For more information about [!INCLUDE[tsql](../../includes/tsql-md.md)], see [Transact-SQL Reference (Database Engine)](../../t-sql/language-reference.md).
80
80
81
81
### <aname="QueryText"></a> Using Query Type Text
82
82
In the text-based query designer, you type [!INCLUDE[DWsql](../../includes/dwsql-md.md)] commands to define the data in a dataset. The queries that you use to retrieve data from [!INCLUDE[ssDW](../../includes/ssdw-md.md)] are the same as ones you use to retrieve data from instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that are not running within a [!INCLUDE[ssDW](../../includes/ssdw-md.md)] application. For example, the following [!INCLUDE[DWsql](../../includes/dwsql-md.md)] query selects the names of all employees who are marketing assistants:
@@ -157,4 +157,4 @@ WHERE EmployeeID = (@EmpID)
157
157
[Filter, Group, and Sort Data](../../reporting-services/report-design/filter-group-and-sort-data-report-builder-and-ssrs.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-data/store-credentials-in-a-reporting-services-data-source.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ ms.date: 05/24/2018
29
29
You can configure stored credentials that a [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] report server uses to access external data for a report. Stored credentials are used if the report runs unattended, for example a [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] subscription that publishes a report as an e-mail. The report server retrieves and uses the credentials when report processing is scheduled or triggered. This topic walks you through configuring stored credentials for both Native mode and SharePoint mode report servers.
30
30
31
31
## <aname="bkmk_top"></a> Security policy requirements for stored credentials
32
-
 It is required that the account you use for stored credentials, is configured for one of the following security policies on the report server. It is recommended you select the policy with the minimum level of permissions you require for your environment.
32
+
 It is required that the account you use for stored credentials, is configured for one of the following security policies on the report server. It is recommended you select the policy with the minimum level of permissions you require for your environment.
33
33
34
34
1.**Allow log on locally**. For more information, see [Allow log on locally](https://technet.microsoft.com/library/cc756809\(v=WS.10\).aspx).
35
35
@@ -63,7 +63,7 @@ You can configure stored credentials that a [!INCLUDE[ssRSnoversion](../../inclu
63
63
64
64
8. Click **Apply**.
65
65
66
-
 [Security policy requirements for stored credentials](#bkmk_top)
66
+
 [Security policy requirements for stored credentials](#bkmk_top)
67
67
68
68
## <a name="bkmk_stored_credentials_data_source_sharepoint"></a> Configure stored credentials for a report-specific data source (SharePoint mode)
69
69
@@ -91,7 +91,7 @@ You can configure stored credentials that a [!INCLUDE[ssRSnoversion](../../inclu
91
91
92
92
8. Click **ok**.
93
93
94
-
 [Security policy requirements for stored credentials](#bkmk_top)
94
+
 [Security policy requirements for stored credentials](#bkmk_top)
95
95
96
96
## <a name="bkmk_stored_credentials_shared_data_source_native"></a> Configure stored credentials for a shared data source (Native mode)
97
97
@@ -117,7 +117,7 @@ You can configure stored credentials that a [!INCLUDE[ssRSnoversion](../../inclu
117
117
118
118
6. Click **Apply**.
119
119
120
-
 [Security policy requirements for stored credentials](#bkmk_top)
120
+
 [Security policy requirements for stored credentials](#bkmk_top)
121
121
122
122
## <a name="bkmk_stored_credentials_shared_data_source_sharepoint"></a> Configure stored credentials for a shared data source (SharePoint mode)
123
123
@@ -145,8 +145,7 @@ You can configure stored credentials that a [!INCLUDE[ssRSnoversion](../../inclu
145
145
146
146
7. Click **Ok**.
147
147
148
-
 [Security policy requirements for stored credentials](#bkmk_top)
148
+
 [Security policy requirements for stored credentials](#bkmk_top)
149
149
150
150
## See Also
151
151
[Specify Credential and Connection Information for Report Data Sources](../../reporting-services/report-data/specify-credential-and-connection-information-for-report-data-sources.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-data/use-an-office-data-connection-odc-with-reports.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ ms.author: maggies
41
41
42
42
If you are not familiar with .odc files, you can use the following instructions to create and export one. One easy way to create an .odc file for an OLE DB data source is to use Excel 2007 and the Data Connection Wizard. Note that the wizard does not create a data source; you must have an external data source that is already defined.
43
43
44
-
An existing .odc file should only be used if it is fully compatible with the report and queries. If you run into errors that require significant modifications to either the report or to the .odc file, you should create a new .rsds file for the report. For more information about how to create a shared data source that uses an .rsds file, see [Create and Manage Shared Data Sources (Reporting Services in SharePoint Integrated Mode)](https://msdn.microsoft.com/library/2d3428e4-a810-4e66-a287-ff18e57fad76).
44
+
An existing .odc file should only be used if it is fully compatible with the report and queries. If you run into errors that require significant modifications to either the report or to the .odc file, you should create a new .rsds file for the report. For more information about how to create a shared data source that uses an .rsds file, see [Create and Manage Shared Data Sources (Reporting Services in SharePoint Integrated Mode)](/previous-versions/sql/).
45
45
46
46
### To create and export an .odc file
47
47
@@ -98,4 +98,3 @@ ms.author: maggies
98
98
## See Also
99
99
[Create, Modify, and Delete Shared Data Sources (SSRS)](../../reporting-services/report-data/create-modify-and-delete-shared-data-sources-ssrs.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-design/add-a-bookmark-to-a-report-report-builder-and-ssrs.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ ms.author: maggies
19
19
20
20
For example, if your report displays a table grouped by color, you would add a bookmark based on the group expression to the group header. Then you would add a table with a single text box at the beginning of the report that displayed the color values, and set the bookmark link on that text box. When you click the color, the report jumps to the page that displays the group header row for that color.
21
21
22
-
You can add a bookmark to any report item and add a bookmark link to any item that has an **Action** property, for example, a text box, an image, or a calculated series in a chart. For more information, see the [Action Properties Dialog Box (Report Builder and SSRS)](https://msdn.microsoft.com/library/2c5d915b-4f97-42cf-b8f1-49ca3ff3d0f9).
22
+
You can add a bookmark to any report item and add a bookmark link to any item that has an **Action** property, for example, a text box, an image, or a calculated series in a chart. For more information, see the [Action Properties Dialog Box (Report Builder and SSRS)](./add-a-hyperlink-to-a-url-report-builder-and-ssrs.md).
[Expressions (Report Builder and SSRS)](../../reporting-services/report-design/expressions-report-builder-and-ssrs.md)
55
55
[Filter, Group, and Sort Data (Report Builder and SSRS)](../../reporting-services/report-design/filter-group-and-sort-data-report-builder-and-ssrs.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-design/add-a-data-bound-image-report-builder-and-ssrs.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,5 @@ ms.author: maggies
46
46
[Images (Report Builder and SSRS)](../../reporting-services/report-design/images-report-builder-and-ssrs.md)
47
47
[Embed an Image in a Report (Report Builder and SSRS)](../../reporting-services/report-design/embed-an-image-in-a-report-report-builder-and-ssrs.md)
48
48
[Add an External Image (Report Builder and SSRS)](../../reporting-services/report-design/add-an-external-image-report-builder-and-ssrs.md)
49
-
[Image Properties Dialog Box, General (Report Builder and SSRS)](https://msdn.microsoft.com/library/c2218b93-f7fe-46ef-995f-d7dadf9752ec)
50
-
49
+
[Image Properties Dialog Box, General (Report Builder and SSRS)](./images-report-builder-and-ssrs.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-design/add-a-drillthrough-action-on-a-report-report-builder-and-ssrs.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,7 @@ ms.author: maggies
55
55
7. To test the link, run the report and click the report item that you set this link on.
56
56
57
57
## See Also
58
-
[Action Properties Dialog Box (Report Builder and SSRS)](https://msdn.microsoft.com/library/2c5d915b-4f97-42cf-b8f1-49ca3ff3d0f9)
58
+
[Action Properties Dialog Box (Report Builder and SSRS)](./add-a-hyperlink-to-a-url-report-builder-and-ssrs.md)
59
59
[Formatting Data Points on a Chart (Report Builder and SSRS)](../../reporting-services/report-design/formatting-data-points-on-a-chart-report-builder-and-ssrs.md)
60
60
[Show ToolTips on a Series (Report Builder and SSRS)](../../reporting-services/report-design/show-tooltips-on-a-series-report-builder-and-ssrs.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-design/add-an-expression-report-builder-and-ssrs.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,7 @@ ms.author: maggies
36
36
[Expression Uses in Reports (Report Builder and SSRS)](../../reporting-services/report-design/expression-uses-in-reports-report-builder-and-ssrs.md)
37
37
[Filter Equation Examples (Report Builder and SSRS)](../../reporting-services/report-design/filter-equation-examples-report-builder-and-ssrs.md)
38
38
[Group Expression Examples (Report Builder and SSRS)](../../reporting-services/report-design/group-expression-examples-report-builder-and-ssrs.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-design/add-an-external-image-report-builder-and-ssrs.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,5 @@ ms.author: maggies
43
43
## See Also
44
44
[Embed an Image in a Report (Report Builder and SSRS)](../../reporting-services/report-design/embed-an-image-in-a-report-report-builder-and-ssrs.md)
45
45
[Add a Background Image (Report Builder and SSRS)](../../reporting-services/report-design/add-a-background-image-report-builder-and-ssrs.md)
46
-
[Image Properties Dialog Box, General (Report Builder and SSRS)](https://msdn.microsoft.com/library/c2218b93-f7fe-46ef-995f-d7dadf9752ec)
47
-
46
+
[Image Properties Dialog Box, General (Report Builder and SSRS)](./images-report-builder-and-ssrs.md)
0 commit comments