quote:
56
Yes you can do this. You would need to use this field from the Notes Table.
{AMGR_Notes.Owner_Id} these are your users like Dan Smith etc.
Name : Count of records
Dan Smith : 56
(This can be a text field): (this should be a runnng totals fields)
HOw to make a running total field:
Locate the Running total Field in the tree on the left and right click on it to make a new one.
Name it something like "Dan Smith record count" and then in the "Field to Summary) put the "{AMGR_Notes.Owner_Id}" and the Type of summary choose "count".
Then under Evaluate choose the radio option "Use Formulae" and click on the x-2 box. This should take you to a window where you to enter the formulae.
Put this there:
________________________________________________
{AMGR_Notes.Type}= 2 and
{AMGR_Notes.Owner_Id} in ["DanSmikth"]
_____________________________________________
Please note that you need to put the Max username of Dan Smith in the formulae. Repeat it for each user and drag this Running total formulae, "Dan Smith record count" in this case, on the report.
Hope this helps.