Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

lookup label

Questions related to using nuBuilder Forte.
Post Reply
warfreak
Posts: 6
Joined: Sat Jan 02, 2021 4:03 am
Location: Usa

lookup label

Unread post by warfreak »

hi, i used lookup but on my list view id was showing up, any idea how to show the fieldname label?
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: lookup label

Unread post by kev1n »

Hi,

You should use a JOIN operation within the Browse SQL query to fetch the Client Name.
This way, you can present the actual name of the client instead of their corresponding ID.

See example:
https://github.com/nuBuilder/nuBuilder-4.5/issues/28
Post Reply