Skip to content

Commit

Permalink
Update VtlEditor21.stories.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Oct 7, 2024
1 parent 63bad1b commit 9e653d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/VtlEditor21.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const NewFeatures = {
[calc c := case when r < 0.2 then "Low" when r > 0.8 then "High" else "Medium"];
a := datediff(cast("2022Q1", time_period), cast("2023Q2", time_period));
b := dateadd(cast("2022Q1", time_period), 5, "M");
c := year(cast("2022Q1", time_period));
d := month(cast("2020-12-14", date));
c := getyear(cast("2022Q1", time_period));
d := getmonth(cast("2020-12-14", date));
e := dayofmonth(cast("2020-12-14", date));
f := dayofyear(cast("2020-12-14", date));
g := daytoyear(422);
Expand Down

0 comments on commit 9e653d4

Please sign in to comment.