You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Howdy! I have advanced ingredients where I want values associated with the max date in my dataset. Right now, I am hard coding the date, but each time I load updated data, I have to adjust all my ingredients. Here’s an example:
A solution: Create a syntax for defining shelf constants. These would be simple calculations that could be performed before the shelf is evaluated. It should probably NOT take into account automatic filters.
Uses
Find the max date in a dataset.
Find the "top N" values in a dimension. This would enable creating a bucket with an other category.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We had an issue that looks like this
Howdy! I have advanced ingredients where I want values associated with the max date in my dataset. Right now, I am hard coding the date, but each time I load updated data, I have to adjust all my ingredients. Here’s an example:
The user wanted to be able to define a shelf where "2020-10-12" is the maximum date value in her dataset. The intent looks like this:
max(Date) would typically require a subquery.
A solution: Create a syntax for defining shelf constants. These would be simple calculations that could be performed before the shelf is evaluated. It should probably NOT take into account automatic filters.
Uses
The text was updated successfully, but these errors were encountered: