This topic is locked
[SOLVED]

 Display COUNT in child records

2/5/2010 2:38:11 PM
PHPRunner General questions
T
Tokyoj author

I think this is probably pretty easy but the logic escapes me.

Any help?
For the job site I created (PHPRunner 5.2 (beta), Candidates are assigned to hiring managers. I created a relationship between the 'candidate' and 'manager' tables so the child record (candidate) displays inline in the parent (manager) List View page. No problem so far.
But I'd like to display the number of 'candidates' that each 'manager' is handling. For example, in the Inline View page, Managers and his/her applicants from the 'child record'(applicants) are displayed. Now I want to be able to see numbericaly display how many applicants each manager has inside the 'child record' when it's opened. I guess it would be a 'filtered total'.
(I hope my explanation is clear enough) my laptop is crashing on Demo Account set up (problem is on my side).

Thanks again for any help.

Sergey Kornilov admin 2/5/2010

You can turn on 'Display a number of child records' option in master-details relationship properties. This will display the number of child records next to details table name.
We'll look into possibility of displaying the number of records right in inline preview window.

T
Tokyoj author 2/5/2010



You can turn on 'Display a number of child records' option in master-details relationship properties. This will display the number of child records next to details table name.
We'll look into possibility of displaying the number of records right in inline preview window.


Displaying the child records # next to the name works perfectly.

I look forward to a possible edit to allow inline # displays.
Thanks.

Tokyoj