Hi all,
I need urgent help on below issue
I have created list page using interaction class.I have added few custom filters which contains Status field(Enum Field,Values-Open, End,Validate) When I select status as END it gives me order having status END.But now there is requirement that user want to see all orders in one go. So I have added one more enum value -"ALL"
I want when user will select status as ALL then Status filter should get cleared and it should show all orders while if we select any other value in status then it should show respective orders only.
Kinldy help.