Hello. I am kind of new to business objects and I am trying to nest an if statement as a function, as I find no select or case argument. Is this possible? I use the following:
=If Min(<Locationname>) > "G59346A" AND Min(<Locationname>) < "G59348F" Then "LIQUOR" Else If Min(Left(<Locationname>,1) = "G" THEN "GROCERY" Else "No"
and I get a bad syntax and the then between "G" and "GROCERY" is highlighted.
Any ideas?
=If Min(<Locationname>) > "G59346A" AND Min(<Locationname>) < "G59348F" Then "LIQUOR" Else If Min(Left(<Locationname>,1) = "G" THEN "GROCERY" Else "No"
and I get a bad syntax and the then between "G" and "GROCERY" is highlighted.
Any ideas?