James Dunkerley's Blog

Musings from a developer and father, on this that and everything…

Menu

Skip to content
  • Home
  • About

Beyond Alteryx Macros

Order of Operations in Alteryx Expressions

This post is the start of a small series around some of the functionality coming in the Alteryx Abacus 1.4 release. While this post doesn’t directly use anything in the add-in, understanding the sequence of evaluation within an Alteryx expression is critical when working with variables (one of the big new features in the next…

8-Feb-2019 in alteryx, alteryx abacus, Beyond Alteryx Macros.

Creating an Alteryx Custom Function in C++

At Inspire EU 18, I presented a talk on how to create custom functions for Alteryx. As I described, there are two options available – XML Macro functions and C++ Coded functions. In a previous post, I have gone through creating an XML function. This post will look at creating a very simple function –…

26-Jan-2019 in alteryx, Beyond Alteryx Macros, C++, Coding.

Beyond Alteryx Macros – Creating an Analytic App Installer for the Abacus AddIn

This started out as a fun experiment to see if it was possible to replace the current PowerShell based installer for the Alteryx Abacus function library with an Analytic App, but I like the result so think this will be the new installer for it! Along the way used some GitHub REST APIs and a…

29-Jan-2018 in alteryx, alteryx abacus, Beyond Alteryx Macros, Coding.

Grouped Record ID Tool – Macro-Based with JavaScript UI

In the last post in this series, we created a standard Alteryx Macro which creates a grouped record id field. The goal of this post is to replace the interface with a JavaScript SDK based UI. We will cover creating the tool structure, creating the UI and packaging it all up as a YXI. Preparing…

3-Dec-2017 in alteryx, Beyond Alteryx Macros, Coding.

Grouped Record ID Tool – Macro-Based

This post is the first of a set of posts aiming to demonstrate different ways to build the same Custom Tool. The goal is to create a tool which does the same as the RecordID tool but supports Grouping and Sorting. While this isn’t a complicated thing to do within Alteryx, it will serve as…

31-Oct-2017 in alteryx, Beyond Alteryx Macros, Coding.

Beyond Alteryx Macros – The Alteryx SDK and API Landscape

I started blogging about the Alteryx SDKs about 15 months ago (Introduction to the SDK) to advertise its existence and show what is possible. At the time I wrote that first post, Alteryx 10.6 was the current version. The HTML/JavaScript SDK had been added in version 10.1 (as announced by Ned). Having just attended Inspire…

4-Oct-2017 in alteryx, alteryx abacus, Alteryx Omnibus, Beyond Alteryx Macros.

Beyond Alteryx Macros – JsEvent, Value Previews, and The Formula Tool

This post continues looking into the UI side of the Alteryx HTML/JS SDK. Specifically, this looks at how to create preview values using some of the methods found in the Formula Tool. As with the last post, it is based on examining the workings in version 11.0, but I believe nothing has changed in 11.3…

8-Sep-2017 in alteryx, Beyond Alteryx Macros, Coding, TypeScript.

Beyond Alteryx Macros – Alteryx’s JavaScript SDK: an unofficial guide

Beyond Alteryx Macros – Alteryx’s JavaScript SDK: an unofficial guide Since version 10.1 of Alteryx, there has been an HTML/JS SDK built in for creating custom tools. I have spent some time digging around and thought would share some tips on getting started. As with all tools within Alteryx, there are two parts to the…

3-Jul-2017 in alteryx, Alteryx Omnibus, Beyond Alteryx Macros, Coding, TypeScript.

How to create a XML Input tool with Alteryx Omnibus

This is post is taken from the WIki for Alteryx Omnibus library. The technical details of how plug-ins work within Alteryx will be covered in later posts of the Beyond Alteryx Macros series. This is a walk-through of creating a custom tool for Alteryx using the Omnibus framework. The tool we are going to create…

24-Apr-2017 in alteryx, Alteryx Omnibus, Beyond Alteryx Macros, Coding.

Omnibus RegEx–HTML UI Experiment in Alteryx

You can download the new tool here. I have spent a couple of days understanding the methods of the new Formula UI in Alteryx. Based on this I have put together a new UI of the RegEx tool. Leveraging off some of the parts of the Formula tool it supports a preview and syntax highlighting.…

11-Mar-2017 in alteryx, Beyond Alteryx Macros, Coding.

Post navigation

← Older posts
Website Powered by WordPress.com.
James Dunkerley's Blog
Website Powered by WordPress.com.
Cancel