Can someone explain this program.I am fairly new to Crystal report and i would like to use formulas in my report.I came across with this formula and i want to know what it means.
if isNull({?DistrictId}) then
true
else
if ({?DistrictId} = 'any' or {?DistrictId} = '') then
true
else
{PERMIT.DISTRICT_MA_ID} = ToNumber ({?DistrictId})
if isNull({?DistrictId}) then
true
else
if ({?DistrictId} = 'any' or {?DistrictId} = '') then
true
else
{PERMIT.DISTRICT_MA_ID} = ToNumber ({?DistrictId})