Filter a view on a null date field
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭Indeed. Editing the MP XML accomplishes what you're wanting. I used a criteria of Received Date being null and was able to produce a view. Here's what the expression looks like in XML:
<Expression> <UnaryExpression> <ValueExpression> <Property>$Context/Property[Type='CustomCiresonAssetManagement!Cireson.AssetManagement.HardwareAsset']/ReceivedDate$</Property> </ValueExpression> <Operator>IsNull</Operator> </UnaryExpression> </Expression><br>
You should be able to use the Cireson View Builder to accomplish the same thing by using the XML criteria editor without exporting and editing the MP.5
Answers
You should be able to use the Cireson View Builder to accomplish the same thing by using the XML criteria editor without exporting and editing the MP.