Hiding Full Column In Crystal Report Using Formula

眉间皱痕 提交于 2019-12-20 05:41:04

问题


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.

You could move this column to the end so it's not as obvious that there is a column missing, though.



来源:https://stackoverflow.com/questions/22513305/hiding-full-column-in-crystal-report-using-formula

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!