Can anyone help me in displaying two column value in a single view? Example: I have two column named unit and department. On my view, I want to display like Unit/Department == Unit1, Department1. Instead of displaying it individually, I would want to just concatenate their value. I believe that it is in _view.php. Any answers are accepted. Thank you