Skip to content

Commit ccd2c7a

Browse files
Update RATIO_TO_REPORT-with-aggregate-functions.md
1 parent d252b85 commit ccd2c7a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RATIO_TO_REPORT-with-aggregate-functions.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,14 @@ group by sales_associate;
3333
| Angela | 33.3333 | 32.7869 |
3434
| Bob | 16.6667 | 40.9836 |
3535

36+
# See also:
37+
<ul id="recent-articles">
38+
{% for page in site.pages %}
39+
{% if page.title contains "RATIO_TO_REPORT" %}
40+
<li>
41+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
42+
</li>
43+
{% endif %}
44+
{% endfor %}
45+
</ul>
46+

0 commit comments

Comments
 (0)