Hiding Full Column In Crystal Report Using Formula
问题 I want when my PickUpsCRY is greater than 0,this column is fully disappear else it should be shown . 回答1: You can't really suppress horizontal space in the same way you can suppress vertical space (via the suppression of report sections, etc.). So, while you could technically suppress that column's fields, header, lines, etc. with the suppression formula max({table.PicksUpsCRY})>0 , you won't be able to get rid of the whitespace and it'll appear as though you've just got a hole in your table.