Skip to content

Instantly share code, notes, and snippets.

@LukasSchauffele
Created March 15, 2022 03:42
Show Gist options
  • Save LukasSchauffele/c3daea187bacebd9df99056debf6a11b to your computer and use it in GitHub Desktop.
Save LukasSchauffele/c3daea187bacebd9df99056debf6a11b to your computer and use it in GitHub Desktop.
ERPIT Register - Functional Area based on operating segement
If(
drpOperating.Selected.Value = "Building Solutions",
Filter(
Choices([@'ERPIT Register'].'Functional Area'),
Value = "General" || Value = "Sales & Marketing" || Value = "Operations VIC" || Value = "Operations SA" || Value = "Operations WA" ||Value = "Operations QLD" || Value = "Operations NSW" || Value = "HR" || Value = "HSEQ" || Value = "Design"
),
If(
drpOperating.Selected.Value = "RV Solutions",
Filter(
Choices([@'ERPIT Register'].'Functional Area'),
Value = "General" || Value = "NRV" || Value = "Sales & Marketing" || Value = "Camec"
),
If(
drpOperating.Selected.Value = "Accommodation Solutions",
Filter(
Choices([@'ERPIT Register'].'Functional Area'),
Value = "General"
),
If(
drpOperating.Selected.Value = "Corporate",
Filter(
Choices([@'ERPIT Register'].'Functional Area'),
Value = "General"
)
)
)
)
)
@LukasSchauffele
Copy link
Author

2022-03-15_14-40-11-305_lukask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment