Announcements
 Crystal Reports Forum : General Information : Announcements
Message Icon Topic: Logic for multiple previous chpts Post Reply Post New Topic
Author Message
kevinp70
Newbie
Newbie


Joined: 25 Jan 2013
Location: United States
Online Status: Offline
Posts: 6
Quote kevinp70 Replybullet 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"

Edited by kevinp70 - 11 Apr 2013 at 4:37am
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
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



This page was generated in 0.016 seconds.