• Mohit mohit 24
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I'm trying to get percentage quota for each user. It's basically Number of calls made * 100 / Expected quota. Expected quota remains the same for all users. Currently I've created a new field called quota and duplicated the same value across the table. Is there a way I can create a global constant called quota and assign a value to it to use it in a formula?