Raja Ali

Raja Ali

1 Articles Published

Articles by Raja Ali

1 articles

In SAP Crystal Reports XI, return records that match multiple conditions

Raja Ali
Raja Ali
Updated on 13-Mar-2026 278 Views

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 More
Showing 1–1 of 1 articles
« Prev 1 Next »
Advertisements