I''m missing something very basic here. I''m running ''AlgebraicExpressions'' demo from FirstSample_2003 project. I''m trying out logical expressions. This one works :
if(true,3,4) -> result is 3.
if(false,3,4) -> result is 4.
This one does not seem to work:
if(not(true),3,4) -> still returns 3.
What am I missing??
AD
Administrator
Syncfusion Team
June 17, 2005 09:48 AM UTC
This is a bug. It has been logged here.
http://www.syncfusion.com/support/issues/calculate/Default.aspx?ToDo=view&questId=437
We will get this fixed.
BT
Byron Tate
July 13, 2005 04:39 PM UTC
When I use GridFormulaEngine, this works OK, as advertised.