Forum Discussion

lastnn30's avatar
lastnn30
Post Patron
4 years ago
Solved

Blank button label

Hi

I tried to google/youtube etc, no one talked about how to change the label (text title) of a blank button. Right now when I insert a button, I see empty label, like this

 

[  ]

 

I want like this

 

[Click Me]

 

Thank you very much.

 

  • rsbin's avatar
    rsbin
    4 years ago

    lastnn30 

    In the Format pane, turn Text to "On" and then fill in your text field.

    Regards,

4 Replies

  • lastnn30 , you are entering a label text? or are you using any meausre .

     

    because if you are using a measure then it can

     

    if(isblank([Measure]), "Click Me", [Measure])

     

     

    else you have to enter title manually

     

     

    The information you have provided is not making the problem clear to me. Can you please explain with an example.

    Appreciate your Kudos.

    • lastnn30's avatar
      lastnn30
      Post Patron

      Thanks for your reply and sorry for not being clear. Here is the sceen shot. I inserted 2 buttons, one is blank and one is Q&A buttons. How can I write a text inside these buttons (labels basically). Just a label for example, Click or anything else; instead of keep them blank boxes. Thank you very much.