Joined: 25 Jan 2013
Location: United States
Online Status: Offline
Posts: 6
Topic: Logic for multiple previous chpts Posted: 11 Apr 2013 at 3:44am
So this code takes into account where if cases having been previously a chapter "13" are also incorporated into the equation/report; however, I'd like to also include where if cases having previously been a chapter "7" are also incorporated as well, but I don't know how to add the chapter "7" to the code (see below). I really appreciate any assistance that can be offered -- thank you.
If IsNull({u_case.cs_prev_chapter}) Then
{u_case.cs_type} = "bk" and {u_case.cs_date_filed} >= {?startdate} and {u_case.cs_date_filed} <= {?enddate}
Else
{u_case.cs_type} = "bk" and {u_case.cs_date_filed} >= {?startdate} and {u_case.cs_date_filed} <= {?enddate} and {u_case.cs_prev_chapter} = "13"
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