Good Morning,
i have 3 options like S ,C and A
i need to have a tick mark based on condition.
i am unable to get Tick Mark.
with image is one choice.i am not trying to get through image.
is it possible to get Tick mark.
Please give some suggestions on this.
Regards.
Have a great day.
*This post is locked for comments
Hi Ievgen,
i have done this by using the below expression in font expression.
=IIF(First(Fields!Value.Value, "ReportDS") = "a","Arial Unicode MS","Arial")
More Steps Over here
http://www.microsoftdynamicsax365.com/checkbox-ax-ssrs-reports/
Regards.
Thank you for your help.
Have a great day.
Hi AX 2012 r3,
You should be able to put this expression into "FontFamily" property to switch fonts, just check that font name are correct.
Hi Ievgen,
i am using placeholder and in that i have given expression as =ChrW(&H2611)
and in font i gave Arial Unicode MS.
earlier i tried with same expression but with font name as Arial i got only checkbox no tick mark.
So,i am trying to write in font expression as
=IIF(Fields!MasterAccountTypeHolder.Value = "b","Arial Unicode MS","Arial")
This field is enum field.
Please show some light how can i use in font expressions.
Regards.
Have a great day.
Hi .
This Site has complete Steps how to get Checkbox in AX Reports.
http://www.microsoftdynamicsax365.com/checkbox-ax-ssrs-reports/
Have a great day.
If you want to draw a check box you can use Arial Unicode MS font font symbols ChrW(&H2611) for a filled-in checkbox and ChrW(&H2610) for an empty checkbox.
André Arnaud de Cal...
292,111
Super User 2025 Season 1
Martin Dráb
230,934
Most Valuable Professional
nmaenpaa
101,156