Whether you script your projects or use menu commands, you need to review your ACL log carefully.
Good analysts review their results and the log as they work in ACL, after they think they are done, and have others review their log before the ACL project is relied upon.
(You can’t imagine the dumb mistakes my team and I found that saved us a lot of embarrassment later.)
Continue reading →
Like this:
Like Loading...
Filed under ACL, Data Analytics, How to..., Scripting (ACL), Written by Skyyler
Tagged as acl, bypass, check, computed, conditional, conventions, duplicates, ESCAPE, fail, field, first, found, ignore, invalid, log, pause, review, script, second line, test, unable
Next time you get the cannot perform export to Excel error in ACL, try one of the 3 solutions described below. The full text of the error is:
Cannot perform the export.
You can export fields with maximum of 254 characters to Excel.
Continue reading →
Like this:
Like Loading...
Filed under ACL, Audit, Data Analytics, Excel, How to..., Written by Skyyler
Tagged as acl, alltrim, characters, computed, delimited, Delimiter, error, excel, export, extract, field, length, skyyler, solution, SUBSTR, table
Once you’ve mastered creating computed fields, you’re ready to add computed fields to a table via script. It is easier than it sounds.
If you need some background on computed fields, see my previous posts, What is a Computed Field? and How to Add a Computed Field (manually). Now let’s explore writing a script that adds computed fields to a table.
Continue reading →
Like this:
Like Loading...
Filed under ACL, Data Analytics, How to..., Scripting (ACL), Written by Skyyler
Tagged as add, close, comment, computed, define, field, safety, script, table
Have you been following the “Optimizing Script Performance” series on the ACL Blog? aclkevin has been offering some great tips.
In case you missed them:
Continue reading →
Like this:
Like Loading...
Filed under ACL, Data Analytics, Scripting (ACL), Written by Skyyler
Tagged as acl, command, computed, extract, field, group, kevin, keywork, optimize, presort, script, search, tips
Adding a custom view to an ACL table comes in handy when you want to 1) change the order of the fields in an ACL table, or 2) view a select number of fields.
You can add a custom view manually or via script. We’ll tackle the script version first.
This post is in response to Les’ question about reordering fields in a table.
Continue reading →
Like this:
Like Loading...
Filed under ACL, Data Analytics, How to..., Scripting (ACL), Written by Skyyler
Tagged as change order, computed, custom, default, field, manual, script, table, view
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
ACL: How to Add Computed Fields via Script
Once you’ve mastered creating computed fields, you’re ready to add computed fields to a table via script. It is easier than it sounds.
If you need some background on computed fields, see my previous posts, What is a Computed Field? and How to Add a Computed Field (manually). Now let’s explore writing a script that adds computed fields to a table.
Continue reading →
Share this:
Like this:
6 Comments
Filed under ACL, Data Analytics, How to..., Scripting (ACL), Written by Skyyler
Tagged as add, close, comment, computed, define, field, safety, script, table