In crystal 9, is there any way to create a function which receives the column name as the argument and returns the column name instead of the column value?
e.g. MyFunction({Employees.Employee_Lastname}) returns 'Employee_Lastname' instead of 'smith'
I'm trying to create a custom function which...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.