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!