DropBox Sync Issues
- Read more about DropBox Sync Issues
- 17 comments
- Log in or register to post comments
I observe strange behaviour when I try to make use of SQL from InfoQube.
I have created two fields, which I have tried to make as identical as possible. The fields are called FieldA and FieldB. I have then defined two grids, called GridA and GridB based on fields FieldA and FieldB respectively. I have defined further fields called ValidA and ValidB which are based on GridA and GridB respectively.
ValidA is a text field. In the editor section of the properties for the field, I specify:
SELECT item AS ValidA FROM GridA and also tick “Entry must be in list”.
I have a Row equation which does not fire when I expect it to. I cannot even get it to execute with the key combination shift F9. Upon investigation, I suspect that the problem is not just with row equations but with the fact that the system fields itemParent and itemGParent are not being updated when an item is moved.
The formal documentation for row equations appears at: http://www.sqlnotes.net/drupal5/index.php?q=node/128.