Localize value through function alias
Hi!
We had english values in column and we need to get localized values in Report Definition.
So i've tried to convert this values using Function Alias. In FA rule i placed code:
CASE {1}
WHEN {1} THEN '<%=tools.getLocalizedTextForString(".pyCaption", {1})%>'
ELSE ''
END
But the problem is that I unable to save rule because of "{1}" inside JSP function.
How can i pass column value in JSP function?