Contents
x
Overview
Getting Started
Training Series
Deep Dive
How To
DataJet Desktop
DataJet Server
Campaign Selection System
Release Notes
Coming Soon
Powered by
LMath
4 Articles
in this category
Print
Dark
Light
Contents
LMath
4 Articles
in this category
Dark
Light
LMath Overview
LMath Functions LMath functions produce INTEGER fields from inputs ranging from A-E (depending on the function) Purpose Use LMATH functions to: Convert a double to an integer Manipulate integer data Return Value Example Return...
A (LMATH)
LMath: A Creates an integer copy of Field A Purpose Use this function to: Turn a decimal field into a integer Create a copy of an existing numeric field Create a filtered copy of an existing field Create a copy of an existing fiel...
A/B (LMATH)
LMath: A/B Divides numeric input A by numeric input B and returns the quotient Purpose Use this function to: Calculate quotients Divide one number by another Return Value Example Return Value: X*...-X* e.g. 20, 98754654, -5, -6...
A+B (LMATH)
LMath: A+B Adds the value of integer portion of Input A to the value of integer portion of Input B Purpose Use this function to: Sum numeric data Add values from numeric columns together Increment a column by a fixed value Return V...