简体   繁体   中英

Show 'None in picture' when report (table) is empty in Crystal Reports

I would like to know how to display the image 'Nothing' when there is no data on the table, here is a picture of what I would like to do on crystal reports

在此处输入图片说明

Use suppress property of image. Add formula like below that if no-result suppress false else suppress true.

ISNULL({Class;1.Img})

See this link How to Show Blank Image In Crystal report

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM