User Tools

Site Tools


syntax:functions:columnexists
no way to compare when less than two revisions

Differences

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


Next revision
syntax:functions:columnexists [2020/07/06 07:07] – created dmitry
Line 1: Line 1:
 +====== ColumnExists(text) ======
  
 +Returns TRUE if the input dataset of the current action contains a column with provided name, otherwise returns FALSE.
 +
 +Example:
 +
 +Let's assume the input dataset is as below.
 +^ Amount  ^ Description ^
 +|  200 | Product A  | 
 +|  3000| Product B  |
 +
 +
 +Then the function would return the following results:
 +
 +^ Expression  ^ Result^
 +|columnexists('Description'  | TRUE | 
 +|columnexists('Price'     | FALSE | 
syntax/functions/columnexists.txt · Last modified: 2021/09/12 11:29 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki