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 98bab71 commit 24531f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/VtlEditor21.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Default = {
export const NewFeatures = {
args: {
initialRule: "start",
"script": `ds_out := ds_in [calc r := random("init", 20)]
"script": `ds_out := ds_in [calc r := random(150, 20)]
[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");
Expand Down

0 comments on commit 24531f3

Please sign in to comment.