hi all,
i have a table in which records are pulled from the database based on a particular row id and set as datasource to CR, now the records contains data of employees of two departments (Admin and IT) which i need to segregate in detail section A and B.
have tried using formula but get blank rows if the user is of IT deparment.
if {tblDept.UserType} = 'Admin'
then ucase({tblDept.FullName})
regards,
mark