Page 1 of 1

Player Report, filter for player-type

PostPosted: Wed Aug 08, 2018 8:06 am
by sw179
Hey Guys, I work a lot with Player-Reports that I export und play around in Excel. My question is: when I have colorcoded a player is it possible to get that colorcode in Excel? As a Stat or maybe directly colored? Thanks in advance for an answer

Re: Player Report, filter for player-type

PostPosted: Wed Aug 08, 2018 2:08 pm
by Flag_Hippo
That might be possible with a custom statistic but unfortunately I'm not aware of a method to achieve that.

Re: Player Report, filter for player-type

PostPosted: Thu Aug 09, 2018 3:31 am
by BillGatesIII
    I don't have access to my main computer so this is off the top of my head.

    Code: Select all
    select n.id_color
    from notes as n
    where n.id_x = cash_hand_player_statistics.id_player
    and n.enum_type = 'P'

    Re: Player Report, filter for player-type

    PostPosted: Mon Aug 20, 2018 6:42 am
    by sw179
    Hi there,
    thanks for your response. I was off a while. Maybe a dumb question. Where do I put this code? Sorry I havent worked with costumized stats so far.

    Re: Player Report, filter for player-type

    PostPosted: Mon Sep 24, 2018 5:44 am
    by sw179
    Hey guys, can someone help me to apply the answer from BillGatesIII? I searched for how to build a custom stat, but I am not sure how to use the information he gave me. Thanks in advance