joebloeonthego
Technical User
In my report I would like to skip (hide) orders that were delivered ontime, but still count them for the totals.
To do this I've added 'Detail.Visible = ([field] > 0)' to the onFormat property of the detail band but it doesn't work. In fact, even when using 'Detail.Visible = False' it still shows. I've set all fields in detail section to 'canshrink' and the detail section itself to 'canshrink'.
Can anyone mention something I'm missing? (I'm pretty sure the visible=false + canshrink should equal it not showing because I made a summary report from the same report by just setting all fields to invisible and canshrink along with the detail to canshrink and it worked perfectly. Now i want to do the exact same thing except only make _some_ invisible instead of all.
Thanx!
To do this I've added 'Detail.Visible = ([field] > 0)' to the onFormat property of the detail band but it doesn't work. In fact, even when using 'Detail.Visible = False' it still shows. I've set all fields in detail section to 'canshrink' and the detail section itself to 'canshrink'.
Can anyone mention something I'm missing? (I'm pretty sure the visible=false + canshrink should equal it not showing because I made a summary report from the same report by just setting all fields to invisible and canshrink along with the detail to canshrink and it worked perfectly. Now i want to do the exact same thing except only make _some_ invisible instead of all.
Thanx!