0
Filtering by first record
Hi All,
I would appreciate some help with filtering a table view. How can the lines for only the first record of each customer be shown?
thanks
6 replies
-
If the child is Orders and the parent Customers, a table view of Orders can be filtered to only show true records of this formula
Id = first(Customers.Orders)
Regards John
-
Hi Sam
Does your code work?
If these are linked you don't need the select statement. I don't understand the two pairs of square brackets. Is Customer a field?
Regards John
-
John, The return I have is the first Order record only.
I’ll keep working at it and let you know.
Content aside
- 2 yrs agoLast active
- 6Replies
- 80Views
-
2
Following