Implement a group comparison so that in addition to
filter ; operator ; value ( e.g. mpg > 5 )
we can also filter on:
filter1 ; operator ; filter2 ( e.g. mpg > cyl )
The code should change the value container input depending on the operator selected (one set for comparing to scalars and another for comparing to a group).
Implement a group comparison so that in addition to filter ; operator ; value ( e.g. mpg > 5 ) we can also filter on: filter1 ; operator ; filter2 ( e.g. mpg > cyl )
The code should change the value container input depending on the operator selected (one set for comparing to scalars and another for comparing to a group).