Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1934
Formula cannot result in a string value?
posted

Looks like this isn't possible, I get an input not in correct format exception.  I feel like the final result of a calculation should be allowed to return a string...

Parents
  • 1934
    posted

    Is there any way to return a string from the result of a formula or will the UltraCalcManager always attempt to cast the result to a number?  I'm trying to give my users the most complete coverage when it comes to creating their own reports by creating custom columns and one such request was to display certain text depending on the value of another column.  As it is right now I have to implement this on the InitializeRow event whereas I'd like the end-user to have this functionality.

Reply Children