Skip to content

Commit

Permalink
Update docs/user/ppl/cmd/trendline.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Curran <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving and currantw authored Feb 6, 2025
1 parent f6c82ae commit d0cf898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/ppl/cmd/trendline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The example shows how to calculate the weighted moving average on one field.

PPL query::

os> source=accounts | trendline wma(2, account_number) | fields account_number_trendline;
os> source=accounts | trendline wma(2, account_number) | fields account_number_trendline;
fetched rows / total rows = 4/4
+--------------------------+
| account_number_trendline |
Expand Down

0 comments on commit d0cf898

Please sign in to comment.