lawsonreports
Technical User
This is a basic formula. How would this be written in Crystal syntax? And is there any advantage to using one over the other??
formula = "From " + ToText(Minimum({?ActivityDateRange})) + " To " + ToText(Maximum({?ActivityDateRange}))
formula = "From " + ToText(Minimum({?ActivityDateRange})) + " To " + ToText(Maximum({?ActivityDateRange}))