I need to convert some fields to SI Units and some more complicated numeric to string formatting. The format builder doesn't allow for this, and I have an existing class in a different assembly that I use for this that I know already works. How can I use this formatting function that I already have to format a number to a string?
Alright, I was able to execute my custom formatting function by added a static method in my report which uses it. Then the static function in the report shows up under the MISC items in the expression builder.
How else can I add custom functions to the expression builder? Can I do it globally? Or do I have to create custom wrappers on each and every report?
Alright, I was able to execute my custom formatting function by added a static method in my report which uses it. Then the static function in the report shows up under the MISC items in the expression builder.
How else can I add custom functions to the expression builder? Can I do it globally? Or do I have to create custom wrappers on each and every report?