Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Display a value from details table
posted

Hi , i have next question, please help.

I have a dataset with master table "Company " and details table, say "Contacts"

"Company" has ContactId key references to "Contacts" table.

I want to display data in only one grid(only one band)

Company Name(from company table)                          ContactName(from contact table)

 

how can i do that with formula? i need smth like "select Contacts/ContactName where Contacts/ContactId = ContactId" ?

Thank you!