Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

scal-180544 #10005

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions cloud/modules/ROOT/partials/whats-new-9-12-0-cl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -420,25 +420,25 @@ You can now use the Sage Adoption Liveboard, previously named the How users are
// PM: Vijay
////

////

ifndef::free-trial-feature[]
ifndef::pendo-links[]
[#9-12-0-cl-first-last]
[discrete]
=== Support first/last for the semi-additive use case [.badge.badge-early-access]#Early Access#
=== Semi-additive measures with first and last values [.badge.badge-early-access]#Early Access#
endif::[]
ifdef::pendo-links[]
[#9-12-0-cl-first-last]
[discrete]
=== Support first/last for the semi-additive use case [.badge.badge-early-access-whats-new]#Early Access#
=== Semi-additive measures with first and last values [.badge.badge-early-access-whats-new]#Early Access#
endif::[]
// Naomi – SCAL-180544. waiting on enablement details.
// Naomi – SCAL-180544
// PM: Damian

To enable this feature, contact your administrator.
A semi-additive measure, also known as snapshot data, is a measure that is usually aggregated for all attributes except for date and time. For certain measures, like inventory, you want to know what the value was at the beginning or end of a period. In that case, you can use the `last_value` function to find the inventory at the end of a month, rather than aggregating all values over the month. Similarly, you can use the `first_value` function to find out your stock at the beginning of a month. To enable this feature, contact your administrator.

endif::free-trial-feature[]
////


////
ifndef::free-trial-feature[]
Expand Down