The result of selection formula must be a boolean in Crystal Report

You're attempting to return a date in a selection formula (Whether it is a Record, Group, or Saved Data selection formula) and CR doesn't know how to handle that situation. It must be a boolean because selection formulas essentially tell the report to only include data where the formula evaluates to TRUE.
...
Instead of  that ,you can directly click "Use Editor" ..  Without selection or group formula you will get all type operators.

Hope this will help you !!

Comments

Popular posts from this blog

Add Serial no in crystal report without coding

File operations in C# (.net)

Working with Oracle's BLOB and Microsoft's C#