Questions tagged [master-detail]

1340 questions
-2
votes
2 answers

Calculate a calculate column in detail table in jdeveloper

How to calculate sum of calcoulated column in detail table in jdeveloper Ex. In employee view add column as "calculate column type" his name is "avragesal" it calculate salary*20% How can calculate sum "avragesal"for each department For more…
-2
votes
1 answer

Master menu is not visible on mobile devices but is visible on InternetExplorer

I'm working on a SAPUI5 App showing some data in a MasterDetailView using the sap.m.splitapp. My Problem is quit equal to the question Master menu is not visible on mobile devices but is visible on tablet. In my case, I have the situation, that I'm…
Yvonne Marggraf
  • 398
  • 2
  • 5
  • 19
-2
votes
1 answer

SAPUI5 - How to set a link a MasterDetail Split App

I'm working on a SAPUI5 App containing a SplitApp with one MasterPage and many DeatilPages. I create a list of StandartListItems for the MasterPage, if I select one of them, I want to show the right DetailPage. But at this point I have no idea how…
Yvonne Marggraf
  • 398
  • 2
  • 5
  • 19
-2
votes
2 answers

How to implement Master/Detail Flow?

I want to show this type of menu, when i clicked any item of menu, description of that item is shown in right panel. This menu always available on screen. Which type of widget i have to use for this.
-2
votes
1 answer

TabHost not working upon multiple Tab switches

i have made a Master/Detail View which contains a TabHost in the Detailview. i have to populate a list of tabs, and every tab has a listview as its content. Now when i change my Item to display, after the third change or so, no more tab content is…
-2
votes
2 answers

XCode 6.2 bug on Master/Detail project template?

This happens also on a blank Master/Detail project when using XCode 6.2 beta. In other words: it works on the simulator but gives me the error below when I run it on an iPhone 5 with iOS 7.1 installed (I don't have any other device to test it…
mm24
  • 9,280
  • 12
  • 75
  • 170
-2
votes
2 answers

rails, implementing a master detail yet staying RESTful

Say that I have a Customers and an Orders tables, where each Customer may have many Orders. Since in rails we are encouraged to represent these resources in a RESTful style, each of our resources, will respond to the following actions…
AgostinoX
  • 7,477
  • 20
  • 77
  • 137
-2
votes
1 answer

How does Master/Detail work?

I have found some tutorials, but they still leave me with questions. Let's take a classic example of 2 tables, one for customer details and one for order details. The customers table in the database has: an autoincrementing integer customer_id as…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
-2
votes
1 answer

Add ActionBar items on my MasterDetailFlow?

My main activity on my Android app is a MasterDetailFlow activity, and I don't know how to add items to the ActionBar. I've used this code from the developer website:
gtr123
  • 318
  • 3
  • 5
  • 17
-2
votes
2 answers

Multiple Master-Details with root view - iOS

I have a master-detail application. The master scene is a tableview and the detail is a simple view controller with some text. I'd like however to have more than one master-detail (one for every topic), and a homepage, with images / buttons. When I…
-2
votes
1 answer

How to implement a simple master-detail in a JFace WizardPage

I want to implement a simple master-detail scenario in Jface WizardPage: The WizardPage will have one table with some names, upon selecting a row in the table the bottom part of the WizardPage containing texts/labels gets updated with the details…
vag
  • 65
  • 7
-2
votes
4 answers

How to duplicate related row for all master record

I want to duplicate related row(s) in detail table for all rows of master. For example: Master table is: PK | Data -------------- 1 | A 2 | B 3 | C Detail table is: PK | FK | Data --------------------- 1 | 1 | AA 2 …
Haj Ahmad
  • 1
  • 1
-3
votes
1 answer

How to display two detail grids inside a master grid (not nested)

AG Grid has an example on how to render nested Detail Grids as shown in the picture below. What I need however, is to display two detail grids on top of one another.
Kashmira
  • 1
  • 3
-3
votes
1 answer

Master Detail Template Not Displaying Rows

I used the Master - Detail application to create a new project in xcode. Each time I run my program, the rows are not visible in the master view. Thanks in advance! Please check my code below... MasterViewController.h #import
Dr.P
  • 97
  • 1
  • 8
-3
votes
3 answers

KendoUI Grid Master And Detail Buttons Bug

If you use the same name for master and detail row buttons, you receive double click events for these buttons. I think kendo ui bounds the events with "k-grid-{Your Button Name}" class attribute. Don't use same button name in master and detail rows.…
1 2 3
89
90