Hi,
AS per the requirements i have implemented RD with equal ignore case filter criteria .
But however due to this i am getting performance related issue .
any suggestions/solutions we can achieve same functionality with out checking equal ignore case check box in filter criteria??
@pramodkumar k
You can add two conditions then with OR operation. In first condition, check for the value and in the second one check for blank.
Hi @RakeshBurbure
Here in the screen shot mentioned we have to consider ignore case in the filter criteria. and your solution seems not matching our requirements.
it should accept the ignore case selection in filter criteria after uncheck the ignore case option.
@pramodkumar k
You can use functions to convert both the filter to either lower case or upper case and check.
@Pavan_kalyan Thanku.it will work.