Announcement

Collapse
No announcement yet.

Report from multiple modules(user & Opportunity)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Report from multiple modules(user & Opportunity)

    How to create a report from multiple modules(user & Opportunity).
    Attached Files

  • #2
    Hi,
    you can show the values of related entities, if relationship type is one-to-many.
    But report can have only one target Entity type

    Comment


    • #3
      Thanks for your reply.
      Then how to make this report ? can i set One to Many Relationship for user and Opportunity entities.

      Comment


      • #4
        For example you can create a list report for opportunity entity and add in columns Assigned User fields as well

        Comment


        • #5
          ok.
          How to apply count() operation for getting Number of sales(Opportunity)

          Comment


          • #6
            If you want to know, how many opportunities has a user, create a grid report for Opportunity, Group by Assigned User, Columns -> COUNT

            Comment

            Working...
            X