Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
having problem in crystal reports with vb.net...

I have added 6 groups in report.

There are two conditions x and y.

If condition x becomes true then rows of the right most three groups wll be suppressed and left most will be suppressed in other case.

But at the place where it suppresses, it leaves some empty space which is unexpected.

I also tried checked "suppress blank space" but no help.

Also tried conditions within "section master" but it doesnt work because i have to suppress some items within the single row...

In simple words i want a functionality which suppresses some of items within the row of groups.


Any help?
Posted

1 solution

I too faced the same problem when i was creating LETTER in CR, I prefer to write those three groups in formula field , then to check the condition , if agrees then to display if not then invisible. Hence it wont leave the unexpected space(Use concatenation for those fields).

Hope it gives some way out.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900