Created
March 15, 2022 03:42
-
-
Save LukasSchauffele/c3daea187bacebd9df99056debf6a11b to your computer and use it in GitHub Desktop.
ERPIT Register - Functional Area based on operating segement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
) | |
) | |
) | |
) | |
) |
Author
LukasSchauffele
commented
Mar 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment