Error Messages/42390
Warning message
SysFunction Subset found no true elements in its parameter.
Cause
There is nothing logically wrong with a Subset operation that finds no elements, and hence returns an empty set. But sometimes you don't intend for the result to be empty, so this warning can help you detect problems that might be injected into your model.
This warning shows up only if you've included an optional «warnEmpty» parameter to Subset, e.g.
Subset(Temperature > 120, warnEmpty: true)
In earlier releases of Analytica, the warning would occur by default, and if you wanted to allow empty subsets without a warning, you had to surround the call with IgnoreWarnings. Since those releases did not link to the page you are reading now, it is safe to assume that you aren't using one of those earlier releases.
Remedies
Ignore the warning if an empty subset suits your purpose, otherwise check your model.
Enable comment auto-refresher