Created
August 1, 2023 13:57
-
-
Save cddouglass/da09bf99bc661ec28896e41db841c79e to your computer and use it in GitHub Desktop.
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
SWITCH( | |
{Work Type}, | |
"WAE - Club Booked", (MAX({Revenue} - 125, 0)*.2) + 125, | |
"WAE - Club Not Booked", ({Revenue}*.4), | |
{Custom Rate} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment