Sunday, August 13, 2006
CARE5 task list
-Multiple techs program/commission
-Break XL50/500 controller's SNVT limitation
-Break XL50/500 controller's SNVT limitation
Friday, August 04, 2006
Tridium AX Bug Catching Log - BQL
Some BQL querys which work fine in Workbench can not suvive in the browser enviroment. And they all come with the character '.
For example:
select parent.displayName as 'Name',out.value as 'counts' from kitControl:Counter where parent.displayName like 'GroupA%'
'Name', 'counts' and 'GroupA%' are not allowed.
------- BCL, not BQL
For example:
select parent.displayName as 'Name',out.value as 'counts' from kitControl:Counter where parent.displayName like 'GroupA%'
'Name', 'counts' and 'GroupA%' are not allowed.
------- BCL, not BQL