Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.
SOLVED

Cross Tab Tool Needs Static Headings Sometimes Data Changes

chsteven
5 - Atom

I am working on a workflow that involves a crosstab tool. I have three categories I want as my headers, 1) Future Start - Open 2) Past Start - Closed 3) Past Start - Open.

 

I have found that week to week, my data changes and I may or may not have all three status categories in my data, when I perform the cross-tabulation exercise, I then have a column missing and my formulas and calculations down the line break as all three status columns no longer exist. 

 

What can I do to keep my three static columns and if I don't have data for one, have it show as 0?

 

 

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @chsteven 

 

Here's a high level example that you can adapt. Keep the headers you need static in a text input and union it to the dataset. Then a multi-field formula can update null values. 

Luke_C_0-1675866575479.png

 

 

chsteven
5 - Atom

This worked great, thank you!

Labels
Top Solution Authors