How To...
This section of the document presents a few solutions for most popular data generation tasks.

Task DefinitionPatternSample Output
How to get current date and time without delimiters$Today(DDMMYYYY)$Now(HHMMSS)040420100855
How to generate money with currency code$Rfloat(0,100,2) ($Lib(Countries,CurrencyCode)
value between 0 and 100 with 2-digits cent value
70.91 CAD
How to generate debit and credit values$ifr(30,\($Rfloat(,,2)\),$Rfloat(,,2))
it produces negative value with 30% probability with 2-digits cent value
100.25
(23401.56)