Skip to content

Blog

How to Debug Alteryx Apps

Last week, I built my first app. Then, I added on to that app. As I added on to it, the app became more complicated, and I started running into problems. I reached out to the Alteryx VSC for assistance. Part of our troubleshooting processes involved debugging, which is critical to producing successful apps. If you are ever going to build an app, you must know how to debug. Read on to find out how.

Read More »How to Debug Alteryx Apps

How to Rename Tabs in Alteryx Apps

When I built my first app a few weeks ago, I created multiple tabs in the user interface. You would think that renaming the tabs would be easy. It wasn’t easy the first time I did it, and the Alteryx support person I worked with while building the app couldn’t remember how to do it. I found the answer in this Community post but still struggled to make it work because the post doesn’t precisely describe what to click on. So, I’ll fill in where this post left off and show you why it’s tricky! Read on to learn how to rename tabs in Alteryx apps.

Read More »How to Rename Tabs in Alteryx Apps

Create Alteryx Apps with Pre-Populated Drop-Downs

This week, I built my first app and will be publishing several posts on what I learned. This post will explain how to build Alteryx apps with pre-populated drop-downs. Future posts will explain how to debug apps, as well as open and close containers with radio buttons. Read on to learn how to set this up in your own workflows and apps.

Read More »Create Alteryx Apps with Pre-Populated Drop-Downs

How to Improve Spotfire Load Times

Long load times are a problem all Spotfire users struggle with eventually. The first step to reducing load time involves understanding which tables are taking the longest to load. Spotfire provides this information in the Help menu, but it’s not in a form that is easy to work with. This week, I need to help one of our project teams optimize their Spotfire project, so I built an Excel template to parse this data. Now I know what to go after in order to improve Spotfire load times.

Read More »How to Improve Spotfire Load Times

Spotfire Axis Names on Line Charts

If you’ve been following along, you know that my series on learning the Spotfire expression language is something of a long haul. It turns out that explaining Axis Names is a long and detailed affair. I am committed to it, and so this week I’m going thru axis names for line charts. If you missed it, check out Axis Names on Bar Charts.

Read More »Spotfire Axis Names on Line Charts

Use TERR to Dynamically Update Visualization Titles

This week, I worked with our production team to create a downtime dashboard. The dashboard only brings in allocated data, which has a two-day lag. It makes sense to include the date of the most recent data in the visualization title. This task can be accomplished with TERR, JavaScript, or Python. I chose TERR for my project, so this post will show you how to use TERR to dynamically update visualization titles.

Read More »Use TERR to Dynamically Update Visualization Titles

Search the Alteryx Results Pane

I recently wrote a posting entitled 11 Tips & Habits for Efficiency & Consistency in Alteryx Workflows. One of the tips showcased new Alteryx search functionality. A few folks commented that they didn’t know about this new functionality, so when I “discovered” that you can also search the Alteryx Results pane, I had to write about it. This feature was right in front of my eyes the whole time, I just couldn’t see it. Read on to learn more.

Read More »Search the Alteryx Results Pane

Using Document Properties to Control Data Limiting by Expression

I love data limiting with expressions! It is my go-to method for data limiting because it is the most flexible. However, I found myself updating expressions over and over in tons of charts. It was just inefficient and painful. Then, I learned how to connect document properties to my expressions. Now, I know how to be more efficient in my data limiting. I promise this is worth your time! Read on to learn more.

Read More »Using Document Properties to Control Data Limiting by Expression

Spotfire Axis Names on Bar Charts

Last week, I introduced the concept of Axis Names. If I counted correctly, there are 19 axis names applicable to one or more of the 14 visualizations in Spotfire. I will go through the axis names one visualization at a time, beginning with axis names on bar charts. Although, I learned very quickly that just because you can use an axis name on a given visualization, it doesn’t mean you should. I’ll show you what I mean by looking at Axis.X and Axis.Color. Read on to learn more.

Read More »Spotfire Axis Names on Bar Charts