Forum Discussion
Colin_McCrae
10 years agoCommunity Hero
Think there may be another little typo in there?
Your function using the renderer is called "getRenderedValue" but in your second code snippet, you are making a call to "getDisplayValue"?
Thinking they should both be the same name?
Besides that, it looks like exactly the sort of solution I hoped you'd come up with! :)
HKosova
Alumni
10 years ago
Colin_McCrae wrote:
Think there may be another little typo in there?
Your function using the renderer is called "getRenderedValue" but in your second code snippet, you are making a call to "getDisplayValue"?
Thinking they should both be the same name?
Fixed, thanks.