• panayotti
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies

The database:

 

id - user - tickets

1 - user1 - 10

2 - user2  - 20

 

 

I would like to add up the total tickets of all users in the database and be able to sort them by created record date (10 + 20 = 30). I'm not able to add 'standard summary fields' in order to sum the total amount of tickets.

The database:

 

id - user - tickets

1 - user1 - 10

2 - user2  - 20

 

 

I would like to add up the total tickets of all users in the database and be able to sort them by created record date (10 + 20 = 30). I'm not able to add 'standard summary fields' in order to sum the total amount of tickets.