Recently i have a requirment from bussines for build a tool that configure our application data input like these:
if ( "field x1" equal "value 1" and "field x2" equal "value 2" ) or ("field x3" equal "value 3" ) ... then set value of "field y" to "value y"
now i have build the engine ( BRMS like engine ) and the UI that looks like :
http://www.telerik.com/help/aspnet-ajax/filter-basics.html
or
http://devexpress.com/Products/NET/Controls/ASP/Grid/filter_editor.xml
but our business says that is difficult to use.
Have any idea for Logical Expression presentation and input UI different from these?
I really appreciate your help. Thanks anyway.