
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Hiding Null Values in a Column in SAP Crystal Reports
I am not sure where this formula is written. You have to write this formula in suppress part of Section Expert.
To open section expert, right-click Report Header → Section Expert ? click x→2 or suppress
Also, note that you can write the formula in any section where data is present in your report. Try below formula
ToNumber({Choice_.Choice1}) > 0 //You have to ensure choice1 should always a numeric value else report throws exception
Advertisements