Joined: 20 Jan 2017
Online Status: Offline
Posts: 7
Topic: Null Field Posted: 16 Jun 2018 at 5:28pm
Hello
I am trying to figure out how to come up with code (within crystal 2016) that will only show students where the acceptance date is null. Hopefully, this will show me all students that are incomplete.
Anyone know or have an idea how to do it? I can find all kinds of SQL statements; however, I am not sure how to do it in crystal.
Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 18 Jun 2018 at 4:14am
In the select expert, go to the formula editor and do a isnull check on the acceptance date (i.e., isnull({somedate}). Also make sure the "Default Values for Nulls" is selected in the Formula Workshop.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum