Report data

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • codeboy
    replied
    I expect a positive or negative answer.

    Leave a comment:


  • codeboy
    replied
    Originally posted by gundogduyakici
    I asked for something like this. But I did not get an answer.
    I noticed bro

    Leave a comment:


  • gundogduyakici
    replied
    I asked for something like this. But I did not get an answer.

    Leave a comment:


  • codeboy
    started a topic Report data

    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.
Working...