If Type of Job Id (present) the following applies:
- Fill in Job Id. Can be further narrowed by Filter Stamp Journal.
If Type of Time Counter (condition) the following applies:
Fill in condition, eg.:
[OT1]>0
or
[OT1]<(-10)
or
([OT2]=0) AND (([LON-06]>0) OR ([LON-07]>0))
- Syntax
- Time Counters writes with [ ]
- Use + - * /
- Use ( )
- Use = > < >= <=
- Use AND OR && || OG ELLER
The logical parser has certain limitations:
- A formula can't start with - minus. Can be resolved by using parentheses ( ).
- Two operators can't stand next to each other:
[OT1]<-10
solved by using ( ) parentheses:[OT1]<(-10)
20*-10
solved by using ( ) parentheses:20*(-10)
See also
Reference
Calculation Warnings/ErrorsThis help includes both Dynamics NAV and Dynamics Business Central (BC). All references to NAV applies to both.