Announcement

Collapse
No announcement yet.

Report data

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

  • Report data

    I will make a custom report. According to the chart system you are preparing, if the lines have the same name, it gives an error. Because "reportData" creates them as keys. I can have multiple users with the same name. It's making a mistake when they prepare their report. Consider that.

    code example;
    Code:
    reportData -->
    Count:
    {
        5acb8a5792ef13961:
        {
            Bird Team: 3
        },
        5acb8b8375b35ca54:
        {
            Dog Team: 1
        }
    },
    Success:
    {
        5acb8a5792ef13961:
        {
            Bird Team: 1
        },
        5acb8b8375b35ca54:
        {
            Dog Team: 0
        }
    }
    Yes, if you give me an ID here, no problem. But this user has multiple aliases.However, this user may be on multiple teams. This time "key" will have to get the same id. But the key can only contain 1 same name. And that's a mistake.

    I hope you understand me.
    Thanks.
    Last edited by codeboy; 05-14-2018, 02:15 PM.

  • #2
    I asked for something like this. But I did not get an answer.

    Comment


    • #3
      Originally posted by gundogduyakici View Post
      I asked for something like this. But I did not get an answer.
      I noticed bro

      Comment


      • #4
        I expect a positive or negative answer.

        Comment

        Working...
        X