From 235da3e7198629b731ccd0b27a26761798354777 Mon Sep 17 00:00:00 2001 From: Jakub Knejzlik Date: Thu, 14 Mar 2024 19:23:16 +0100 Subject: [PATCH] Add Fn.count to docs --- src/stories/3_Function.stories.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/stories/3_Function.stories.mdx b/src/stories/3_Function.stories.mdx index 3d5f128..c8f442d 100644 --- a/src/stories/3_Function.stories.mdx +++ b/src/stories/3_Function.stories.mdx @@ -46,6 +46,7 @@ Compute a single result from a set of input values: **Min** + **Max** @@ -54,6 +55,10 @@ Compute a single result from a set of input values: +**Count** + + + ### Date Functions Manipulate and format date values: