Forum Discussion
Kieranwood
8 years agoRegular Visitor
Formula help
Hi all, I'm building a report in which it needs to count 2 columns if certain criteria is being meant which can be seen below. The basis of the query is if column Hired contains a date and re...
- 8 years ago
You may try the following Boolean expression.
(try Date.From([Hired]))[HasError] = false
v-chuncz-msft
8 years agoCommunity Support
You may try the following Boolean expression.
(try Date.From([Hired]))[HasError] = false