Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Selected Reading
Articles by Raja Ali
1 articles
In SAP Crystal Reports XI, return records that match multiple conditions
It is advisable to use functions to pass such filter conditions in SAP Crystal Reports XI. When dealing with multiple conditions, you can try changing the order of your condition like − ({PR.cov} = "A" and {PR.cov}="B") or {PR.cov} = "A" Using Custom Functions You can create custom functions to handle complex conditions more efficiently. Try using a function like this − {@A}: if {PR.cov} = "A" then 1 else 0 To create custom functions in Crystal ...
Read MoreShowing 1–1 of 1 articles
« Prev
1
Next »
Advertisements