One more interview question

If I have the data where some columns have multiple values
in a given row of data returned from the database. The
stored procedure returns data as it is that is blanks
values and non blank values.

However, I need to suppress the blank values not by showing
0 values but by shifting the cells up. Is there a way
using a formula to shift the blank cell one row up based on
a selection critieria?

In the example below, I want to get rid of the blank values
under Exposure column without replacing with 0.
example:

Company Margin Exposure
AB 500 3

10
7

8

ABC 200 4
2
5

10

Thanks
Anita

Answers were Sorted based on User's Feedback



One more interview question If I have the data where some columns have multiple values in a giv..

Answer / mk

right click on the detail - from the menu select the
section export check the "suppress blank Section".

Is This Answer Correct ?    16 Yes 4 No

One more interview question If I have the data where some columns have multiple values in a giv..

Answer / pankaj

This answer is for suppressing the Columns with Condition at
runtime

Just right click on the Columns that you want to suppress
and write the function for suppressing the columns if
parameter value is 0 then True(i.e Suppress)

Is This Answer Correct ?    10 Yes 7 No

One more interview question If I have the data where some columns have multiple values in a giv..

Answer / jayanta

Enable Suppress Blank Section from Section Expert for detail
section. Column wise formula we will provide when we will
suppress repeated column values or like this. In this
scenario we consider Enable Suppress Blank Section.

Is This Answer Correct ?    5 Yes 2 No

One more interview question If I have the data where some columns have multiple values in a giv..

Answer / selvaraman

You can use underlay following section option from section
expert

Is This Answer Correct ?    3 Yes 3 No

One more interview question If I have the data where some columns have multiple values in a giv..

Answer / siva nomula

Hi,
The better way is to filter data using sql query stage

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Crystal Reports Interview Questions

Are there any limitations in crystal reports?

22 Answers  


how to create crystal reports in .net

2 Answers   CTS,


Is there a way to export a report definition without writing code?

2 Answers  


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..

0 Answers  


Where is the image located, after youve placed it on the report?

0 Answers  






HI all, I am developing reports using crystal reports in VS2005 in windows application. I have two crystalreports name called "studentReport" and "familyReport". I have a form with a button. If I click the button I need to show up the two reports in one report like page1, and page2. The page1 consists the "studentReport" and the page2 contains the "familyReport". The "familyReport" contains different header and footer. How to show up the two crystal reports in single crystalreportviewer?

2 Answers  


hi...to all i want to generate the two crystal reports one is employee and another is project. now i want to display the two reorts in a single crystal report viewer. i've tried using sub-reports but the page header is not avaliable in a sub reports.. so i want to display two separate crystalreports in a single viewer.. can anybody help me.. plz

1 Answers  


hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..

0 Answers  


how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!

0 Answers  


If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?

0 Answers   IBM,


How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)

9 Answers   CSC, ERS, Jupiter,


How many sections are there in the report

6 Answers  


Categories