Microsoft Azure PlayFab logo
    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Add-ons
    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA
  • Runs on PlayFab
  • Pricing
    • Blog
    • Forums
    • Contact us
  • Sign up
  • Sign in
  • Ask a question
  • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges
  • Home /
  • General Discussion /
avatar image
Question by saudahmed020 · Mar 15, 2017 at 04:03 PM · Leaderboards and Statistics

Why DisplayName from leaderboard is null?

void GetLeaderBoardTotalScore()

    {

        GetLeaderboardRequest r = new GetLeaderboardRequest();

        r.MaxResultsCount = 10;

        r.StatisticName = "Score";

        PlayFabClientAPI.GetLeaderboard(r,(result)=>{



            foreach(var val in result.Leaderboard)

            { 

                print(val.DisplayName+"   "+val.StatValue);

            }



        },(error)=>{

            print("Failed to get Leaderboard data");

        });

            

    }

,

Hi Guys!

Following is my code:

val.DisplayName is null. Kindly help me!

Thanks in advance!
void GetLeaderBoardData()

    {

        GetLeaderboardRequest r = new GetLeaderboardRequest();

        r.MaxResultsCount = 10;

        r.StatisticName = "Score";

        PlayFabClientAPI.GetLeaderboard(r,(result)=>{



            foreach(var val in result.Leaderboard)

            { 

                print(val.DisplayName+"   "+val.StatValue);

            }



        },(error)=>{

            print("Failed to get Leaderboard data");

        });

            

    }

Comment

People who like this

0 Show 0
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

3 Replies

· Add your reply
  • Sort: 
avatar image
Best Answer

Answer by Brendan · Mar 15, 2017 at 09:34 PM

Can you please provide the Title ID, Statistic ID, and PlayFab ID of the user in question so that we can test? Offhand, the only time I would expect the DisplayName to be null would be if the player account does not have a Title Display Name set.

Comment
saudahmed020

People who like this

1 Show 1 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image saudahmed020 · Mar 16, 2017 at 06:15 AM 0
Share

Thank you very much!

avatar image

Answer by vietdungdev · Oct 08, 2021 at 03:42 AM

same problem

Comment

People who like this

0 Show 0 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image

Answer by vietdungdev · Oct 08, 2021 at 03:42 AM

same problem

Comment

People who like this

0 Show 0 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Navigation

Spaces
  • General Discussion
  • API and SDK Questions
  • Feature Requests
  • PlayStream
  • Bugs
  • Add-on Marketplace
  • LiveOps
  • Follow this Question

    Answers Answers and Comments

    1 Person is following this question.

    avatar image

    Related Questions

    Incrementing statistics from PlayStream events doesn't seem to work? 1 Answer

    Exporting PlayFab Leaderboard to Website (WIX) 1 Answer

    Random Player From Leaderboard 1 Answer

    How to reset statistics data with a predefined value? 1 Answer

    How to enable multiple languages in email templates ? 1 Answer

    PlayFab

    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Runs on PlayFab
    • Pricing

    Solutions

    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA

    Engineers

    • Documentation
    • Quickstarts
    • API Reference
    • SDKs
    • Usage Limits

    Resources

    • Forums
    • Contact us
    • Blog
    • Service Health
    • Terms of Service
    • Attribution

    Follow us

    • Facebook
    • Twitter
    • LinkedIn
    • YouTube
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2020
    • Anonymous
    • Sign in
    • Create
    • Ask a question
    • Create an article
    • Post an idea
    • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Explore
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges