MIGX listbox - display name not value

I have a field named instructor which is of type listbox which has options
George==1||Harry==2||Jack==3
I select George and it displays 1 in column grid but how to display George even though migx will store 1?

Probably a simple thing but I don’t know how to do it :frowning:
I read the post from the link below but I think MIGXdb is a bit different.

I think even with MIGX, it should be possible to create a custom renderer (or maybe use this.renderChunk).

Easy :wink:

I did it like this:
a) in Formtabs I have an instructor_id variable that takes the ID, this variable does not show in the Columns
b) in Columns I have an instructor_name variable that renders the name based on the instructor_id, this variable does not show in Formtabs

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.