home › Forums › # Technical Support › Problem with importing and getting results › Reply To: Problem with importing and getting results
January 26, 2015 at 14:20
#1642
Keymaster
Hi Mohammad,
you should use QtFuzzyLite to help you with such kind of issues.
The problems you have are:
(1) the first rule starts with is
instead of if
(2) the fuzzy operators (AND, OR) are case sensitive, and in fuzzylite you utilize “and” and “or” instead of their upper-case operators.
Cheers,
Juan