how can i move object in crystal report
example
Item
1
2
3
4
5
when Item No 2 and 4 is empty then my report showing
item
1
3
5
I want
tem
1
3
5
No gap between Item
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naura paxPosted Jul 17, 2009, 6:35 AM
Follow these steps
1.Right click the details section
2.Go to section expert.
3.In section expert dialog box - go to common tab and click the formula button in front of suppress check box.
4 You can write a boolean expression based on which row will be suppressed by using your item field and suppress rule.