Post

2 followers Follow
0
Avatar

Need Help: Report pie chart business rule

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

david.loh Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Try putting the $CreatedOn argument first and getting rid of the Not(IsNull()).

Josh Santos 0 votes
Comment actions Permalink