How i make this in Crystal reports 4.6:
If value>5 Then
Show some text
Thanks in advance!
Printable View
How i make this in Crystal reports 4.6:
If value>5 Then
Show some text
Thanks in advance!
(It works in CR7)
Create a Formula Field ...
In that write..
if {value} > 5 then "Test1"
else "Text2"
Ok mate i will try it