User Tools

Site Tools


transformations:halt

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
transformations:halt [2020/02/14 03:48] dmitrytransformations:halt [2020/02/14 03:51] dmitry
Line 7: Line 7:
 **Example** **Example**
  
-Let's assume we expect amounts to be only numbers.+Let's assume we expect amounts to be numbers in all rows.
  
 Before transformation: Before transformation:
Line 16: Line 16:
  
 Defining a condition as follows Defining a condition as follows
-   isnumber([Amount]) +   not isnumber([Amount]) 
-will make the action stop project execution, because one of the values in column Amount is not number.+will make the action stop project execution, because one of the values in column Amount is not number.
  
 ===Notes=== ===Notes===
transformations/halt.txt · Last modified: 2023/10/13 21:38 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki