How to conditionally suppress a field based on whether a
page number is odd or even?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / bhavesh
This Does Not Eliminate the Space.Please provide a solution
| Is This Answer Correct ? | 4 Yes | 4 No |
Can we add any database field once we have chosen ?Close? button?
How to "Print" in Crystal Reports while using ASP DOT NET Platform?
How many Sub Reports added in One MainReport?
4 Answers Amadeus, Aviva, CTS, Patni, Welkin,
to ensure that all of the data from a field is displayed in a report text object you should do which of the following?? a) use the format wizard b) size the text object manually c) select the auto format option for the text object d) select the can grow option for the text object e) set the can grow option to the details section of the report
how can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema
hi.. i've created one crystal report. and one global resource file .. in crystal report there's one text object with id Text1. and i want to take the values of resource file i've got it CrystalDecisions.CrystalReports.Engine.TextObject Dtemp1 = ((CrystalDecisions.CrystalReports.Engine.TextObject)myreport .ReportDefinition.Sections["section1"].ReportObjects["Text1" ]); Dtemp1.Text = Resources.Resource.ResourceManager.GetString("Dsec1"); it is showing the correct value want i want but when i give print it is disappearing.. how to solve this please help me..
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
How the data expert of flash object(after inserting flash object_right click-data expert) is useful in crt?
Are there any limitations in crystal reports?
How to print two details fields at the bottom of the page
How to access crystal reports in .net?
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....
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)