show only in the first row in crystal reports details section

橙三吉。 提交于 2019-11-29 18:58:15

问题


i have a crystal report and there is a field in details section which currently showing for each row. what's the way to set this field to show only once on the very first row?


回答1:


Right-click on the field in Report Designer, select Format Field..., click on the Common tab in the Format Editor dialog, click on the conditional suppression button (the box marked x-2 to the right of Suppress) and enter the formula RecordNumber > 1 . Click Save and close to exit the Suppress Format formula editor, then click OK to exit the Format Editor.



来源:https://stackoverflow.com/questions/4093708/show-only-in-the-first-row-in-crystal-reports-details-section

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