Display values of 2 fields one below other on the table

Hi @MadhuB ,

Yes we can do this by using concat() and tostring().

PFB the sample example.

I have two field one is Tenure(Number Type) and Employee Name( String Type)
So as per my understanding you want in the First Line Tenue will come and in the next line the Employee Name will come like this.

image

So for achieving this I am using the below calculated field.

image

In your case just add column2 in place of Tenure and column 1 in place of Employee Name and use the same syntax for achieving the desired result.

For more details please follow the link.

Thanks & Regards
Biswajit Dash

3 Likes