Hi i am new to drupal community please guide me thanks in advance,
I am working on project where i need to create a view and add custom filter with select list which will have two options.
Problem in detail:
1.I needed to show the list of customer from user table where condition should be customer email is not like @company.com
The filter will have two option Customer and Employee
So how to add custom filter for that and which filter should not have any input option.
I tried using string handler but didnt got any solution for this.
please suggest me solution.