Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ref:b_i:arithmeticinfind [2026/08/13 00:42] – ↷ Page moved from b_i:arithmeticinfind to ref:b_i:arithmeticinfind localdevref:b_i:arithmeticinfind [2026/08/13 01:10] (current) – external edit 127.0.0.1
Line 8: Line 8:
  
 <col sm="5">===Problem/Limitation Description=== <col sm="5">===Problem/Limitation Description===
-Arithmetic operations with dates are not supported in ''[[a_f:a:find|FIND]]'' action, for example using the following will not work:+Arithmetic operations with dates are not supported in ''[[ref:a_f:a:find|FIND]]'' action, for example using the following will not work:
  
 <code aim>FIND Account WHERE Account.Date=CURRENT_DATE-1 </code></col> <code aim>FIND Account WHERE Account.Date=CURRENT_DATE-1 </code></col>
Line 16: Line 16:
 <col sm="5">===Work Around=== <col sm="5">===Work Around===
  
-Use functions with dates (such as ''[[a_f:f:af:date_add|DATE_ADD]]'') instead of arithmetic operations, for example:+Use functions with dates (such as ''[[ref:a_f:f:af:date_add|DATE_ADD]]'') instead of arithmetic operations, for example:
  
 <code aim>FIND Account WHERE Account.Date= DATE_ADD(CURRENT_DATE,-1) </code></col> <code aim>FIND Account WHERE Account.Date= DATE_ADD(CURRENT_DATE,-1) </code></col>
Line 22: Line 22:
  
  
-{{simplenavi>docs:8000_appendices:0200_known_issues:arithmeticinfind:}}+{{simplenavi>8000_appendices:0200_known_issues:arithmeticinfind}}