In ACL, a conditional computed field (CCF), is basically a regular computed field with some fireworks.
It looks and acts much like a regular computed field, but has some extra parts that do some extra work. Fortunately, the extras are NOT complicated, and after reading this post, you will find that will you use CCFs frequently.
So what’s the difference?
Continue reading →
Like this:
Like Loading...
Filed under ACL, Audit, Data Analytics, How to..., Scripting (ACL), Written by Skyyler
Tagged as acl, add, boot camp, CCF, character, column, computed field, conditional, country, customer, c_, default, expression, format, formula, function, length, manual, region, sales, script, skyyler, start, string, SUBSTR, syntax, text, tip, type, video, what is
If you’ve been wondering how to add a computed field to an existing ACL table, you’re at the right place. I’ll take you through it step-by-step.
In ACL tip: What is a Computed Field?, I defined computed fields and provided 2 examples. I suggest you read that post before you dive into this one.
That post also explains expressions and functions, which you need to understand when creating computed fields. Both that post and this one are long ones, complete with graphics. You might want to print them both out first…
In this post, I’ll show you how to add the c_Region field that is described in the computed field post. It’s not as hard as it looks.
Continue reading →
Like this:
Like Loading...
Filed under ACL, Data Analytics, Free, Free Download, How to..., Written by Skyyler
Tagged as acl, add, builder, column, computed, customer, c_region, edit, error, expression, f/x, field, function, green checkmark, How to..., length, number, red cross, selected fields, start, string, SUBSTR, table layout, tutorial, valid, verify
To make these posts easier to find (and link to), here’s a list of all the ACL posts on this blog in alphabetical order, and by most popular.
I’ll add other posts as they are written.
Continue reading →
Like this:
Like Loading...
Filed under ACL, Audit, Data Analytics, Excel, Free, How to..., Scripting (ACL), Technology, Top 10
Tagged as acerno, acl, AuditNet, bootcamp, builder, coderre, computed field, data analytics, error, expression, freeze, function, history, import, index, join, list, log, message, script, social networking, table layout, teach yourself, tips, Top 10, training, tricks, youtube
To quickly view or print the table layout in ACL, type dis in the ACL command line (dis is short for display).
The table layout contains information about the fields in a table, such as field names, field type (ASCII, Date, Numeric), field length, and most importantly, the expressions used to create computed fields. For more info on computed fields, see What is a Computed Field?
Continue reading →
Like this:
Like Loading...
Filed under ACL, Audit, Data Analytics, How to...
Tagged as access, acl, command line, computed field, dis, display, edit, error, expression, format, length, menu, print, table layout, view
A computed field is a field in an ACL table that you create using expressions.
An ACL expression is similar to a Microsoft Excel formula [e.g., =SUM(A1:A2)] in that it contains at least one function [like SUM]. Excel formulas operate on cells (like A1 and A2), but computed fields operate on fields.
Continue reading →
Like this:
Like Loading...
Filed under ACL, Audit, Data Analytics, How to..., Written by Skyyler
Tagged as acl, character, computed field, customer, expression, format, formula, function, length, region, skyyler, start, string, SUBSTR, syntax, text, tip, type, what is