I am trying to calculate a score based on combination of criteria.
IIf([DevType] Like "*Refurb*" And [Loc Type] Like "*FS*" And [Type]="Supermarket",9 And IIf([DevType] Like "*Refurb*" And [Loc Type] Like "*FS*" And [Type]="Foodstore",8, 0))))
The above statment is a shortened version of the statement I am using. In order to take into account all criteria, I still need to add more expression but when I try to save, I get the message "The String returned by Builder was too long. The Result will be truncated".
If there is a limt,l then what is the alternative way to get results. I am not confident writing code.
Regards
IIf([DevType] Like "*Refurb*" And [Loc Type] Like "*FS*" And [Type]="Supermarket",9 And IIf([DevType] Like "*Refurb*" And [Loc Type] Like "*FS*" And [Type]="Foodstore",8, 0))))
The above statment is a shortened version of the statement I am using. In order to take into account all criteria, I still need to add more expression but when I try to save, I get the message "The String returned by Builder was too long. The Result will be truncated".
If there is a limt,l then what is the alternative way to get results. I am not confident writing code.
Regards