i have the below expression that is giving me an error with the syntax:
=IIf(Len([Example] & "")=0,"none",Switch([Example]=1,"Example 1",[Example]=2,"Example 2",[Example]=3,"Example 3",[Example]=4,"Example 4",[Example]=5,"Example 5",[Example]=6,"Example 6" [Example] Not In(1,2,3,4,5,6)...