Hello everybody,
We ran into an issue in OBIEE with the filter we use for one of the dashboards. The filter is 'Column value' type, and data type for this filter in the table is Number. At first, the problem was with displaying the values for this filter in the drop-down box, since it placed 2 decimals at the end of each value. We resolved this with altering the Column Formula this way: REPLACE(CAST("table"."column" AS CHAR),'.00',''), so no decimals this way, but now the problem is that client cannot search using 'Between' criteria with advanced filter (when he hits More/Search at the end of drop-down for the filter), since the data type has been changed into CHAR and 'Range' filtering is not applicable now. Our OBIEE version is 12c.
Any ideas how to solve this ? Thank you very much in advance
BR, Mihajlo