Report data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • codeboy
    Senior Member
    • May 2018
    • 112

    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.
  • gundogduyakici
    Senior Member
    • Mar 2018
    • 165

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

    Comment

    • codeboy
      Senior Member
      • May 2018
      • 112

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

      Comment

      • codeboy
        Senior Member
        • May 2018
        • 112

        #4
        I expect a positive or negative answer.

        Comment

        Working...