In most programming languages/APIs, you should be able to construct a boolean statement with an unlimited number of ANDs or ORs that can be aggregated together easily. e.g. if (a.isRed() OR b.isBlue() OR c.isGreen() OR d.isBlack() etc…)
But everything has to be difficult with Microsoft, doesn’t it?
This blog post describes an issue with constructing a query for Microsoft SharePoint web services where users can only include two elements per OR statement:
Post a Comment