OAS 5.9
Hello Experts,
I have a column named 'TYPE' which has 2 unique values 'DOMESTIC' and 'INTERNATIONAL'. When I try to filter the column 'TYPE' it only shows 'DOMESTIC' and does not show 'INTERNATIONAL'. However in results tab all data comes i.e it shows both 'DOMESTIC' and 'INTERNATIONAL'. Any help in investigating why while applying the filter only 'DOMESTIC' option comes would be really helpful. When I type 'INTERNATIONAL' in filter search bar then it shows up in the search, but without explicitly searching only 'DOMESTIC' comes.
Total values in the type column are 50000 rows out of which 'DOMESTIC' comes 20000 times and 'INTERNATIONAL' comes 30000 times. There is no null value. The Data type in both rpd and database is varchar 20
I tried a workaround: When I do cast(type as char) then both the values appear in filter tab, however I cannot implement this solution. So, I need to find out why one value is not coming.