77f955f76dc44c478b9fecf4a8f4536fa52423d5
[packages/precise/mcollective.git] / website / messages / PLMC27.md
1 ---
2 layout: default
3 title: Message detail for PLMC27
4 toc: false
5 ---
6
7 Example Message
8 ---------------
9
10     Formats supplied to aggregation functions must have a :format key
11
12 Additional Information
13 ----------------------
14
15 DDL aggregate functions can take a custom format as in the example below:
16
17     aggregate average(:total_resources, :format => "Average: %d")
18
19 This error indicate that the :format above could not be correctly parsed.