web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Can I Make a Check Box in SSRS Report?

(0) ShareShare
ReportReport
Posted on by 1,044

Hello Awesome Community! I'm new to AX development still learning!

I want to have a box in my report that displays "✓" or "☒" if it equals a certain value in a field of the temp table.

I have done it using a text box with an "X" inside it and using a visibility expression to show and hide. But it does not look good haha. if there is a more better looking way more professional please inform me.

Thanks in advance!!!!

*This post is locked for comments

I have the same question (0)
  • Sohaib Cheema Profile Picture
    49,679 Super User 2026 Season 1 on at

    I remember use of Wingdings font with chars 251 and 252. You can use expression as following

    =IIF(Fields!YourFieldName.Value = 1, Chr(252), Chr(251))

    Don't forget to select correct font

  • Suggested answer
    Momochi Profile Picture
    1,044 on at

    I've found video which was very helpful but there is a small issue.

    https://www.youtube.com/watch?v=m2Ygkym-rtc

    In my expression I want it to show a checked box if the data in the field is equal "05".

    the checked box appears when the data is equal to 05, that's fine. But when the data does not equal 05, an empty box should appear but 5 different shapes appears instead of an empty check box.

    Here is my expression for the text box:

    =IIF(Fileds!BankTransType.value = 05, chr(254), chr(168))

  • Sohaib Cheema Profile Picture
    49,679 Super User 2026 Season 1 on at

    You can use symbol using code 127

    =IIF(Fileds!BankTransType.value = 05, chr(254), chr(127))

    www.alanwood.net/.../wingdings.html

  • Momochi Profile Picture
    1,044 on at

    Thanks Mr. Sohaib for your time and help!

    I have this issue where when the expression is true it displays correctly but when the condition is false it displays multiple shapes....here are screen shots:-

    When the expression is true:

    Help-new.PNG 

    When the expression is false:

    Help-new.PNG 

    Tried different codes but it still displays the same thing when the expression is false :(

  • Sohaib Cheema Profile Picture
    49,679 Super User 2026 Season 1 on at

    have you tried char 127 ..?

  • Momochi Profile Picture
    1,044 on at

    Yes I did but unfortunately it didn't work. Still shows the multiple shapes when it's false.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans