Custom control in workbasket
Hi,
I created a custom control to a specific value on my workbasket:
<%
String pValue = tools.getActiveValue();
String ValorFormatado = pValue.substring(0,4) + "." + pValue.substring(4,10) + "." + pValue.substring(10,12);
%>
<%=ValorFormatado%>
But, when I click to filter this value in the Report Definition on my WorkBasket the filter shows repeated values multiple times.
Can somebody help me ?
Regards.
***Edited by Moderator Marissa to update platform capability tags****