1
0
-1

Hi Team,

I need help in form grid column. How to display the full name instead of the username. 

I was trying to use the format option but nothing happened.

Kindly suggest. appreciate if any one help.


Thanks & Regards

Ajeet

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Thanks Mr. Anas for the information. But I am little bit confused. Can you check the below screenshot and confirm.

      Below the steps I am doing.


      Form- 1

      Form Grid-



      1. Anas Misbah Shami

        Your format column is empty. Add the form id in that format column

      2. Ajeet Kumar Gupt

        Thanks it is now working.

      CommentAdd your comment...
    2.  
      3
      2
      1

      Add a selectbox in the form, use jdbc binder and in the select query, use first column as username and 2nd as full name.

      Then go to form grid, and change the type of that column to option, and write insert formid of the form that contains this selectbox in the format property

        CommentAdd your comment...