Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > CHR() in report expression give error

Not answered CHR() in report expression give error

Feed from this thread
  • Carla avatar

    Posted on Feb 14, 2012 (permalink)

    i am trying to do a conditional statement in a report that results in a

    chr(0252) or a

    chr(0251) as the result.  a "x" or a checkmark in wingding font.  using telerik latest reporting and VS 2010.  this works in ssrs vs 2008 but not in telerik.  it does not recognizt the CHR()

    An error has occurred while processing TextBox 'textBox87':

    The expression contains undefined function call chr().

     
    how do yuo do this in telerik reporting?  need this asap

     

     

     

     

    Reply

  • Steve Steve avatar

    Posted on Feb 14, 2012 (permalink)

    Hi Carla,

    There is no built-in function to handle the wingding character and display it. However you can manually do this by opening the expression editor, holding Alt and keying the desired number e.g. Alt + 0251.

    Greetings,
    Steve
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

  • Carla avatar

    Posted on Feb 22, 2012 (permalink)

    holding alt and keying the number does nothing.  this does not solve my issue.  i have a conditional statement that either has to display the checkmark or the "x"

    Reply

  • Elian Elian admin's avatar

    Posted on Feb 27, 2012 (permalink)

    Hi Carla,

    What my colleague meant, was to type in the characters in the expression directly, instead of using a function that will create them by their code. Something like:

    =IIF(Fields.Item % 2 = 1,  '✔', '✘')
    See screenshot for result.

    Kind regards,
    Elian
    the Telerik team
    NEW in Q1'12: Telerik Report Designer (Beta) for ad-hoc report creation. Download as part of Telerik Reporting Q1 2012. For questions and feedback, use the new Telerik Report Designer Forum.
    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > CHR() in report expression give error
Related resources for "CHR() in report expression give error"

Features  |  Documentation  |  Demos  |  Telerik TV  |  Knowledge Base  |  Code Library  |  Step-by-step Tutorial  |  Blogs  |  Whitepaper  ]