Minor bug in update trigger. Should be
AND (SUBSTRING( COLUMNS_UPDATED(), ((column_id-1) / 8) +1,1) & power(2, (((column_id - 1 ) % 8) + 1) - 1)) > 0
This can also be...
- This reply was modified 3 years, 2 months ago by rustyns. Reason: failed attachment
Attachments:
You must be
logged in to view attached files.