Navigation : Envision Tutorials Envision Explanation Envision How-To Guides Lokad Platform Envision Reference - Glossary - Platform overview - List of icons - _ - A-B-C - D-E-F - G-H-I - J-K-L - M-N-O -- markdown (disambiguation) -- match -- max -- mean -- median -- min -- mixture -- mkuid -- mod -- mode -- modules -- monday -- montecarlo -- month -- monthEnd -- monthNum -- monthStart -- mutable -- nameof -- negativeBinomial -- noGrad -- noncanonical -- normal -- normal.cdf -- normal.quantile -- nosort -- not -- nthmax -- number -- onlycall -- or -- order -- over - P-Q-R - S-T-U - V-W-X - Y-Z Envision Gallery Envision Specifications Envision Language Legacy not not, operator Logical NOT operator. Examples table T = with [| as A |] [| false |] [| true |] show table "Not" with T.A as "A" not T.A as "NotA" This produces the following table: A NotA false true true false See also and or User Contributed Notes 0 notes + add a note nosort nthmax