Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

While generating report there was a unnecessary space between two rows , if count increases then space also increases. So now how to avoid those spaces.

I here by attached screen shot.

enter image description here Thanks in Advance.

share|improve this question

1 Answer 1

From the information you have given this a bit of a guess; are you trying to map some records into those spaces, where the fields in CRM are null?

Try using a different field or populating those fields.

share|improve this answer
    
No its not null. Status of lead response is an drop down field.. I have Industry field , Status of lead response , and some other fields. In report i need to show total number of status of response for particular industry. In report i used Total number count of industry then count of status. then i got those result as shown in image. –  Vishnu May 7 '13 at 3:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.