Joined: 17 Mar 2010
Online Status: Offline
Posts: 83
Topic: If statement question. Posted: 17 Mar 2010 at 6:19am
Newbie here. I have been put in charge of our Crystal Reports part of the IT department here at my job. My training is limited but I feel I am a quick learner. I am sort of stuck on the following. I need something like this:
If This.field is not null then show this statement: "Hey, I want to tell you about: " This.field
Also If This.field is not null AND includes "Other" then please add That.field.
Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 17 Mar 2010 at 7:58am
Not quite going to work right. The first if statement will need to include 'and not("other" in {this.field}'. Otherwise the first isnull({this.field}) will never 'see' the second if. Of couse you could reverse the if statements and get the correct result.
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