Try putting the $CreatedOn argument first and getting rid of the Not(IsNull()).
Comment actions
I want my pie chart to show the project which "created on" an exactly date, I have set my condition as
Not(IsNull($CreatedOn)) && Not($TrackStatus = 'Not Active') &&
$CreatedOn = Date(2018,5,14)
But the result in pic chart show "0", how can I resolve it to show the number of project which createdOn 14 May 2018
Please sign in to leave a comment.
Try putting the $CreatedOn argument first and getting rid of the Not(IsNull()).