Skip to content
Knackly logo
  • Industries
    • Estate Planning
    • Family Law
    • Litigation
    • Loan Creation
    • Other Industries
  • Integrations
  • About Us
  • Pricing
  • Resources
    • Forum
    • Blog
    • Webinars
    • Podcasts
    • Videos
    • Guides
    • Knowledge Base
  • Sign In
  • Schedule Demo
Sign In
Schedule Demo
Search

Overview

New Support Ticket

GETTING STARTED

  • Start Automating in Knackly
    • Course 1 – Introduction to Knackly
    • Course 2 – Introduction to Knackly Docx Templates
    • Course 3 – Introduction to Variables
    • Course 4 – Practice Learning
    • Course 5 – Introduction to Lists and Text Templates
    • Course 6 – Introduction to Tables, Models, and Layouts
    • Object Models and Dynamic Lists

BASICS

  • Variable Formats
    • Date Formatting Examples
    • Text Formatting Examples
    • Number Formatting Examples
    • IF Statement Examples
    • Lists of Items Examples
    • Using Peek
  • Working with Variables
    • Adding Text Variables – Video
    • Options for Text Variables
    • Options for Number Variables
    • Options for Date Variables
    • Options for True False Variables
    • Options for Selection Variables
    • Creating Selection Variables (Multiple Choice) – Video
  • App Intake Options
    • Formatting Your Intakes with Video, Color, and Images
    • Using Layouts in Knackly – Video
    • Setting up the ability to accept file attachments during an intake
    • Working with Conditions in Layouts

KNACKLY DESIGNERS

  • Browser Designer
    • Table Options
    • How to edit and create help text – Video
    • How to edit and create labels – Video
    • Editing Summary Templates – Video
    • Naming your documents – Video
    • Adding Documents to Apps – Video
    • Reusing Tables in Selection Variables
  • Word Designer
    • Adding Variables to your Word templates – Video
    • Creating a New Template in the Word Designer – Video
    • Using the Options in the Word Designer – Video
    • Installing the Word Designer Add-in
    • My Knackly Word Designer Doesn’t Log In
    • Inserting Docx templates within a Docx template
    • Trouble Shooting Word Add-in Designer
    • Indenting Variables in Microsoft Word
  • PDF Designer
    • Using the PDF Designer

TRANSFORM DATA

  • Filters and Functions
    • Advanced Operators and Expressions Guide
    • Relevancy Guide
    • Formula Reference
    • Date Calculations
    • Filters
    • HotDocs to Knackly Functions
    • List Functions
    • Date Formats
    • Text Functions
    • Using Knackly Queries
    • Using the date.today() Feature
    • Using _app for hiding and showing labels, help text and text blocks in layouts
    • Date Calculation Examples
    • Finance Functions
    • Order of Operations Guide
    • Math Functions
    • Knackly Formula for Totaling Costs in Tables
    • Creating Multiple Documents From a List
  • Using Your Data
    • Importing CSV Data into Knackly
  • Date Forumlas
    • Knackly’s Date Calculation: Adding Years

ADMINISTRATION

  • Administering Knackly
    • Creating a Test Catalog in Knackly
  • Release Notes
    • Knackly Release 2020-11-13
  • API
    • Getting Started with the Knackly API
    • Connect Zapier to Knackly

PRACTICE AREA

  • Estate Planning
    • Example of creating Co Executor, Trustee, and Guardian Language.
    • Template: Asset and Liability List for Estate Planning
    • Create Single Successor executor, guardian, and trustee profiles in Knackly
  • Client Intake
    • Creating an email to send to clients
    • Setting up External Client Intakes

Order of Operations Guide

Order of Operations: 

PrecedenceOperatorsExamples
1Parentheses: “( )”(Var1 + Var2) If (NumVar1 + NumVar2) * NumVar3, NumVar1 and NumVar2 will be added together before their result is multiplied by NumVar3 
2Member: “.”, “”Client.FullNameListVar. example?If ListVar.NumVar1 + NumVar2, the NumVar1 from the second item of the list will be evaluated before it is added to NumVar2.   
3Not: “!”!TFVar If !TFVar && NumVar1 * NumVar2, !TFVar will be evaluated before NumVar1 and NumVar2 are multiplied. 
4Math tier one: “*”, “/”, “%”NumVar1 * NumVar2NumVar1 / NumVar2NumVar1 % NumVar2 If NumVar1 + NumVar2 * NumVar3, NumVar2 and NumVar3 will be multiplied before NumVar1 is added to the result. If NumVar1 + NumVar2 % NumVar3, the remainder of NumVar2 and NumVar3 will be evaluated before NumVar1 is added to the result. 
5Math tier two: “+”, “-“NumVar1 + NumVar2NumVar1 – NumVar2 If NumVar1 + NumVar2 > NumVar3, NumVar1 and NumVar2 will be added together before the result is compared to NumVar3. 
6Equivalents: “<“, “<=”, “>”, “>=”NumVar1 < NumVar2NumVar1 <= NumVar2NumVar1 > NumVar2NumVar1 >= NumVar2 If NumVar1 < NumVar2 == NumVar3, NumVar1 and NumVar2 will be compared before determining whether the result is equal to NumVar3. 
7Equalities: “==”, “!=”NumVar1 == NumVar2SelectionVar == “Option1″NumVar1 != NumVar2SelectionVar != “Option1” If NumVar1 == NumVar2 || TFVar, whether NumVar1 is equal to NumVar2 will be evaluated before TFVar. If SelectionVar != “Option1” || TFVar, whether SelectionVar’s answer is not Option1 will be evaluated before TFVar. 
8And: “&&”TFVar1 && TFVar2TFVar1 && SelectionVar == “Option1” If TFVar1 && TFVar1 || TFVar3, whether TFVar1 and TFVar2 are true will be evaluated before TFVar3. If TFVar1 && SelectionVar == “Option1” || TFVar3, whether both TFVar1 is true and SelectionVar is answered with Option1 is true will be evaluated before TFVar3. 
9Or: “||”TFVar1 || TFVar2TFVar1 || SelectionVar == “Option1” If TFVar1 || TFVar2, TFVar1 will be evaluated before TFVar2. If TFVar1 || SelectionVar == “Option1”, TFVar1 will be evaluated before determining whether SelectionVar has Option1 as its answer. 
10Ternary: “? :”TFVar1 ? TextVar1 : TextVar2 If TFVar1 ? NumVar1 + NumVar2 : NumVar3, then NumVar1 and NumVar2 will be added together before TFVar1 is evaluated. 
11Pipe: “|”ListVar|filter: TFListVar1 If TFVar1 ? ListVar|filter: TFListVar1 : TextVar2, TFVar1 will be evaluated before ListVar will be filtered for TFListVar1. 

Knackly logo

Address

2300 North Yellowstone Hwy, Suite 201
Idaho Falls, Idaho 83401

Phone

(801) 766-3183

Industries

Estate Planning

Family Law

Litigation

Loan Creation

Other Industries

Company

About Us

Integrations

Reviews

Pricing

Schedule Demo

Contact Us

Resources

Blog

Webinars

Podcasts

Videos

Guides

Knowledge Base

Comparison

Knackly vs. HotDocs

 

© Copyright 2023 Knackly. All rights reserved.

  • Privacy Policy
  • Terms of Service
  • Cookie Policy