Skip to content

Commit

Permalink
Update fundamentals_6_controls_v2.md
Browse files Browse the repository at this point in the history
adjust store region in formula
  • Loading branch information
pballai authored Aug 30, 2024
1 parent 065adaf commit 31bd36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ This is how the table "targets" the control, as opposed to the control managing

Add a new column to the table, in the first position. Rename it to `Stack By` and set it's formula to:
```code
Switch([Stack-By], "State", [Store State], "Region", [Store Region], "Brand", [Brand])
Switch([Stack-By], "State", [Store State], "Store Region", [Store Region], "Brand", [Brand])
```

This formula will change the `Stack By` columns value, based on the selection made in the control.
Expand Down

0 comments on commit 31bd36d

Please sign in to comment.