Skip to content

Commit 854cfe9

Browse files
Fix links
1 parent e1f1709 commit 854cfe9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/expression-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Use the following functions when [calculating summaries](..\shape-report-data\ca
391391
</td></tr><tr><td><p>sumCount(Expression)</p>
392392
</td><td><p>Counts the number of values within the specified summary region (group, page or report). In a simple scenario, you may not pass a parameter.</p>
393393
<p> When using this function in a <a class="xref" href="..\create-reports\master-detail-reports-with-detail-report-bands.md">master-detail report</a>&#39;s master band and passing a detail&#39;s field as a parameter, it counts the number of records within the detail&#39;s band.</p>
394-
<p> See also: <a class="xref" href="..\shape-report-data\shape-data-data-bindings\count-the-number-of-records-in-a-report-or-group.md">Counting the Number of Records in a Report or Group</a>, <a class="xref" href="..\shape-report-data\shape-data-data-bindings\count-the-number-of-groups-in-a-report.md">Counting the Number of Groups in a Report</a></p>
394+
<p> See also: <a class="xref" href="..\shape-report-data\count-elements-and-values\count-the-number-of-records-in-a-report-or-group.md">Counting the Number of Records in a Report or Group</a>, <a class="xref" href="..\shape-report-data\count-elements-and-values\count-the-number-of-groups-in-a-report.md">Counting the Number of Groups in a Report</a></p>
395395
</td><td><p>sumCount([UnitPrice])</p>
396396
</td></tr><tr><td><p>sumDAvg(Expression)</p>
397397
</td><td><p>Calculates the average of all the <strong>distinct</strong> values within the specified summary region (group, page or report).</p>

interface-elements-for-desktop/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@
520520
- name: Bind a Report to a Transformation-Based Data Source
521521
href: articles\report-designer\report-designer-for-winforms\bind-to-data\bind-a-report-to-a-transformation-based-data-source.md
522522
- name: Bind a Report to a Federated Master-Detail Data Source
523-
href: articles\report-designer\report-designer-for-winforms\bind-to-data\bind-a-report-to-a-federated-master-detail-data-source.md
524-
- name: Create Reports
523+
href: articles\report-designer\report-designer-for-winforms\bind-to-data\bind-a-report-to-a-federated-master-detail-data-source.md
524+
- name: Create Reports
525525
href: articles/report-designer/report-designer-for-winforms/create-reports.md
526526
items:
527527
- name: Table Reports

interface-elements-for-web/articles/report-designer/use-expressions/expression-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Use the following functions when [calculating summaries](..\shape-report-data\ca
392392
</td></tr><tr><td><p>sumCount(Expression)</p>
393393
</td><td><p>Counts the number of values within the specified summary region (group, page or report). In a simple scenario, you may not pass a parameter.</p>
394394
<p> When using this function in a <a class="xref" href="..\create-reports\master-detail-reports-with-detail-report-bands.md">master-detail report</a>&#39;s master band and passing a detail&#39;s field as a parameter, it counts the number of records within the detail&#39;s band.</p>
395-
<p> See also: <a class="xref" href="..\shape-report-data\shape-data-data-bindings\count-the-number-of-records-in-a-report-or-group.md">Counting the Number of Records in a Report or Group</a>, <a class="xref" href="..\shape-report-data\shape-data-data-bindings\count-the-number-of-groups-in-a-report.md">Counting the Number of Groups in a Report</a></p>
395+
<p> See also: <a class="xref" href="..\shape-report-data\count-elements-and-values\count-the-number-of-records-in-a-report-or-group.md">Counting the Number of Records in a Report or Group</a>, <a class="xref" href="..\shape-report-data\count-elements-and-values\count-the-number-of-groups-in-a-report.md">Counting the Number of Groups in a Report</a></p>
396396
</td><td><p>sumCount([UnitPrice])</p>
397397
</td></tr><tr><td><p>sumDAvg(Expression)</p>
398398
</td><td><p>Calculates the average of all the <strong>distinct</strong> values within the specified summary region (group, page or report).</p>

interface-elements-for-web/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@
528528
- name: Bind a Report to JSON Data
529529
href: articles/report-designer/bind-to-data/bind-a-report-to-json-data.md
530530
- name: Bind a Report to an Object Data Source
531-
href: articles/report-designer/bind-to-data/bind-a-report-to-an-object-data-source.md
532-
- name: Create Reports
531+
href: articles/report-designer/bind-to-data/bind-a-report-to-an-object-data-source.md
532+
- name: Create Reports
533533
href: articles/report-designer/create-reports.md
534534
items:
535535
- name: Table Reports

0 commit comments

Comments
 (0)