How to conditionally suppress a field based on whether a
page number is odd or even?

Answers were Sorted based on User's Feedback



How to conditionally suppress a field based on whether a page number is odd or even?..

Answer / mlmcc

Select the field
Click FORMAT
Click FORMAT FIELD
Select the COMMON tab
Click the FORMULA BUTTON to the right of SUPPRESS
(Don't click the suppress check box)
To suppress a field on odd numebred pages
PageNumber MOD 2 = 1

To suppress a field on even numebred pages
PageNumber MOD 2 = 0

Click SAVE Icon
Close the formula editor
Click OK on the FORMAT screen

Is This Answer Correct ?    21 Yes 4 No

How to conditionally suppress a field based on whether a page number is odd or even?..

Answer / abeez

All the previoous steps are correct. In addition to that,
go to the section expert and choose "Supress blank
sections". This will supress the section when the condition
is true.

Is This Answer Correct ?    10 Yes 2 No

How to conditionally suppress a field based on whether a page number is odd or even?..

Answer / bhavesh

This Does Not Eliminate the Space.Please provide a solution

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More Crystal Reports Interview Questions

Explain the various components in crystal reports?

0 Answers  


What are the advantages or disadvantages of using Crystal Reports in a Windows Forms application as opposed to say rolling our own reports as HTML and displaying them in the Internet Explorer control?

2 Answers  


hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to pass by parameter also.. i.e is there any option in .cs file something like ReportDocument myreport = new ReportDocument(); myreport.Load(MapPath("~/" + "emp.rpt")); myReport.Reportheader="Employee database"; i hope u have understood this. only thing is from .cs file i want to print the header as employee database. i dont want by passing parameter also... please help....

0 Answers  


What are the sections that we have in Crystal reports?

11 Answers  


Is it possible to join more than one universe in Busniess Objects BOE XI ? If its so Please explain how is that possible ? Thanks in advance for the people posting the answers

3 Answers   Wipro,






where is the "save data with report" option?

2 Answers  


Explain basic steps required to display a simple report in crystal?

0 Answers  


How do you add a subreport to a report in Crystal Reports?

0 Answers   MindCracker,


How to open subreport in New IE window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report. Can anybody answer this please....... Regards Vimal.

1 Answers   GRV India, Patni,


Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?

2 Answers  


I had an Interview yesterday for a Crystal Reports Developer position. Some of these I have not done in my reporting experience and I had just a half day's notice for the interview, hence no prep time :-( 1) Is there a way to be able to change an image(company logo) dynamically in a report? Example if you have 100 reports, and with the market uncertainity if you anticipate that the company logo might change, how can you change the image just in one place and have this reflected in all teh reports at run time? 2) What is a SQL expression? 3) What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions) The interviewer really got me confused as I felt he was not clearly setting forth his questions but it could be that I was unable to understand his wording of the questions. I expect a big zero from his feedback but I am hoping this is an experience for future interviews that I face in crystal reports when I do get some more lined up. Thanks in advance! Anita New Jersey, USA.

5 Answers   Barclays,


How to conditionally suppress a field based on whether a page number is odd or even?

3 Answers  


Categories